Shades of Electric Lime #CFF610
Tints of Electric Lime #CFF610
RGB
CMYK
RGB Variations
Color information
#CFF610 (or 0xCFF610) is known color: Electric Lime. HEX triplet: CF, F6 and 10. RGB value is (207,246,16). Sum of RGB (Red+Green+Blue) = 207+246+16=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF610 is #3009EF. Grayscale: #D0D0D0. Windows color (decimal): -3148272 or 1111759. OLE color: 1111759.
HSL color Cylindrical-coordinate representation of color #CFF610: hue angle of 70.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF610 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.17º | 0.93% | 0.51% | - |
| HSV(B) | 70.17º | 0.93% | 0.96% | - |
| XYZ | 58.78 | 79.21 | 12.68 | - |
| YUV | 208.12 | 19.58 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 16 | 0.16 | 0 | 0.93 | 0.04 | 70.17 | 0.93 | 0.51 |
| Hex | CF | F6 | 10 | 10 | 0 | 5D | 4 | 46 | 5D | 33 |
| Octal | 317 | 366 | 20 | 20 | 0 | 135 | 4 | 106 | 135 | 63 |
| Binary | 11001111 | 11110110 | 10000 | 10000 | 0 | 1011101 | 100 | 1000110 | 1011101 | 110011 |
Color Harmonies of #CFF610
Complementary color
Monochromatic Colors of #CFF610
Black with #CFF610
Text Example
Text Example
White with #CFF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF610; }
p { color: rgb(207,246,16); }
H1.HeaderClassName
{
color: #CFF610;
}
.AnyTagClassName
{
color: #CFF610;
}
</style>
background-color css
<style>
a { background-color: #CFF610; }
a { background-color: rgb(207,246,16); }
div.DivClassName
{
background-color: #CFF610;
}
.BgClassName
{
background-color: #CFF610;
}
</style>
border-color css
<style>
span { border-color: #CFF610; }
span { border-color: rgb(207,246,16); }
td.TdClassName
{
border-color: #CFF610;
}
.TagClassName
{
border-color: #CFF610;
}
</style>