Shades of Electric Lime #D0F709
Tints of Electric Lime #D0F709
RGB
CMYK
RGB Variations
Color information
#D0F709 (or 0xD0F709) is known color: Electric Lime. HEX triplet: D0, F7 and 09. RGB value is (208,247,9). Sum of RGB (Red+Green+Blue) = 208+247+9=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F709 is #2F08F6. Grayscale: #D1D1D1. Windows color (decimal): -3082487 or 653264. OLE color: 653264.
HSL color Cylindrical-coordinate representation of color #D0F709: hue angle of 69.83º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0F709 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.03 |
| HSL | 69.83º | 0.94% | 0.5% | - |
| HSV(B) | 69.83º | 0.96% | 0.97% | - |
| XYZ | 59.32 | 79.95 | 12.56 | - |
| YUV | 208.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 9 | 0.16 | 0 | 0.96 | 0.03 | 69.83 | 0.94 | 0.5 |
| Hex | D0 | F7 | 9 | 10 | 0 | 60 | 3 | 46 | 5E | 32 |
| Octal | 320 | 367 | 11 | 20 | 0 | 140 | 3 | 106 | 136 | 62 |
| Binary | 11010000 | 11110111 | 1001 | 10000 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #D0F709
Complementary color
Monochromatic Colors of #D0F709
Black with #D0F709
Text Example
Text Example
White with #D0F709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F709; }
p { color: rgb(208,247,9); }
H1.HeaderClassName
{
color: #D0F709;
}
.AnyTagClassName
{
color: #D0F709;
}
</style>
background-color css
<style>
a { background-color: #D0F709; }
a { background-color: rgb(208,247,9); }
div.DivClassName
{
background-color: #D0F709;
}
.BgClassName
{
background-color: #D0F709;
}
</style>
border-color css
<style>
span { border-color: #D0F709; }
span { border-color: rgb(208,247,9); }
td.TdClassName
{
border-color: #D0F709;
}
.TagClassName
{
border-color: #D0F709;
}
</style>