Shades of Electric Lime #CFF805
Tints of Electric Lime #CFF805
RGB
CMYK
RGB Variations
Color information
#CFF805 (or 0xCFF805) is known color: Electric Lime. HEX triplet: CF, F8 and 05. RGB value is (207,248,5). Sum of RGB (Red+Green+Blue) = 207+248+5=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF805 is #3007FA. Grayscale: #D0D0D0. Windows color (decimal): -3147771 or 391375. OLE color: 391375.
HSL color Cylindrical-coordinate representation of color #CFF805: hue angle of 70.12º degrees, saturation: 0.96, 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 #CFF805 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.03 |
| HSL | 70.12º | 0.96% | 0.5% | - |
| HSV(B) | 70.12º | 0.98% | 0.97% | - |
| XYZ | 59.33 | 80.41 | 12.54 | - |
| YUV | 208.04 | 13.42 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 5 | 0.17 | 0 | 0.98 | 0.03 | 70.12 | 0.96 | 0.5 |
| Hex | CF | F8 | 5 | 11 | 0 | 62 | 3 | 46 | 60 | 32 |
| Octal | 317 | 370 | 5 | 21 | 0 | 142 | 3 | 106 | 140 | 62 |
| Binary | 11001111 | 11111000 | 101 | 10001 | 0 | 1100010 | 11 | 1000110 | 1100000 | 110010 |
Color Harmonies of #CFF805
Complementary color
Monochromatic Colors of #CFF805
Black with #CFF805
Text Example
Text Example
White with #CFF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF805; }
p { color: rgb(207,248,5); }
H1.HeaderClassName
{
color: #CFF805;
}
.AnyTagClassName
{
color: #CFF805;
}
</style>
background-color css
<style>
a { background-color: #CFF805; }
a { background-color: rgb(207,248,5); }
div.DivClassName
{
background-color: #CFF805;
}
.BgClassName
{
background-color: #CFF805;
}
</style>
border-color css
<style>
span { border-color: #CFF805; }
span { border-color: rgb(207,248,5); }
td.TdClassName
{
border-color: #CFF805;
}
.TagClassName
{
border-color: #CFF805;
}
</style>