Shades of Kelly Green #4CC520
Tints of Kelly Green #4CC520
RGB
CMYK
RGB Variations
Color information
#4CC520 (or 0x4CC520) is known color: Kelly Green. HEX triplet: 4C, C5 and 20. RGB value is (76,197,32). Sum of RGB (Red+Green+Blue) = 76+197+32=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC520 is #B33ADF. Grayscale: #8E8E8E. Windows color (decimal): -11746016 or 2147660. OLE color: 2147660.
HSL color Cylindrical-coordinate representation of color #4CC520: hue angle of 104º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CC520 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 32 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.23 |
| HSL | 104º | 0.72% | 0.45% | - |
| HSV(B) | 104º | 0.84% | 0.77% | - |
| XYZ | 23.21 | 41.57 | 8.17 | - |
| YUV | 142.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 32 | 0.61 | 0 | 0.84 | 0.23 | 104 | 0.72 | 0.45 |
| Hex | 4C | C5 | 20 | 3D | 0 | 54 | 17 | 68 | 48 | 2D |
| Octal | 114 | 305 | 40 | 75 | 0 | 124 | 27 | 150 | 110 | 55 |
| Binary | 1001100 | 11000101 | 100000 | 111101 | 0 | 1010100 | 10111 | 1101000 | 1001000 | 101101 |
Color Harmonies of #4CC520
Complementary color
Monochromatic Colors of #4CC520
Black with #4CC520
Text Example
Text Example
White with #4CC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC520; }
p { color: rgb(76,197,32); }
H1.HeaderClassName
{
color: #4CC520;
}
.AnyTagClassName
{
color: #4CC520;
}
</style>
background-color css
<style>
a { background-color: #4CC520; }
a { background-color: rgb(76,197,32); }
div.DivClassName
{
background-color: #4CC520;
}
.BgClassName
{
background-color: #4CC520;
}
</style>
border-color css
<style>
span { border-color: #4CC520; }
span { border-color: rgb(76,197,32); }
td.TdClassName
{
border-color: #4CC520;
}
.TagClassName
{
border-color: #4CC520;
}
</style>