Shades of Electric Lime #D1F905
Tints of Electric Lime #D1F905
RGB
CMYK
RGB Variations
Color information
#D1F905 (or 0xD1F905) is known color: Electric Lime. HEX triplet: D1, F9 and 05. RGB value is (209,249,5). Sum of RGB (Red+Green+Blue) = 209+249+5=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F905 is #2E06FA. Grayscale: #D2D2D2. Windows color (decimal): -3016443 or 391633. OLE color: 391633.
HSL color Cylindrical-coordinate representation of color #D1F905: hue angle of 69.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1F905 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.02 |
| HSL | 69.84º | 0.96% | 0.5% | - |
| HSV(B) | 69.84º | 0.98% | 0.98% | - |
| XYZ | 60.2 | 81.32 | 12.67 | - |
| YUV | 209.22 | 12.75 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 5 | 0.16 | 0 | 0.98 | 0.02 | 69.84 | 0.96 | 0.5 |
| Hex | D1 | F9 | 5 | 10 | 0 | 62 | 2 | 46 | 60 | 32 |
| Octal | 321 | 371 | 5 | 20 | 0 | 142 | 2 | 106 | 140 | 62 |
| Binary | 11010001 | 11111001 | 101 | 10000 | 0 | 1100010 | 10 | 1000110 | 1100000 | 110010 |
Color Harmonies of #D1F905
Complementary color
Monochromatic Colors of #D1F905
Black with #D1F905
Text Example
Text Example
White with #D1F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F905; }
p { color: rgb(209,249,5); }
H1.HeaderClassName
{
color: #D1F905;
}
.AnyTagClassName
{
color: #D1F905;
}
</style>
background-color css
<style>
a { background-color: #D1F905; }
a { background-color: rgb(209,249,5); }
div.DivClassName
{
background-color: #D1F905;
}
.BgClassName
{
background-color: #D1F905;
}
</style>
border-color css
<style>
span { border-color: #D1F905; }
span { border-color: rgb(209,249,5); }
td.TdClassName
{
border-color: #D1F905;
}
.TagClassName
{
border-color: #D1F905;
}
</style>