Shades of Electric Lime #D1F509
Tints of Electric Lime #D1F509
RGB
CMYK
RGB Variations
Color information
#D1F509 (or 0xD1F509) is known color: Electric Lime. HEX triplet: D1, F5 and 09. RGB value is (209,245,9). Sum of RGB (Red+Green+Blue) = 209+245+9=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F509 is #2E0AF6. Grayscale: #D0D0D0. Windows color (decimal): -3017463 or 652753. OLE color: 652753.
HSL color Cylindrical-coordinate representation of color #D1F509: hue angle of 69.15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1F509 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.04 |
| HSL | 69.15º | 0.93% | 0.5% | - |
| HSV(B) | 69.15º | 0.96% | 0.96% | - |
| XYZ | 59 | 78.88 | 12.37 | - |
| YUV | 207.33 | 16.07 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 9 | 0.15 | 0 | 0.96 | 0.04 | 69.15 | 0.93 | 0.5 |
| Hex | D1 | F5 | 9 | F | 0 | 60 | 4 | 45 | 5D | 32 |
| Octal | 321 | 365 | 11 | 17 | 0 | 140 | 4 | 105 | 135 | 62 |
| Binary | 11010001 | 11110101 | 1001 | 1111 | 0 | 1100000 | 100 | 1000101 | 1011101 | 110010 |
Color Harmonies of #D1F509
Complementary color
Monochromatic Colors of #D1F509
Black with #D1F509
Text Example
Text Example
White with #D1F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F509; }
p { color: rgb(209,245,9); }
H1.HeaderClassName
{
color: #D1F509;
}
.AnyTagClassName
{
color: #D1F509;
}
</style>
background-color css
<style>
a { background-color: #D1F509; }
a { background-color: rgb(209,245,9); }
div.DivClassName
{
background-color: #D1F509;
}
.BgClassName
{
background-color: #D1F509;
}
</style>
border-color css
<style>
span { border-color: #D1F509; }
span { border-color: rgb(209,245,9); }
td.TdClassName
{
border-color: #D1F509;
}
.TagClassName
{
border-color: #D1F509;
}
</style>