Shades of Electric Lime #CDE906
Tints of Electric Lime #CDE906
RGB
CMYK
RGB Variations
Color information
#CDE906 (or 0xCDE906) is known color: Electric Lime. HEX triplet: CD, E9 and 06. RGB value is (205,233,6). Sum of RGB (Red+Green+Blue) = 205+233+6=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE906 is #3216F9. Grayscale: #C7C7C7. Windows color (decimal): -3282682 or 453069. OLE color: 453069.
HSL color Cylindrical-coordinate representation of color #CDE906: hue angle of 67.4º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE906 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.4º | 0.95% | 0.47% | - |
| HSV(B) | 67.4º | 0.97% | 0.91% | - |
| XYZ | 54.35 | 71.27 | 11.06 | - |
| YUV | 198.75 | 19.22 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 6 | 0.12 | 0 | 0.97 | 0.09 | 67.4 | 0.95 | 0.47 |
| Hex | CD | E9 | 6 | C | 0 | 61 | 9 | 43 | 5F | 2F |
| Octal | 315 | 351 | 6 | 14 | 0 | 141 | 11 | 103 | 137 | 57 |
| Binary | 11001101 | 11101001 | 110 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011111 | 101111 |
Color Harmonies of #CDE906
Complementary color
Monochromatic Colors of #CDE906
Black with #CDE906
Text Example
Text Example
White with #CDE906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE906; }
p { color: rgb(205,233,6); }
H1.HeaderClassName
{
color: #CDE906;
}
.AnyTagClassName
{
color: #CDE906;
}
</style>
background-color css
<style>
a { background-color: #CDE906; }
a { background-color: rgb(205,233,6); }
div.DivClassName
{
background-color: #CDE906;
}
.BgClassName
{
background-color: #CDE906;
}
</style>
border-color css
<style>
span { border-color: #CDE906; }
span { border-color: rgb(205,233,6); }
td.TdClassName
{
border-color: #CDE906;
}
.TagClassName
{
border-color: #CDE906;
}
</style>