Shades of Electric Lime #D1F710
Tints of Electric Lime #D1F710
RGB
CMYK
RGB Variations
Color information
#D1F710 (or 0xD1F710) is known color: Electric Lime. HEX triplet: D1, F7 and 10. RGB value is (209,247,16). Sum of RGB (Red+Green+Blue) = 209+247+16=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F710 is #2E08EF. Grayscale: #D2D2D2. Windows color (decimal): -3016944 or 1112017. OLE color: 1112017.
HSL color Cylindrical-coordinate representation of color #D1F710: hue angle of 69.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1F710 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 16 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.03 |
| HSL | 69.87º | 0.94% | 0.52% | - |
| HSV(B) | 69.87º | 0.94% | 0.97% | - |
| XYZ | 59.65 | 80.11 | 12.81 | - |
| YUV | 209.3 | 18.91 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 16 | 0.15 | 0 | 0.94 | 0.03 | 69.87 | 0.94 | 0.52 |
| Hex | D1 | F7 | 10 | F | 0 | 5E | 3 | 46 | 5E | 34 |
| Octal | 321 | 367 | 20 | 17 | 0 | 136 | 3 | 106 | 136 | 64 |
| Binary | 11010001 | 11110111 | 10000 | 1111 | 0 | 1011110 | 11 | 1000110 | 1011110 | 110100 |
Color Harmonies of #D1F710
Complementary color
Monochromatic Colors of #D1F710
Black with #D1F710
Text Example
Text Example
White with #D1F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F710; }
p { color: rgb(209,247,16); }
H1.HeaderClassName
{
color: #D1F710;
}
.AnyTagClassName
{
color: #D1F710;
}
</style>
background-color css
<style>
a { background-color: #D1F710; }
a { background-color: rgb(209,247,16); }
div.DivClassName
{
background-color: #D1F710;
}
.BgClassName
{
background-color: #D1F710;
}
</style>
border-color css
<style>
span { border-color: #D1F710; }
span { border-color: rgb(209,247,16); }
td.TdClassName
{
border-color: #D1F710;
}
.TagClassName
{
border-color: #D1F710;
}
</style>