Shades of Electric Lime #D1DF08
Tints of Electric Lime #D1DF08
RGB
CMYK
RGB Variations
Color information
#D1DF08 (or 0xD1DF08) is known color: Electric Lime. HEX triplet: D1, DF and 08. RGB value is (209,223,8). Sum of RGB (Red+Green+Blue) = 209+223+8=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DF08 is #2E20F7. Grayscale: #C3C3C3. Windows color (decimal): -3023096 or 581585. OLE color: 581585.
HSL color Cylindrical-coordinate representation of color #D1DF08: hue angle of 63.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1DF08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.13 |
| HSL | 63.91º | 0.93% | 0.45% | - |
| HSV(B) | 63.91º | 0.96% | 0.87% | - |
| XYZ | 52.73 | 66.35 | 10.26 | - |
| YUV | 194.3 | 22.86 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 8 | 0.06 | 0 | 0.96 | 0.13 | 63.91 | 0.93 | 0.45 |
| Hex | D1 | DF | 8 | 6 | 0 | 60 | D | 40 | 5D | 2D |
| Octal | 321 | 337 | 10 | 6 | 0 | 140 | 15 | 100 | 135 | 55 |
| Binary | 11010001 | 11011111 | 1000 | 110 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #D1DF08
Complementary color
Monochromatic Colors of #D1DF08
Black with #D1DF08
Text Example
Text Example
White with #D1DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF08; }
p { color: rgb(209,223,8); }
H1.HeaderClassName
{
color: #D1DF08;
}
.AnyTagClassName
{
color: #D1DF08;
}
</style>
background-color css
<style>
a { background-color: #D1DF08; }
a { background-color: rgb(209,223,8); }
div.DivClassName
{
background-color: #D1DF08;
}
.BgClassName
{
background-color: #D1DF08;
}
</style>
border-color css
<style>
span { border-color: #D1DF08; }
span { border-color: rgb(209,223,8); }
td.TdClassName
{
border-color: #D1DF08;
}
.TagClassName
{
border-color: #D1DF08;
}
</style>