Shades of Electric Lime #CFF709
Tints of Electric Lime #CFF709
RGB
CMYK
RGB Variations
Color information
#CFF709 (or 0xCFF709) is known color: Electric Lime. HEX triplet: CF, F7 and 09. RGB value is (207,247,9). Sum of RGB (Red+Green+Blue) = 207+247+9=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF709 is #3008F6. Grayscale: #D0D0D0. Windows color (decimal): -3148023 or 653263. OLE color: 653263.
HSL color Cylindrical-coordinate representation of color #CFF709: hue angle of 70.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF709 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.03 |
| HSL | 70.08º | 0.94% | 0.5% | - |
| HSV(B) | 70.08º | 0.96% | 0.97% | - |
| XYZ | 59.04 | 79.81 | 12.55 | - |
| YUV | 207.91 | 15.75 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 9 | 0.16 | 0 | 0.96 | 0.03 | 70.08 | 0.94 | 0.5 |
| Hex | CF | F7 | 9 | 10 | 0 | 60 | 3 | 46 | 5E | 32 |
| Octal | 317 | 367 | 11 | 20 | 0 | 140 | 3 | 106 | 136 | 62 |
| Binary | 11001111 | 11110111 | 1001 | 10000 | 0 | 1100000 | 11 | 1000110 | 1011110 | 110010 |
Color Harmonies of #CFF709
Complementary color
Monochromatic Colors of #CFF709
Black with #CFF709
Text Example
Text Example
White with #CFF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF709; }
p { color: rgb(207,247,9); }
H1.HeaderClassName
{
color: #CFF709;
}
.AnyTagClassName
{
color: #CFF709;
}
</style>
background-color css
<style>
a { background-color: #CFF709; }
a { background-color: rgb(207,247,9); }
div.DivClassName
{
background-color: #CFF709;
}
.BgClassName
{
background-color: #CFF709;
}
</style>
border-color css
<style>
span { border-color: #CFF709; }
span { border-color: rgb(207,247,9); }
td.TdClassName
{
border-color: #CFF709;
}
.TagClassName
{
border-color: #CFF709;
}
</style>