Shades of Electric Lime #D1F606
Tints of Electric Lime #D1F606
RGB
CMYK
RGB Variations
Color information
#D1F606 (or 0xD1F606) is known color: Electric Lime. HEX triplet: D1, F6 and 06. RGB value is (209,246,6). Sum of RGB (Red+Green+Blue) = 209+246+6=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F606 is #2E09F9. Grayscale: #D0D0D0. Windows color (decimal): -3017210 or 456401. OLE color: 456401.
HSL color Cylindrical-coordinate representation of color #D1F606: hue angle of 69.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F606 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.04 |
| HSL | 69.25º | 0.95% | 0.49% | - |
| HSV(B) | 69.25º | 0.98% | 0.96% | - |
| XYZ | 59.28 | 79.48 | 12.39 | - |
| YUV | 207.58 | 14.24 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 6 | 0.15 | 0 | 0.98 | 0.04 | 69.25 | 0.95 | 0.49 |
| Hex | D1 | F6 | 6 | F | 0 | 62 | 4 | 45 | 5F | 31 |
| Octal | 321 | 366 | 6 | 17 | 0 | 142 | 4 | 105 | 137 | 61 |
| Binary | 11010001 | 11110110 | 110 | 1111 | 0 | 1100010 | 100 | 1000101 | 1011111 | 110001 |
Color Harmonies of #D1F606
Complementary color
Monochromatic Colors of #D1F606
Black with #D1F606
Text Example
Text Example
White with #D1F606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F606; }
p { color: rgb(209,246,6); }
H1.HeaderClassName
{
color: #D1F606;
}
.AnyTagClassName
{
color: #D1F606;
}
</style>
background-color css
<style>
a { background-color: #D1F606; }
a { background-color: rgb(209,246,6); }
div.DivClassName
{
background-color: #D1F606;
}
.BgClassName
{
background-color: #D1F606;
}
</style>
border-color css
<style>
span { border-color: #D1F606; }
span { border-color: rgb(209,246,6); }
td.TdClassName
{
border-color: #D1F606;
}
.TagClassName
{
border-color: #D1F606;
}
</style>