Shades of Electric Lime #D4F807
Tints of Electric Lime #D4F807
RGB
CMYK
RGB Variations
Color information
#D4F807 (or 0xD4F807) is known color: Electric Lime. HEX triplet: D4, F8 and 07. RGB value is (212,248,7). Sum of RGB (Red+Green+Blue) = 212+248+7=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F807 is #2B07F8. Grayscale: #D2D2D2. Windows color (decimal): -2820089 or 522452. OLE color: 522452.
HSL color Cylindrical-coordinate representation of color #D4F807: hue angle of 68.96º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4F807 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.03 |
| HSL | 68.96º | 0.95% | 0.5% | - |
| HSV(B) | 68.96º | 0.97% | 0.97% | - |
| XYZ | 60.76 | 81.15 | 12.66 | - |
| YUV | 209.76 | 13.57 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 7 | 0.15 | 0 | 0.97 | 0.03 | 68.96 | 0.95 | 0.5 |
| Hex | D4 | F8 | 7 | F | 0 | 61 | 3 | 45 | 5F | 32 |
| Octal | 324 | 370 | 7 | 17 | 0 | 141 | 3 | 105 | 137 | 62 |
| Binary | 11010100 | 11111000 | 111 | 1111 | 0 | 1100001 | 11 | 1000101 | 1011111 | 110010 |
Color Harmonies of #D4F807
Complementary color
Monochromatic Colors of #D4F807
Black with #D4F807
Text Example
Text Example
White with #D4F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F807; }
p { color: rgb(212,248,7); }
H1.HeaderClassName
{
color: #D4F807;
}
.AnyTagClassName
{
color: #D4F807;
}
</style>
background-color css
<style>
a { background-color: #D4F807; }
a { background-color: rgb(212,248,7); }
div.DivClassName
{
background-color: #D4F807;
}
.BgClassName
{
background-color: #D4F807;
}
</style>
border-color css
<style>
span { border-color: #D4F807; }
span { border-color: rgb(212,248,7); }
td.TdClassName
{
border-color: #D4F807;
}
.TagClassName
{
border-color: #D4F807;
}
</style>