Shades of Kelly Green #4CD20C
Tints of Kelly Green #4CD20C
RGB
CMYK
RGB Variations
Color information
#4CD20C (or 0x4CD20C) is known color: Kelly Green. HEX triplet: 4C, D2 and 0C. RGB value is (76,210,12). Sum of RGB (Red+Green+Blue) = 76+210+12=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CD20C is #B32DF3. Grayscale: #949494. Windows color (decimal): -11742708 or 840268. OLE color: 840268.
HSL color Cylindrical-coordinate representation of color #4CD20C: hue angle of 100.61º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CD20C is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 12 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.18 |
| HSL | 100.61º | 0.89% | 0.44% | - |
| HSV(B) | 100.61º | 0.94% | 0.82% | - |
| XYZ | 26.09 | 47.66 | 8.17 | - |
| YUV | 147.36 | 51.61 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 12 | 0.64 | 0 | 0.94 | 0.18 | 100.61 | 0.89 | 0.44 |
| Hex | 4C | D2 | C | 40 | 0 | 5E | 12 | 65 | 59 | 2C |
| Octal | 114 | 322 | 14 | 100 | 0 | 136 | 22 | 145 | 131 | 54 |
| Binary | 1001100 | 11010010 | 1100 | 1000000 | 0 | 1011110 | 10010 | 1100101 | 1011001 | 101100 |
Color Harmonies of #4CD20C
Complementary color
Monochromatic Colors of #4CD20C
Black with #4CD20C
Text Example
Text Example
White with #4CD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD20C; }
p { color: rgb(76,210,12); }
H1.HeaderClassName
{
color: #4CD20C;
}
.AnyTagClassName
{
color: #4CD20C;
}
</style>
background-color css
<style>
a { background-color: #4CD20C; }
a { background-color: rgb(76,210,12); }
div.DivClassName
{
background-color: #4CD20C;
}
.BgClassName
{
background-color: #4CD20C;
}
</style>
border-color css
<style>
span { border-color: #4CD20C; }
span { border-color: rgb(76,210,12); }
td.TdClassName
{
border-color: #4CD20C;
}
.TagClassName
{
border-color: #4CD20C;
}
</style>