Shades of Electric Lime #D1F106
Tints of Electric Lime #D1F106
RGB
CMYK
RGB Variations
Color information
#D1F106 (or 0xD1F106) is known color: Electric Lime. HEX triplet: D1, F1 and 06. RGB value is (209,241,6). Sum of RGB (Red+Green+Blue) = 209+241+6=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F106 is #2E0EF9. Grayscale: #CDCDCD. Windows color (decimal): -3018490 or 455121. OLE color: 455121.
HSL color Cylindrical-coordinate representation of color #D1F106: hue angle of 68.17º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F106 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 6 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.05 |
| HSL | 68.17º | 0.95% | 0.48% | - |
| HSV(B) | 68.17º | 0.98% | 0.95% | - |
| XYZ | 57.78 | 76.48 | 11.89 | - |
| YUV | 204.64 | 15.9 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 6 | 0.13 | 0 | 0.98 | 0.05 | 68.17 | 0.95 | 0.48 |
| Hex | D1 | F1 | 6 | D | 0 | 62 | 5 | 44 | 5F | 30 |
| Octal | 321 | 361 | 6 | 15 | 0 | 142 | 5 | 104 | 137 | 60 |
| Binary | 11010001 | 11110001 | 110 | 1101 | 0 | 1100010 | 101 | 1000100 | 1011111 | 110000 |
Color Harmonies of #D1F106
Complementary color
Monochromatic Colors of #D1F106
Black with #D1F106
Text Example
Text Example
White with #D1F106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F106; }
p { color: rgb(209,241,6); }
H1.HeaderClassName
{
color: #D1F106;
}
.AnyTagClassName
{
color: #D1F106;
}
</style>
background-color css
<style>
a { background-color: #D1F106; }
a { background-color: rgb(209,241,6); }
div.DivClassName
{
background-color: #D1F106;
}
.BgClassName
{
background-color: #D1F106;
}
</style>
border-color css
<style>
span { border-color: #D1F106; }
span { border-color: rgb(209,241,6); }
td.TdClassName
{
border-color: #D1F106;
}
.TagClassName
{
border-color: #D1F106;
}
</style>