🔴 PART 8 — RGB LED

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:22 AM on 9/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

What does RGB stand for?


R = Red

G = Green

B = Blue


2
New cards

What is an RGB LED?

An RGB LED contains three LED channels — red, green and blue — inside one package.

3
New cards

How can an RGB LED produce different colours?

By changing the intensity of the red, green and blue channels and mixing their light.

4
New cards

How can PWM be used with an RGB LED?

PWM controls the brightness/intensity of each colour channel.

For example:

Red = 255

Green = 0

Blue = 0

→ Bright red.

5
New cards

What is a common-cathode RGB LED?

An RGB LED where the three LED channels share a common cathode/negative connection, which is connected to GND.

6
New cards

How many possible intensity values can each RGB channel have?


256 values, from:

0–255

7
New cards

How many possible RGB combinations are there theoretically?

Each channel has 256 possibilities:

256Ă—256Ă—256256\times256\times256 =16,777,216=\boxed{16,777,216}

So there are approximately 16.7 million possible RGB combinations.

8
New cards

Why does an RGB LED need a resistor for each colour channel?

Each LED channel needs its current controlled to prevent excessive current.


So typically there is one current-limiting resistor per channel.