Shades of Kelly Green #4DC520
Tints of Kelly Green #4DC520
RGB
CMYK
RGB Variations
Color information
#4DC520 (or 0x4DC520) is known color: Kelly Green. HEX triplet: 4D, C5 and 20. RGB value is (77,197,32). Sum of RGB (Red+Green+Blue) = 77+197+32=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC520 is #B23ADF. Grayscale: #8E8E8E. Windows color (decimal): -11680480 or 2147661. OLE color: 2147661.
HSL color Cylindrical-coordinate representation of color #4DC520: hue angle of 103.64º 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 #4DC520 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 32 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.23 |
| HSL | 103.64º | 0.72% | 0.45% | - |
| HSV(B) | 103.64º | 0.84% | 0.77% | - |
| XYZ | 23.29 | 41.61 | 8.17 | - |
| YUV | 142.31 | 65.74 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 32 | 0.61 | 0 | 0.84 | 0.23 | 103.64 | 0.72 | 0.45 |
| Hex | 4D | C5 | 20 | 3D | 0 | 54 | 17 | 68 | 48 | 2D |
| Octal | 115 | 305 | 40 | 75 | 0 | 124 | 27 | 150 | 110 | 55 |
| Binary | 1001101 | 11000101 | 100000 | 111101 | 0 | 1010100 | 10111 | 1101000 | 1001000 | 101101 |
Color Harmonies of #4DC520
Complementary color
Monochromatic Colors of #4DC520
Black with #4DC520
Text Example
Text Example
White with #4DC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC520; }
p { color: rgb(77,197,32); }
H1.HeaderClassName
{
color: #4DC520;
}
.AnyTagClassName
{
color: #4DC520;
}
</style>
background-color css
<style>
a { background-color: #4DC520; }
a { background-color: rgb(77,197,32); }
div.DivClassName
{
background-color: #4DC520;
}
.BgClassName
{
background-color: #4DC520;
}
</style>
border-color css
<style>
span { border-color: #4DC520; }
span { border-color: rgb(77,197,32); }
td.TdClassName
{
border-color: #4DC520;
}
.TagClassName
{
border-color: #4DC520;
}
</style>