Shades of Electric Lime #CDE809
Tints of Electric Lime #CDE809
RGB
CMYK
RGB Variations
Color information
#CDE809 (or 0xCDE809) is known color: Electric Lime. HEX triplet: CD, E8 and 09. RGB value is (205,232,9). Sum of RGB (Red+Green+Blue) = 205+232+9=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE809 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE809 is #3217F6. Grayscale: #C7C7C7. Windows color (decimal): -3282935 or 649421. OLE color: 649421.
HSL color Cylindrical-coordinate representation of color #CDE809: hue angle of 67.26º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE809 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 9 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.09 |
| HSL | 67.26º | 0.93% | 0.47% | - |
| HSV(B) | 67.26º | 0.96% | 0.91% | - |
| XYZ | 54.08 | 70.71 | 11.06 | - |
| YUV | 198.51 | 21.05 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 9 | 0.12 | 0 | 0.96 | 0.09 | 67.26 | 0.93 | 0.47 |
| Hex | CD | E8 | 9 | C | 0 | 60 | 9 | 43 | 5D | 2F |
| Octal | 315 | 350 | 11 | 14 | 0 | 140 | 11 | 103 | 135 | 57 |
| Binary | 11001101 | 11101000 | 1001 | 1100 | 0 | 1100000 | 1001 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CDE809
Complementary color
Monochromatic Colors of #CDE809
Black with #CDE809
Text Example
Text Example
White with #CDE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE809; }
p { color: rgb(205,232,9); }
H1.HeaderClassName
{
color: #CDE809;
}
.AnyTagClassName
{
color: #CDE809;
}
</style>
background-color css
<style>
a { background-color: #CDE809; }
a { background-color: rgb(205,232,9); }
div.DivClassName
{
background-color: #CDE809;
}
.BgClassName
{
background-color: #CDE809;
}
</style>
border-color css
<style>
span { border-color: #CDE809; }
span { border-color: rgb(205,232,9); }
td.TdClassName
{
border-color: #CDE809;
}
.TagClassName
{
border-color: #CDE809;
}
</style>