Shades of Electric Lime #D2F806
Tints of Electric Lime #D2F806
RGB
CMYK
RGB Variations
Color information
#D2F806 (or 0xD2F806) is known color: Electric Lime. HEX triplet: D2, F8 and 06. RGB value is (210,248,6). Sum of RGB (Red+Green+Blue) = 210+248+6=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F806 is #2D07F9. Grayscale: #D1D1D1. Windows color (decimal): -2951162 or 456914. OLE color: 456914.
HSL color Cylindrical-coordinate representation of color #D2F806: hue angle of 69.42º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2F806 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.03 |
| HSL | 69.42º | 0.95% | 0.5% | - |
| HSV(B) | 69.42º | 0.98% | 0.97% | - |
| XYZ | 60.18 | 80.85 | 12.61 | - |
| YUV | 209.05 | 13.41 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 6 | 0.15 | 0 | 0.98 | 0.03 | 69.42 | 0.95 | 0.5 |
| Hex | D2 | F8 | 6 | F | 0 | 62 | 3 | 45 | 5F | 32 |
| Octal | 322 | 370 | 6 | 17 | 0 | 142 | 3 | 105 | 137 | 62 |
| Binary | 11010010 | 11111000 | 110 | 1111 | 0 | 1100010 | 11 | 1000101 | 1011111 | 110010 |
Color Harmonies of #D2F806
Complementary color
Monochromatic Colors of #D2F806
Black with #D2F806
Text Example
Text Example
White with #D2F806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F806; }
p { color: rgb(210,248,6); }
H1.HeaderClassName
{
color: #D2F806;
}
.AnyTagClassName
{
color: #D2F806;
}
</style>
background-color css
<style>
a { background-color: #D2F806; }
a { background-color: rgb(210,248,6); }
div.DivClassName
{
background-color: #D2F806;
}
.BgClassName
{
background-color: #D2F806;
}
</style>
border-color css
<style>
span { border-color: #D2F806; }
span { border-color: rgb(210,248,6); }
td.TdClassName
{
border-color: #D2F806;
}
.TagClassName
{
border-color: #D2F806;
}
</style>