Shades of Electric Lime #CDF610
Tints of Electric Lime #CDF610
RGB
CMYK
RGB Variations
Color information
#CDF610 (or 0xCDF610) is known color: Electric Lime. HEX triplet: CD, F6 and 10. RGB value is (205,246,16). Sum of RGB (Red+Green+Blue) = 205+246+16=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF610 is #3209EF. Grayscale: #D0D0D0. Windows color (decimal): -3279344 or 1111757. OLE color: 1111757.
HSL color Cylindrical-coordinate representation of color #CDF610: hue angle of 70.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF610 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 70.7º | 0.93% | 0.51% | - |
| HSV(B) | 70.7º | 0.93% | 0.96% | - |
| XYZ | 58.23 | 78.93 | 12.66 | - |
| YUV | 207.52 | 19.92 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 16 | 0.17 | 0 | 0.93 | 0.04 | 70.7 | 0.93 | 0.51 |
| Hex | CD | F6 | 10 | 11 | 0 | 5D | 4 | 47 | 5D | 33 |
| Octal | 315 | 366 | 20 | 21 | 0 | 135 | 4 | 107 | 135 | 63 |
| Binary | 11001101 | 11110110 | 10000 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CDF610
Complementary color
Monochromatic Colors of #CDF610
Black with #CDF610
Text Example
Text Example
White with #CDF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF610; }
p { color: rgb(205,246,16); }
H1.HeaderClassName
{
color: #CDF610;
}
.AnyTagClassName
{
color: #CDF610;
}
</style>
background-color css
<style>
a { background-color: #CDF610; }
a { background-color: rgb(205,246,16); }
div.DivClassName
{
background-color: #CDF610;
}
.BgClassName
{
background-color: #CDF610;
}
</style>
border-color css
<style>
span { border-color: #CDF610; }
span { border-color: rgb(205,246,16); }
td.TdClassName
{
border-color: #CDF610;
}
.TagClassName
{
border-color: #CDF610;
}
</style>