Shades of Electric Lime #CDF805
Tints of Electric Lime #CDF805
RGB
CMYK
RGB Variations
Color information
#CDF805 (or 0xCDF805) is known color: Electric Lime. HEX triplet: CD, F8 and 05. RGB value is (205,248,5). Sum of RGB (Red+Green+Blue) = 205+248+5=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF805 is #3207FA. Grayscale: #D0D0D0. Windows color (decimal): -3278843 or 391373. OLE color: 391373.
HSL color Cylindrical-coordinate representation of color #CDF805: hue angle of 70.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF805 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.03 |
| HSL | 70.62º | 0.96% | 0.5% | - |
| HSV(B) | 70.62º | 0.98% | 0.97% | - |
| XYZ | 58.77 | 80.12 | 12.51 | - |
| YUV | 207.44 | 13.75 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 5 | 0.17 | 0 | 0.98 | 0.03 | 70.62 | 0.96 | 0.5 |
| Hex | CD | F8 | 5 | 11 | 0 | 62 | 3 | 47 | 60 | 32 |
| Octal | 315 | 370 | 5 | 21 | 0 | 142 | 3 | 107 | 140 | 62 |
| Binary | 11001101 | 11111000 | 101 | 10001 | 0 | 1100010 | 11 | 1000111 | 1100000 | 110010 |
Color Harmonies of #CDF805
Complementary color
Monochromatic Colors of #CDF805
Black with #CDF805
Text Example
Text Example
White with #CDF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF805; }
p { color: rgb(205,248,5); }
H1.HeaderClassName
{
color: #CDF805;
}
.AnyTagClassName
{
color: #CDF805;
}
</style>
background-color css
<style>
a { background-color: #CDF805; }
a { background-color: rgb(205,248,5); }
div.DivClassName
{
background-color: #CDF805;
}
.BgClassName
{
background-color: #CDF805;
}
</style>
border-color css
<style>
span { border-color: #CDF805; }
span { border-color: rgb(205,248,5); }
td.TdClassName
{
border-color: #CDF805;
}
.TagClassName
{
border-color: #CDF805;
}
</style>