Shades of Electric Lime #D1E009
Tints of Electric Lime #D1E009
RGB
CMYK
RGB Variations
Color information
#D1E009 (or 0xD1E009) is known color: Electric Lime. HEX triplet: D1, E0 and 09. RGB value is (209,224,9). Sum of RGB (Red+Green+Blue) = 209+224+9=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E009 is #2E1FF6. Grayscale: #C3C3C3. Windows color (decimal): -3022839 or 647377. OLE color: 647377.
HSL color Cylindrical-coordinate representation of color #D1E009: hue angle of 64.19º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1E009 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.12 |
| HSL | 64.19º | 0.92% | 0.46% | - |
| HSV(B) | 64.19º | 0.96% | 0.88% | - |
| XYZ | 53 | 66.89 | 10.38 | - |
| YUV | 195.01 | 23.03 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 9 | 0.07 | 0 | 0.96 | 0.12 | 64.19 | 0.92 | 0.46 |
| Hex | D1 | E0 | 9 | 7 | 0 | 60 | C | 40 | 5C | 2E |
| Octal | 321 | 340 | 11 | 7 | 0 | 140 | 14 | 100 | 134 | 56 |
| Binary | 11010001 | 11100000 | 1001 | 111 | 0 | 1100000 | 1100 | 1000000 | 1011100 | 101110 |
Color Harmonies of #D1E009
Complementary color
Monochromatic Colors of #D1E009
Black with #D1E009
Text Example
Text Example
White with #D1E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E009; }
p { color: rgb(209,224,9); }
H1.HeaderClassName
{
color: #D1E009;
}
.AnyTagClassName
{
color: #D1E009;
}
</style>
background-color css
<style>
a { background-color: #D1E009; }
a { background-color: rgb(209,224,9); }
div.DivClassName
{
background-color: #D1E009;
}
.BgClassName
{
background-color: #D1E009;
}
</style>
border-color css
<style>
span { border-color: #D1E009; }
span { border-color: rgb(209,224,9); }
td.TdClassName
{
border-color: #D1E009;
}
.TagClassName
{
border-color: #D1E009;
}
</style>