Shades of Electric Lime #CFDE05
Tints of Electric Lime #CFDE05
RGB
CMYK
RGB Variations
Color information
#CFDE05 (or 0xCFDE05) is known color: Electric Lime. HEX triplet: CF, DE and 05. RGB value is (207,222,5). Sum of RGB (Red+Green+Blue) = 207+222+5=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE05 is #3021FA. Grayscale: #C1C1C1. Windows color (decimal): -3154427 or 384719. OLE color: 384719.
HSL color Cylindrical-coordinate representation of color #CFDE05: hue angle of 64.15º 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 #CFDE05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.13 |
| HSL | 64.15º | 0.96% | 0.45% | - |
| HSV(B) | 64.15º | 0.98% | 0.87% | - |
| XYZ | 51.88 | 65.52 | 10.06 | - |
| YUV | 192.78 | 22.03 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 5 | 0.07 | 0 | 0.98 | 0.13 | 64.15 | 0.96 | 0.45 |
| Hex | CF | DE | 5 | 7 | 0 | 62 | D | 40 | 60 | 2D |
| Octal | 317 | 336 | 5 | 7 | 0 | 142 | 15 | 100 | 140 | 55 |
| Binary | 11001111 | 11011110 | 101 | 111 | 0 | 1100010 | 1101 | 1000000 | 1100000 | 101101 |
Color Harmonies of #CFDE05
Complementary color
Monochromatic Colors of #CFDE05
Black with #CFDE05
Text Example
Text Example
White with #CFDE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE05; }
p { color: rgb(207,222,5); }
H1.HeaderClassName
{
color: #CFDE05;
}
.AnyTagClassName
{
color: #CFDE05;
}
</style>
background-color css
<style>
a { background-color: #CFDE05; }
a { background-color: rgb(207,222,5); }
div.DivClassName
{
background-color: #CFDE05;
}
.BgClassName
{
background-color: #CFDE05;
}
</style>
border-color css
<style>
span { border-color: #CFDE05; }
span { border-color: rgb(207,222,5); }
td.TdClassName
{
border-color: #CFDE05;
}
.TagClassName
{
border-color: #CFDE05;
}
</style>