Shades of Electric Lime #CDF506
Tints of Electric Lime #CDF506
RGB
CMYK
RGB Variations
Color information
#CDF506 (or 0xCDF506) is known color: Electric Lime. HEX triplet: CD, F5 and 06. RGB value is (205,245,6). Sum of RGB (Red+Green+Blue) = 205+245+6=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF506 is #320AF9. Grayscale: #CECECE. Windows color (decimal): -3279610 or 456141. OLE color: 456141.
HSL color Cylindrical-coordinate representation of color #CDF506: hue angle of 70.04º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF506 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 6 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 70.04º | 0.95% | 0.49% | - |
| HSV(B) | 70.04º | 0.98% | 0.96% | - |
| XYZ | 57.86 | 78.3 | 12.24 | - |
| YUV | 205.79 | 15.25 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 6 | 0.16 | 0 | 0.98 | 0.04 | 70.04 | 0.95 | 0.49 |
| Hex | CD | F5 | 6 | 10 | 0 | 62 | 4 | 46 | 5F | 31 |
| Octal | 315 | 365 | 6 | 20 | 0 | 142 | 4 | 106 | 137 | 61 |
| Binary | 11001101 | 11110101 | 110 | 10000 | 0 | 1100010 | 100 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CDF506
Complementary color
Monochromatic Colors of #CDF506
Black with #CDF506
Text Example
Text Example
White with #CDF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF506; }
p { color: rgb(205,245,6); }
H1.HeaderClassName
{
color: #CDF506;
}
.AnyTagClassName
{
color: #CDF506;
}
</style>
background-color css
<style>
a { background-color: #CDF506; }
a { background-color: rgb(205,245,6); }
div.DivClassName
{
background-color: #CDF506;
}
.BgClassName
{
background-color: #CDF506;
}
</style>
border-color css
<style>
span { border-color: #CDF506; }
span { border-color: rgb(205,245,6); }
td.TdClassName
{
border-color: #CDF506;
}
.TagClassName
{
border-color: #CDF506;
}
</style>