Shades of Electric Lime #D0F609
Tints of Electric Lime #D0F609
RGB
CMYK
RGB Variations
Color information
#D0F609 (or 0xD0F609) is known color: Electric Lime. HEX triplet: D0, F6 and 09. RGB value is (208,246,9). Sum of RGB (Red+Green+Blue) = 208+246+9=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F609 is #2F09F6. Grayscale: #D0D0D0. Windows color (decimal): -3082743 or 653008. OLE color: 653008.
HSL color Cylindrical-coordinate representation of color #D0F609: hue angle of 69.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0F609 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.04 |
| HSL | 69.62º | 0.93% | 0.5% | - |
| HSV(B) | 69.62º | 0.96% | 0.96% | - |
| XYZ | 59.02 | 79.34 | 12.46 | - |
| YUV | 207.62 | 15.91 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 9 | 0.15 | 0 | 0.96 | 0.04 | 69.62 | 0.93 | 0.5 |
| Hex | D0 | F6 | 9 | F | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 320 | 366 | 11 | 17 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11010000 | 11110110 | 1001 | 1111 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #D0F609
Complementary color
Monochromatic Colors of #D0F609
Black with #D0F609
Text Example
Text Example
White with #D0F609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F609; }
p { color: rgb(208,246,9); }
H1.HeaderClassName
{
color: #D0F609;
}
.AnyTagClassName
{
color: #D0F609;
}
</style>
background-color css
<style>
a { background-color: #D0F609; }
a { background-color: rgb(208,246,9); }
div.DivClassName
{
background-color: #D0F609;
}
.BgClassName
{
background-color: #D0F609;
}
</style>
border-color css
<style>
span { border-color: #D0F609; }
span { border-color: rgb(208,246,9); }
td.TdClassName
{
border-color: #D0F609;
}
.TagClassName
{
border-color: #D0F609;
}
</style>