Shades of Electric Lime #CDF906
Tints of Electric Lime #CDF906
RGB
CMYK
RGB Variations
Color information
#CDF906 (or 0xCDF906) is known color: Electric Lime. HEX triplet: CD, F9 and 06. RGB value is (205,249,6). Sum of RGB (Red+Green+Blue) = 205+249+6=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF906 is #3206F9. Grayscale: #D1D1D1. Windows color (decimal): -3278586 or 457165. OLE color: 457165.
HSL color Cylindrical-coordinate representation of color #CDF906: hue angle of 70.86º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF906 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 6 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.02 |
| HSL | 70.86º | 0.95% | 0.5% | - |
| HSV(B) | 70.86º | 0.98% | 0.98% | - |
| XYZ | 59.09 | 80.74 | 12.64 | - |
| YUV | 208.14 | 13.92 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 6 | 0.18 | 0 | 0.98 | 0.02 | 70.86 | 0.95 | 0.5 |
| Hex | CD | F9 | 6 | 12 | 0 | 62 | 2 | 47 | 5F | 32 |
| Octal | 315 | 371 | 6 | 22 | 0 | 142 | 2 | 107 | 137 | 62 |
| Binary | 11001101 | 11111001 | 110 | 10010 | 0 | 1100010 | 10 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CDF906
Complementary color
Monochromatic Colors of #CDF906
Black with #CDF906
Text Example
Text Example
White with #CDF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF906; }
p { color: rgb(205,249,6); }
H1.HeaderClassName
{
color: #CDF906;
}
.AnyTagClassName
{
color: #CDF906;
}
</style>
background-color css
<style>
a { background-color: #CDF906; }
a { background-color: rgb(205,249,6); }
div.DivClassName
{
background-color: #CDF906;
}
.BgClassName
{
background-color: #CDF906;
}
</style>
border-color css
<style>
span { border-color: #CDF906; }
span { border-color: rgb(205,249,6); }
td.TdClassName
{
border-color: #CDF906;
}
.TagClassName
{
border-color: #CDF906;
}
</style>