Shades of Kelly Green #4CC013
Tints of Kelly Green #4CC013
RGB
CMYK
RGB Variations
Color information
#4CC013 (or 0x4CC013) is known color: Kelly Green. HEX triplet: 4C, C0 and 13. RGB value is (76,192,19). Sum of RGB (Red+Green+Blue) = 76+192+19=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC013 is #B33FEC. Grayscale: #8A8A8A. Windows color (decimal): -11747309 or 1294412. OLE color: 1294412.
HSL color Cylindrical-coordinate representation of color #4CC013: hue angle of 100.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CC013 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 19 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.25 |
| HSL | 100.23º | 0.82% | 0.41% | - |
| HSV(B) | 100.23º | 0.9% | 0.75% | - |
| XYZ | 21.95 | 39.28 | 7.04 | - |
| YUV | 137.59 | 61.07 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 19 | 0.60 | 0 | 0.90 | 0.25 | 100.23 | 0.82 | 0.41 |
| Hex | 4C | C0 | 13 | 3C | 0 | 5A | 19 | 64 | 52 | 29 |
| Octal | 114 | 300 | 23 | 74 | 0 | 132 | 31 | 144 | 122 | 51 |
| Binary | 1001100 | 11000000 | 10011 | 111100 | 0 | 1011010 | 11001 | 1100100 | 1010010 | 101001 |
Color Harmonies of #4CC013
Complementary color
Monochromatic Colors of #4CC013
Black with #4CC013
Text Example
Text Example
White with #4CC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC013; }
p { color: rgb(76,192,19); }
H1.HeaderClassName
{
color: #4CC013;
}
.AnyTagClassName
{
color: #4CC013;
}
</style>
background-color css
<style>
a { background-color: #4CC013; }
a { background-color: rgb(76,192,19); }
div.DivClassName
{
background-color: #4CC013;
}
.BgClassName
{
background-color: #4CC013;
}
</style>
border-color css
<style>
span { border-color: #4CC013; }
span { border-color: rgb(76,192,19); }
td.TdClassName
{
border-color: #4CC013;
}
.TagClassName
{
border-color: #4CC013;
}
</style>