Shades of Electric Lime #D1F608
Tints of Electric Lime #D1F608
RGB
CMYK
RGB Variations
Color information
#D1F608 (or 0xD1F608) is known color: Electric Lime. HEX triplet: D1, F6 and 08. RGB value is (209,246,8). Sum of RGB (Red+Green+Blue) = 209+246+8=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F608 is #2E09F7. Grayscale: #D0D0D0. Windows color (decimal): -3017208 or 587473. OLE color: 587473.
HSL color Cylindrical-coordinate representation of color #D1F608: hue angle of 69.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1F608 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.04 |
| HSL | 69.33º | 0.94% | 0.5% | - |
| HSV(B) | 69.33º | 0.97% | 0.96% | - |
| XYZ | 59.29 | 79.48 | 12.45 | - |
| YUV | 207.81 | 15.24 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 8 | 0.15 | 0 | 0.97 | 0.04 | 69.33 | 0.94 | 0.5 |
| Hex | D1 | F6 | 8 | F | 0 | 61 | 4 | 45 | 5E | 32 |
| Octal | 321 | 366 | 10 | 17 | 0 | 141 | 4 | 105 | 136 | 62 |
| Binary | 11010001 | 11110110 | 1000 | 1111 | 0 | 1100001 | 100 | 1000101 | 1011110 | 110010 |
Color Harmonies of #D1F608
Complementary color
Monochromatic Colors of #D1F608
Black with #D1F608
Text Example
Text Example
White with #D1F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F608; }
p { color: rgb(209,246,8); }
H1.HeaderClassName
{
color: #D1F608;
}
.AnyTagClassName
{
color: #D1F608;
}
</style>
background-color css
<style>
a { background-color: #D1F608; }
a { background-color: rgb(209,246,8); }
div.DivClassName
{
background-color: #D1F608;
}
.BgClassName
{
background-color: #D1F608;
}
</style>
border-color css
<style>
span { border-color: #D1F608; }
span { border-color: rgb(209,246,8); }
td.TdClassName
{
border-color: #D1F608;
}
.TagClassName
{
border-color: #D1F608;
}
</style>