In the long and interesting history of Christmas lights, nothing is brighter than light-emitting diodes (or LEDs). But what makes LED Christmas lights such a powerful light source? And how to create colors in the LEDs?

LEDs
not only make more efficient use of the power they consume, but they also tend
to be brighter due to this efficient use of electrical energy. But now, this is
not true news for anyone. Most people know that using LEDs can save electricity,
and they now have more illumination than incandescent lights.
But what about those colors? Is the color created in the LED the same as a
traditional incandescent light?

The
answer is yes. The color creation of LEDs is no different.

Adding
color to an incandescent Christmas light is as simple as applying the desired
color to the light bulb. Want a deeper color? Then apply a thicker layer of
paint to the bulb. Need a lighter color shade? Use less paint. It's that
simple.

So,
how about the color of the LED Christmas light actually produced? It is a far
cry from the way incandescent lights
are made. Let's take a closer look at this process.

How
do LED Christmas lights create colors?
The
color in the LED light comes
from the materials used in the semiconductor.

The
two main types together make up the entire rainbow, including:

Aluminum
gallium indium phosphide alloy: This LED produces red, orange and
yellow.
Indium
gallium nitride alloy: This LED produces blue and green.

So,
what caused a separate LED color? By slightly changing the composition of the
material (aluminum gallium or indium gallium), we can change the color of the
light emitted by the diode to blue or green (for indium gallium), and more red,
orange, if it is aluminum gallium. It is yellow. From this we can create the
entire rainbow.

But
how is this done? This is a bit tricky, so let's break it down.

The
LED is a p-n junction diode that illuminates when activated. When a voltage is
applied to the leads of the semiconductor, the electrons recombine with the
"holes" in the diode itself, causing it to release energy in the form of
photons. This process is called electroluminescence.

This
will activate the LED, but how do you create a color?

Depending
on the energy gap of the semiconductor (difference between the two sides),
different colors are emitted.

The
smallest gap will glow red, and if the gap gets bigger, the red will move blue
all the time, allowing you to do everything from red and green decorated holiday
homes to weird orange and purple decorations for Halloween.
festival.

How
to create a white LED?
There
is no doubt that white is the most popular color for LED Christmas lights. But
how do you create a white LED?

Now,
we know how to create colors with LED lights, but there is no mention of white.
That's because it's created differently.

There
are two ways to create a white LED light:

Combine
red, blue and green

Believe
it or not, unlike the feeling of mixing paint when you were young, the
combination of correctly mixed red, blue and green LED lights actually produces
white light. However, if you are familiar with this process, it is actually the
same way that the TV produces a white appearance on the screen.

In
addition, you can adjust this process to create more than one white shading,
including warm white and cool white.

Blue
LED with phosphor coating
In
addition to mixing red, blue and green, white LED illumination can also be
created by using a blue LED with a yellow luminescent phosphor
coating.

When
the blue LED is illuminated on the phosphor coating, the two colors combine to
produce white light.

How
does an LED emit multiple colors?
So
far, we've covered how to create colors in LED Christmas lights, from the entire
rainbow spectrum to the popular white LEDs.

But
how do individual LEDs emit multiple colors at the same time?

In
fact, a color-changing LED is not just an LED, but usually three LEDs are
combined with a basic computer controller that you can use to control them. By
combining red, blue and green LEDs, each color is simultaneously controlled by a
controller unit that creates each color in the rainbow.

For
example, if the red and green LEDs are off and the blue LED is lit, the LED unit
will emit blue light. The same is true for red and green.

In
addition, if red is turned on in addition to blue, the color turns purple. If
red is only executed with a value of 50%, the color will be between blue and
purple. You can create any color in the rainbow by adjusting these values ​​with
various combinations of red, blue, and green.

Essentially,
this is also the way to create color-changing LEDs. By starting with 100% blue
and setting a gradual increase from 0% to 100% red, the light seems to change
from blue to purple.

There
is no doubt that LED Christmas lights are bright, long lasting and powerful
Christmas lights.

Ninghai Haohua Company     is a manufacturer
that designs and produces various types of    LED Holiday Light   
. LED holiday lights are complete in specifications and beautiful
in style. The goods are exported to Europe, the United States, Australia and
other countries and regions. Https://www.nhhx.net

LED Holiday Light - Color Creation Of LED Christmas Lights的更多相关文章

  1. LED Holiday Light -Picking LED Christmas Lights, 4 Things

    LED Christmas lights are not very cheap, but you should know that LED lights can be used for more th ...

  2. Switch The LED Holiday Light To Illuminate The Cheerful Holidays

    I like how LED holiday lights add a little magic to the holidays. Want an easy way to reduce your va ...

  3. Application Comparison Of LED Holiday Light And Traditional Incandescent Lights

    Obviously, LED holiday lights are leading the competition in economical Christmas decorations, but t ...

  4. LED Holiday Light - Holiday Lighting Maintenance Guide

    If you are experiencing problems with LED holiday lighting, the following guides will provide advice ...

  5. Suggestions On Setting LED Holiday Light

    We all like the cheerful glow of holiday lights, so the process goes seamless from start to finish. ...

  6. LED Holiday Light -holiday Light Inspection Implementation Recommendations

    China LED Holiday Light Factory & Ninghai County Haohua Electronic Appliance Co., Ltd. pointed o ...

  7. LED Magic Light - How Does The LED Light Change Color?

    The    LED Magic Light    states that the color-changing LED is not an LED in the package, but three ...

  8. LED Holiday Light-5 Mm Wide Angle Cone Lights: Pros

    But in rare cases, the opposite is true: the opinions of consultants are so synchronized that it is ...

  9. LED Candle Light Factory-LED Candle Light: Full Of Romance

    LED candle lights are beautiful and can add elegance and romance to any space. These candles make th ...

随机推荐

  1. 《C++Primer》第五版习题答案--第六章【学习笔记】

    <C++Primer>第五版习题答案--第六章[学习笔记] ps:答案是个人在学习过程中书写,可能存在错漏之处,仅作参考. 作者:cosefy Date: 2020/1/16 第六章:函数 ...

  2. 9个常用的正则表达式-sunziren

    正数字:/^[1-9]{1}[0-9]*$|^0{1}\.{1}[0-9]+$|^[1-9]{1}[0-9]*\.{1}[0-9]+$/ 用户名:/^[a-z0-9_-]{3,16}$/ 密码:/^[ ...

  3. cat - EOF标志的使用

    前提 cat命令是用于连接文件并输出到标准输出设备或指定文件中. EOF为标志,可以替换为其他字符串 代码块 ``` 将文件内容作为标准输出也就是将文件内容输出到屏幕中,也可写作 cat filena ...

  4. 数据结构(集合)学习之Map(一)

    集合 框架关系图: 补充:HashTable父类是Dictionary,不是AbstractMap. Map: Map(接口)和Collection都属于集合,但是Map不是Collection的子类 ...

  5. SpringBoot导出excel数据报错Could not find acceptable representation

    转自:https://blog.csdn.net/mate_ge/article/details/93518286?utm_source=distribute.pc_relevant.none-tas ...

  6. 复习babel

    对babel进行复习

  7. 《趣谈 Linux 操作系统》学习笔记(二):对 Linux 操作系统的理解

    首先,我们知道操作系统是管理和控制计算机硬件与软件资源的计算机程序.这里把操作系统想象为一个软件外包公司,其内核就相当于这家外包公司的老板,那么我们可以把自己的角色切换成这家外包公司的老板,设身处地的 ...

  8. oracle备份与还原数据

    一.表数据备份与还原 creat table  备份表   select * from  原表  where insert  into  原表  select  *  from  备份表 二.利用备份 ...

  9. simmon effect : build the funcion of trail list

    #the real experiment for simon effect #load the library which is our need import pygame import sys i ...

  10. 1级搭建类110-Oracle 18c SI FS(Windows Server 2019)公开

    Oracle 18c 单实例文件系统在Windows Server 2019上的安装 在线查看