Shades of Electric Lime #CFDF09
Tints of Electric Lime #CFDF09
RGB
CMYK
RGB Variations
Color information
#CFDF09 (or 0xCFDF09) is known color: Electric Lime. HEX triplet: CF, DF and 09. RGB value is (207,223,9). Sum of RGB (Red+Green+Blue) = 207+223+9=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF09 is #3020F6. Grayscale: #C2C2C2. Windows color (decimal): -3154167 or 647119. OLE color: 647119.
HSL color Cylindrical-coordinate representation of color #CFDF09: hue angle of 64.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFDF09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.49º | 0.92% | 0.45% | - |
| HSV(B) | 64.49º | 0.96% | 0.87% | - |
| XYZ | 52.17 | 66.06 | 10.26 | - |
| YUV | 193.82 | 23.7 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 9 | 0.07 | 0 | 0.96 | 0.13 | 64.49 | 0.92 | 0.45 |
| Hex | CF | DF | 9 | 7 | 0 | 60 | D | 40 | 5C | 2D |
| Octal | 317 | 337 | 11 | 7 | 0 | 140 | 15 | 100 | 134 | 55 |
| Binary | 11001111 | 11011111 | 1001 | 111 | 0 | 1100000 | 1101 | 1000000 | 1011100 | 101101 |
Color Harmonies of #CFDF09
Complementary color
Monochromatic Colors of #CFDF09
Black with #CFDF09
Text Example
Text Example
White with #CFDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF09; }
p { color: rgb(207,223,9); }
H1.HeaderClassName
{
color: #CFDF09;
}
.AnyTagClassName
{
color: #CFDF09;
}
</style>
background-color css
<style>
a { background-color: #CFDF09; }
a { background-color: rgb(207,223,9); }
div.DivClassName
{
background-color: #CFDF09;
}
.BgClassName
{
background-color: #CFDF09;
}
</style>
border-color css
<style>
span { border-color: #CFDF09; }
span { border-color: rgb(207,223,9); }
td.TdClassName
{
border-color: #CFDF09;
}
.TagClassName
{
border-color: #CFDF09;
}
</style>