Shades of Electric Lime #D1F909
Tints of Electric Lime #D1F909
RGB
CMYK
RGB Variations
Color information
#D1F909 (or 0xD1F909) is known color: Electric Lime. HEX triplet: D1, F9 and 09. RGB value is (209,249,9). Sum of RGB (Red+Green+Blue) = 209+249+9=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F909 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F909 is #2E06F6. Grayscale: #D2D2D2. Windows color (decimal): -3016439 or 653777. OLE color: 653777.
HSL color Cylindrical-coordinate representation of color #D1F909: hue angle of 70º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1F909 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.02 |
| HSL | 70º | 0.95% | 0.51% | - |
| HSV(B) | 70º | 0.96% | 0.98% | - |
| XYZ | 60.22 | 81.33 | 12.78 | - |
| YUV | 209.68 | 14.75 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 9 | 0.16 | 0 | 0.96 | 0.02 | 70 | 0.95 | 0.51 |
| Hex | D1 | F9 | 9 | 10 | 0 | 60 | 2 | 46 | 5F | 33 |
| Octal | 321 | 371 | 11 | 20 | 0 | 140 | 2 | 106 | 137 | 63 |
| Binary | 11010001 | 11111001 | 1001 | 10000 | 0 | 1100000 | 10 | 1000110 | 1011111 | 110011 |
Color Harmonies of #D1F909
Complementary color
Monochromatic Colors of #D1F909
Black with #D1F909
Text Example
Text Example
White with #D1F909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F909; }
p { color: rgb(209,249,9); }
H1.HeaderClassName
{
color: #D1F909;
}
.AnyTagClassName
{
color: #D1F909;
}
</style>
background-color css
<style>
a { background-color: #D1F909; }
a { background-color: rgb(209,249,9); }
div.DivClassName
{
background-color: #D1F909;
}
.BgClassName
{
background-color: #D1F909;
}
</style>
border-color css
<style>
span { border-color: #D1F909; }
span { border-color: rgb(209,249,9); }
td.TdClassName
{
border-color: #D1F909;
}
.TagClassName
{
border-color: #D1F909;
}
</style>