Led Color

Color in RGB format.

Note: You can use any online RGB/HSV color picker (e.g. google’s color picker) to help you generate your desired colors.

Note: Brightness of the color is determined by how close the color is to black [0, 0, 0]. For example [255, 0, 0] is 100% bright red while [64, 0, 0] is 25% bright red.

Format

[<byte>, <byte>, <byte>]

Examples

[255, 0, 0]
[64, 64, 64]