Shades of Electric Lime #CFF806
Tints of Electric Lime #CFF806
RGB
CMYK
RGB Variations
Color information
#CFF806 (or 0xCFF806) is known color: Electric Lime. HEX triplet: CF, F8 and 06. RGB value is (207,248,6). Sum of RGB (Red+Green+Blue) = 207+248+6=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF806 is #3007F9. Grayscale: #D1D1D1. Windows color (decimal): -3147770 or 456911. OLE color: 456911.
HSL color Cylindrical-coordinate representation of color #CFF806: hue angle of 70.17º 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 #CFF806 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.03 |
| HSL | 70.17º | 0.95% | 0.5% | - |
| HSV(B) | 70.17º | 0.98% | 0.97% | - |
| XYZ | 59.33 | 80.41 | 12.57 | - |
| YUV | 208.15 | 13.92 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 6 | 0.17 | 0 | 0.98 | 0.03 | 70.17 | 0.95 | 0.5 |
| Hex | CF | F8 | 6 | 11 | 0 | 62 | 3 | 46 | 5F | 32 |
| Octal | 317 | 370 | 6 | 21 | 0 | 142 | 3 | 106 | 137 | 62 |
| Binary | 11001111 | 11111000 | 110 | 10001 | 0 | 1100010 | 11 | 1000110 | 1011111 | 110010 |
Color Harmonies of #CFF806
Complementary color
Monochromatic Colors of #CFF806
Black with #CFF806
Text Example
Text Example
White with #CFF806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF806; }
p { color: rgb(207,248,6); }
H1.HeaderClassName
{
color: #CFF806;
}
.AnyTagClassName
{
color: #CFF806;
}
</style>
background-color css
<style>
a { background-color: #CFF806; }
a { background-color: rgb(207,248,6); }
div.DivClassName
{
background-color: #CFF806;
}
.BgClassName
{
background-color: #CFF806;
}
</style>
border-color css
<style>
span { border-color: #CFF806; }
span { border-color: rgb(207,248,6); }
td.TdClassName
{
border-color: #CFF806;
}
.TagClassName
{
border-color: #CFF806;
}
</style>