Shades of Electric Lime #CDE609
Tints of Electric Lime #CDE609
RGB
CMYK
RGB Variations
Color information
#CDE609 (or 0xCDE609) is known color: Electric Lime. HEX triplet: CD, E6 and 09. RGB value is (205,230,9). Sum of RGB (Red+Green+Blue) = 205+230+9=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE609 is #3219F6. Grayscale: #C6C6C6. Windows color (decimal): -3283447 or 648909. OLE color: 648909.
HSL color Cylindrical-coordinate representation of color #CDE609: hue angle of 66.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE609 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.10 |
| HSL | 66.79º | 0.92% | 0.47% | - |
| HSV(B) | 66.79º | 0.96% | 0.9% | - |
| XYZ | 53.52 | 69.59 | 10.87 | - |
| YUV | 197.33 | 21.72 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 9 | 0.11 | 0 | 0.96 | 0.10 | 66.79 | 0.92 | 0.47 |
| Hex | CD | E6 | 9 | B | 0 | 60 | A | 43 | 5C | 2F |
| Octal | 315 | 346 | 11 | 13 | 0 | 140 | 12 | 103 | 134 | 57 |
| Binary | 11001101 | 11100110 | 1001 | 1011 | 0 | 1100000 | 1010 | 1000011 | 1011100 | 101111 |
Color Harmonies of #CDE609
Complementary color
Monochromatic Colors of #CDE609
Black with #CDE609
Text Example
Text Example
White with #CDE609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE609; }
p { color: rgb(205,230,9); }
H1.HeaderClassName
{
color: #CDE609;
}
.AnyTagClassName
{
color: #CDE609;
}
</style>
background-color css
<style>
a { background-color: #CDE609; }
a { background-color: rgb(205,230,9); }
div.DivClassName
{
background-color: #CDE609;
}
.BgClassName
{
background-color: #CDE609;
}
</style>
border-color css
<style>
span { border-color: #CDE609; }
span { border-color: rgb(205,230,9); }
td.TdClassName
{
border-color: #CDE609;
}
.TagClassName
{
border-color: #CDE609;
}
</style>