LED Holiday Light - Color Creation Of LED Christmas Lights
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的更多相关文章
- 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 ...
- 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 ...
- Application Comparison Of LED Holiday Light And Traditional Incandescent Lights
Obviously, LED holiday lights are leading the competition in economical Christmas decorations, but t ...
- LED Holiday Light - Holiday Lighting Maintenance Guide
If you are experiencing problems with LED holiday lighting, the following guides will provide advice ...
- Suggestions On Setting LED Holiday Light
We all like the cheerful glow of holiday lights, so the process goes seamless from start to finish. ...
- LED Holiday Light -holiday Light Inspection Implementation Recommendations
China LED Holiday Light Factory & Ninghai County Haohua Electronic Appliance Co., Ltd. pointed o ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- Java 8 Stream Api 中的 peek 操作
1. 前言 我在Java8 Stream API 详细使用指南[1] 中讲述了 [Java 8 Stream API]( "Java 8 Stream API") 中 map 操作 ...
- MySQL概述及入门(一)
MySql概述及入门(一) 什么是MySQL? MySQL是当今主流的关系型数据库管理系统(记录是有行有列的数据库) , 可以与Oracle 和SQL Server 竞争 , 是最好RDBMS( ...
- 浅谈python的第三方库——pandas(二)
pandas使用小贴士 1 通过Series创建DataFrame 在pandas系列的第一篇博文中曾提到,Series可视为DataFrame的一种特例,即只有一列数据.既然如此,是否可以并列多个S ...
- Mayor's posters POJ - 2528 线段树区间覆盖
//线段树区间覆盖 #include<cstdio> #include<cstring> #include<iostream> #include<algori ...
- 02-React基础语法(2)
一.条件渲染 语法:使用原生 js 的 if 或者 三元表达式 判断 例子:判断用户是否登录,提示:已登录.未登录 (User组件) <script type="text/babe ...
- C#从委托、lambda表达式到linq总结
前言 本文总结学习C#必须知道的基础知识,委托.监视者模式.常用lambda表达式.linq查询,自定义扩展方法,他们之间有什么关系呢?匿名委托是如何演变成lambda表达式,lambda再如何导出l ...
- node常用模块汇总
node常用模块汇总: 点击插件名字,查看使用文档 npm常用模块汇总 node常用模块汇总 gulp常用插件汇总 mkdirp:在node.js中像mkdir -p一样递归创建目录及其子目录
- mysql 视图、触发器、事务、存储过程、函数
一 视图 视图是一个虚拟表(非真实存在),其本质是[根据SQL语句获取动态的数据集,并为其命名],用户使用时只需使用[名称]即可获取结果集,可以将该结果集当做表来使用. 使用视图我们可以把查询过程中的 ...
- Oracle 12c 多租户家族(12c 18c 19c)如何在 PDB 中添加 HR 模式
Oracle 12c 多租户家族(12c [12.2.0.1].18c [12.2.0.2].19c [12.2.0.3])如何在 PDB 中添加模式:19c (19.3) 手工添加示例 HR 用户 ...
- H5_0019:JS中定义json结构
"7HKm": function(e, a, d) { "use strict"; Object ...