Shades of Electric Lime #D4F706
Tints of Electric Lime #D4F706
RGB
CMYK
RGB Variations
Color information
#D4F706 (or 0xD4F706) is known color: Electric Lime. HEX triplet: D4, F7 and 06. RGB value is (212,247,6). Sum of RGB (Red+Green+Blue) = 212+247+6=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F706 is #2B08F9. Grayscale: #D1D1D1. Windows color (decimal): -2820346 or 456660. OLE color: 456660.
HSL color Cylindrical-coordinate representation of color #D4F706: hue angle of 68.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4F706 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 6 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.03 |
| HSL | 68.71º | 0.95% | 0.5% | - |
| HSV(B) | 68.71º | 0.98% | 0.97% | - |
| XYZ | 60.45 | 80.53 | 12.53 | - |
| YUV | 209.06 | 13.4 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 6 | 0.14 | 0 | 0.98 | 0.03 | 68.71 | 0.95 | 0.5 |
| Hex | D4 | F7 | 6 | E | 0 | 62 | 3 | 45 | 5F | 32 |
| Octal | 324 | 367 | 6 | 16 | 0 | 142 | 3 | 105 | 137 | 62 |
| Binary | 11010100 | 11110111 | 110 | 1110 | 0 | 1100010 | 11 | 1000101 | 1011111 | 110010 |
Color Harmonies of #D4F706
Complementary color
Monochromatic Colors of #D4F706
Black with #D4F706
Text Example
Text Example
White with #D4F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F706; }
p { color: rgb(212,247,6); }
H1.HeaderClassName
{
color: #D4F706;
}
.AnyTagClassName
{
color: #D4F706;
}
</style>
background-color css
<style>
a { background-color: #D4F706; }
a { background-color: rgb(212,247,6); }
div.DivClassName
{
background-color: #D4F706;
}
.BgClassName
{
background-color: #D4F706;
}
</style>
border-color css
<style>
span { border-color: #D4F706; }
span { border-color: rgb(212,247,6); }
td.TdClassName
{
border-color: #D4F706;
}
.TagClassName
{
border-color: #D4F706;
}
</style>