Shades of Electric Lime #D0DF06
Tints of Electric Lime #D0DF06
RGB
CMYK
RGB Variations
Color information
#D0DF06 (or 0xD0DF06) is known color: Electric Lime. HEX triplet: D0, DF and 06. RGB value is (208,223,6). Sum of RGB (Red+Green+Blue) = 208+223+6=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF06 is #2F20F9. Grayscale: #C2C2C2. Windows color (decimal): -3088634 or 450512. OLE color: 450512.
HSL color Cylindrical-coordinate representation of color #D0DF06: hue angle of 64.15º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0DF06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.13 |
| HSL | 64.15º | 0.95% | 0.45% | - |
| HSV(B) | 64.15º | 0.97% | 0.87% | - |
| XYZ | 52.43 | 66.2 | 10.19 | - |
| YUV | 193.78 | 22.03 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 6 | 0.07 | 0 | 0.97 | 0.13 | 64.15 | 0.95 | 0.45 |
| Hex | D0 | DF | 6 | 7 | 0 | 61 | D | 40 | 5F | 2D |
| Octal | 320 | 337 | 6 | 7 | 0 | 141 | 15 | 100 | 137 | 55 |
| Binary | 11010000 | 11011111 | 110 | 111 | 0 | 1100001 | 1101 | 1000000 | 1011111 | 101101 |
Color Harmonies of #D0DF06
Complementary color
Monochromatic Colors of #D0DF06
Black with #D0DF06
Text Example
Text Example
White with #D0DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF06; }
p { color: rgb(208,223,6); }
H1.HeaderClassName
{
color: #D0DF06;
}
.AnyTagClassName
{
color: #D0DF06;
}
</style>
background-color css
<style>
a { background-color: #D0DF06; }
a { background-color: rgb(208,223,6); }
div.DivClassName
{
background-color: #D0DF06;
}
.BgClassName
{
background-color: #D0DF06;
}
</style>
border-color css
<style>
span { border-color: #D0DF06; }
span { border-color: rgb(208,223,6); }
td.TdClassName
{
border-color: #D0DF06;
}
.TagClassName
{
border-color: #D0DF06;
}
</style>