Shades of Electric Lime #D0DF05
Tints of Electric Lime #D0DF05
RGB
CMYK
RGB Variations
Color information
#D0DF05 (or 0xD0DF05) is known color: Electric Lime. HEX triplet: D0, DF and 05. RGB value is (208,223,5). Sum of RGB (Red+Green+Blue) = 208+223+5=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF05 is #2F20FA. Grayscale: #C2C2C2. Windows color (decimal): -3088635 or 384976. OLE color: 384976.
HSL color Cylindrical-coordinate representation of color #D0DF05: hue angle of 64.13º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0DF05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.13 |
| HSL | 64.13º | 0.96% | 0.45% | - |
| HSV(B) | 64.13º | 0.98% | 0.87% | - |
| XYZ | 52.43 | 66.2 | 10.16 | - |
| YUV | 193.66 | 21.53 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 5 | 0.07 | 0 | 0.98 | 0.13 | 64.13 | 0.96 | 0.45 |
| Hex | D0 | DF | 5 | 7 | 0 | 62 | D | 40 | 60 | 2D |
| Octal | 320 | 337 | 5 | 7 | 0 | 142 | 15 | 100 | 140 | 55 |
| Binary | 11010000 | 11011111 | 101 | 111 | 0 | 1100010 | 1101 | 1000000 | 1100000 | 101101 |
Color Harmonies of #D0DF05
Complementary color
Monochromatic Colors of #D0DF05
Black with #D0DF05
Text Example
Text Example
White with #D0DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF05; }
p { color: rgb(208,223,5); }
H1.HeaderClassName
{
color: #D0DF05;
}
.AnyTagClassName
{
color: #D0DF05;
}
</style>
background-color css
<style>
a { background-color: #D0DF05; }
a { background-color: rgb(208,223,5); }
div.DivClassName
{
background-color: #D0DF05;
}
.BgClassName
{
background-color: #D0DF05;
}
</style>
border-color css
<style>
span { border-color: #D0DF05; }
span { border-color: rgb(208,223,5); }
td.TdClassName
{
border-color: #D0DF05;
}
.TagClassName
{
border-color: #D0DF05;
}
</style>