Shades of Kelly Green #4DC50C
Tints of Kelly Green #4DC50C
RGB
CMYK
RGB Variations
Color information
#4DC50C (or 0x4DC50C) is known color: Kelly Green. HEX triplet: 4D, C5 and 0C. RGB value is (77,197,12). Sum of RGB (Red+Green+Blue) = 77+197+12=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC50C is #B23AF3. Grayscale: #8C8C8C. Windows color (decimal): -11680500 or 836941. OLE color: 836941.
HSL color Cylindrical-coordinate representation of color #4DC50C: hue angle of 98.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DC50C is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 12 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.23 |
| HSL | 98.92º | 0.89% | 0.41% | - |
| HSV(B) | 98.92º | 0.94% | 0.77% | - |
| XYZ | 23.09 | 41.54 | 7.15 | - |
| YUV | 140.03 | 55.74 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 12 | 0.61 | 0 | 0.94 | 0.23 | 98.92 | 0.89 | 0.41 |
| Hex | 4D | C5 | C | 3D | 0 | 5E | 17 | 63 | 59 | 29 |
| Octal | 115 | 305 | 14 | 75 | 0 | 136 | 27 | 143 | 131 | 51 |
| Binary | 1001101 | 11000101 | 1100 | 111101 | 0 | 1011110 | 10111 | 1100011 | 1011001 | 101001 |
Color Harmonies of #4DC50C
Complementary color
Monochromatic Colors of #4DC50C
Black with #4DC50C
Text Example
Text Example
White with #4DC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC50C; }
p { color: rgb(77,197,12); }
H1.HeaderClassName
{
color: #4DC50C;
}
.AnyTagClassName
{
color: #4DC50C;
}
</style>
background-color css
<style>
a { background-color: #4DC50C; }
a { background-color: rgb(77,197,12); }
div.DivClassName
{
background-color: #4DC50C;
}
.BgClassName
{
background-color: #4DC50C;
}
</style>
border-color css
<style>
span { border-color: #4DC50C; }
span { border-color: rgb(77,197,12); }
td.TdClassName
{
border-color: #4DC50C;
}
.TagClassName
{
border-color: #4DC50C;
}
</style>