Shades of Electric Lime #D1F610
Tints of Electric Lime #D1F610
RGB
CMYK
RGB Variations
Color information
#D1F610 (or 0xD1F610) is known color: Electric Lime. HEX triplet: D1, F6 and 10. RGB value is (209,246,16). Sum of RGB (Red+Green+Blue) = 209+246+16=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F610 is #2E09EF. Grayscale: #D1D1D1. Windows color (decimal): -3017200 or 1111761. OLE color: 1111761.
HSL color Cylindrical-coordinate representation of color #D1F610: hue angle of 69.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1F610 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.04 |
| HSL | 69.65º | 0.93% | 0.51% | - |
| HSV(B) | 69.65º | 0.93% | 0.96% | - |
| XYZ | 59.34 | 79.5 | 12.71 | - |
| YUV | 208.72 | 19.24 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 16 | 0.15 | 0 | 0.93 | 0.04 | 69.65 | 0.93 | 0.51 |
| Hex | D1 | F6 | 10 | F | 0 | 5D | 4 | 46 | 5D | 33 |
| Octal | 321 | 366 | 20 | 17 | 0 | 135 | 4 | 106 | 135 | 63 |
| Binary | 11010001 | 11110110 | 10000 | 1111 | 0 | 1011101 | 100 | 1000110 | 1011101 | 110011 |
Color Harmonies of #D1F610
Complementary color
Monochromatic Colors of #D1F610
Black with #D1F610
Text Example
Text Example
White with #D1F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F610; }
p { color: rgb(209,246,16); }
H1.HeaderClassName
{
color: #D1F610;
}
.AnyTagClassName
{
color: #D1F610;
}
</style>
background-color css
<style>
a { background-color: #D1F610; }
a { background-color: rgb(209,246,16); }
div.DivClassName
{
background-color: #D1F610;
}
.BgClassName
{
background-color: #D1F610;
}
</style>
border-color css
<style>
span { border-color: #D1F610; }
span { border-color: rgb(209,246,16); }
td.TdClassName
{
border-color: #D1F610;
}
.TagClassName
{
border-color: #D1F610;
}
</style>