Shades of Electric Lime #CFDF05
Tints of Electric Lime #CFDF05
RGB
CMYK
RGB Variations
Color information
#CFDF05 (or 0xCFDF05) is known color: Electric Lime. HEX triplet: CF, DF and 05. RGB value is (207,223,5). Sum of RGB (Red+Green+Blue) = 207+223+5=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF05 is #3020FA. Grayscale: #C2C2C2. Windows color (decimal): -3154171 or 384975. OLE color: 384975.
HSL color Cylindrical-coordinate representation of color #CFDF05: hue angle of 64.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFDF05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.13 |
| HSL | 64.4º | 0.96% | 0.45% | - |
| HSV(B) | 64.4º | 0.98% | 0.87% | - |
| XYZ | 52.15 | 66.05 | 10.14 | - |
| YUV | 193.36 | 21.7 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 5 | 0.07 | 0 | 0.98 | 0.13 | 64.4 | 0.96 | 0.45 |
| Hex | CF | DF | 5 | 7 | 0 | 62 | D | 40 | 60 | 2D |
| Octal | 317 | 337 | 5 | 7 | 0 | 142 | 15 | 100 | 140 | 55 |
| Binary | 11001111 | 11011111 | 101 | 111 | 0 | 1100010 | 1101 | 1000000 | 1100000 | 101101 |
Color Harmonies of #CFDF05
Complementary color
Monochromatic Colors of #CFDF05
Black with #CFDF05
Text Example
Text Example
White with #CFDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF05; }
p { color: rgb(207,223,5); }
H1.HeaderClassName
{
color: #CFDF05;
}
.AnyTagClassName
{
color: #CFDF05;
}
</style>
background-color css
<style>
a { background-color: #CFDF05; }
a { background-color: rgb(207,223,5); }
div.DivClassName
{
background-color: #CFDF05;
}
.BgClassName
{
background-color: #CFDF05;
}
</style>
border-color css
<style>
span { border-color: #CFDF05; }
span { border-color: rgb(207,223,5); }
td.TdClassName
{
border-color: #CFDF05;
}
.TagClassName
{
border-color: #CFDF05;
}
</style>