Shades of Kelly Green #4DC512
Tints of Kelly Green #4DC512
RGB
CMYK
RGB Variations
Color information
#4DC512 (or 0x4DC512) is known color: Kelly Green. HEX triplet: 4D, C5 and 12. RGB value is (77,197,18). Sum of RGB (Red+Green+Blue) = 77+197+18=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC512 is #B23AED. Grayscale: #8D8D8D. Windows color (decimal): -11680494 or 1230157. OLE color: 1230157.
HSL color Cylindrical-coordinate representation of color #4DC512: hue angle of 100.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DC512 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 18 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.23 |
| HSL | 100.22º | 0.83% | 0.42% | - |
| HSV(B) | 100.22º | 0.91% | 0.77% | - |
| XYZ | 23.14 | 41.55 | 7.37 | - |
| YUV | 140.71 | 58.74 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 18 | 0.61 | 0 | 0.91 | 0.23 | 100.22 | 0.83 | 0.42 |
| Hex | 4D | C5 | 12 | 3D | 0 | 5B | 17 | 64 | 53 | 2A |
| Octal | 115 | 305 | 22 | 75 | 0 | 133 | 27 | 144 | 123 | 52 |
| Binary | 1001101 | 11000101 | 10010 | 111101 | 0 | 1011011 | 10111 | 1100100 | 1010011 | 101010 |
Color Harmonies of #4DC512
Complementary color
Monochromatic Colors of #4DC512
Black with #4DC512
Text Example
Text Example
White with #4DC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC512; }
p { color: rgb(77,197,18); }
H1.HeaderClassName
{
color: #4DC512;
}
.AnyTagClassName
{
color: #4DC512;
}
</style>
background-color css
<style>
a { background-color: #4DC512; }
a { background-color: rgb(77,197,18); }
div.DivClassName
{
background-color: #4DC512;
}
.BgClassName
{
background-color: #4DC512;
}
</style>
border-color css
<style>
span { border-color: #4DC512; }
span { border-color: rgb(77,197,18); }
td.TdClassName
{
border-color: #4DC512;
}
.TagClassName
{
border-color: #4DC512;
}
</style>