Shades of Kelly Green #4DC012
Tints of Kelly Green #4DC012
RGB
CMYK
RGB Variations
Color information
#4DC012 (or 0x4DC012) is known color: Kelly Green. HEX triplet: 4D, C0 and 12. RGB value is (77,192,18). Sum of RGB (Red+Green+Blue) = 77+192+18=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC012 is #B23FED. Grayscale: #8A8A8A. Windows color (decimal): -11681774 or 1228877. OLE color: 1228877.
HSL color Cylindrical-coordinate representation of color #4DC012: hue angle of 99.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DC012 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 18 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.25 |
| HSL | 99.66º | 0.83% | 0.41% | - |
| HSV(B) | 99.66º | 0.91% | 0.75% | - |
| XYZ | 22.02 | 39.32 | 7 | - |
| YUV | 137.78 | 60.4 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 18 | 0.60 | 0 | 0.91 | 0.25 | 99.66 | 0.83 | 0.41 |
| Hex | 4D | C0 | 12 | 3C | 0 | 5B | 19 | 64 | 53 | 29 |
| Octal | 115 | 300 | 22 | 74 | 0 | 133 | 31 | 144 | 123 | 51 |
| Binary | 1001101 | 11000000 | 10010 | 111100 | 0 | 1011011 | 11001 | 1100100 | 1010011 | 101001 |
Color Harmonies of #4DC012
Complementary color
Monochromatic Colors of #4DC012
Black with #4DC012
Text Example
Text Example
White with #4DC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC012; }
p { color: rgb(77,192,18); }
H1.HeaderClassName
{
color: #4DC012;
}
.AnyTagClassName
{
color: #4DC012;
}
</style>
background-color css
<style>
a { background-color: #4DC012; }
a { background-color: rgb(77,192,18); }
div.DivClassName
{
background-color: #4DC012;
}
.BgClassName
{
background-color: #4DC012;
}
</style>
border-color css
<style>
span { border-color: #4DC012; }
span { border-color: rgb(77,192,18); }
td.TdClassName
{
border-color: #4DC012;
}
.TagClassName
{
border-color: #4DC012;
}
</style>