Shades of Kelly Green #4CC016
Tints of Kelly Green #4CC016
RGB
CMYK
RGB Variations
Color information
#4CC016 (or 0x4CC016) is known color: Kelly Green. HEX triplet: 4C, C0 and 16. RGB value is (76,192,22). Sum of RGB (Red+Green+Blue) = 76+192+22=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC016 is #B33FE9. Grayscale: #8A8A8A. Windows color (decimal): -11747306 or 1491020. OLE color: 1491020.
HSL color Cylindrical-coordinate representation of color #4CC016: hue angle of 100.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CC016 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 22 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.25 |
| HSL | 100.94º | 0.79% | 0.42% | - |
| HSV(B) | 100.94º | 0.89% | 0.75% | - |
| XYZ | 21.97 | 39.29 | 7.19 | - |
| YUV | 137.94 | 62.57 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 22 | 0.60 | 0 | 0.89 | 0.25 | 100.94 | 0.79 | 0.42 |
| Hex | 4C | C0 | 16 | 3C | 0 | 59 | 19 | 65 | 4F | 2A |
| Octal | 114 | 300 | 26 | 74 | 0 | 131 | 31 | 145 | 117 | 52 |
| Binary | 1001100 | 11000000 | 10110 | 111100 | 0 | 1011001 | 11001 | 1100101 | 1001111 | 101010 |
Color Harmonies of #4CC016
Complementary color
Monochromatic Colors of #4CC016
Black with #4CC016
Text Example
Text Example
White with #4CC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC016; }
p { color: rgb(76,192,22); }
H1.HeaderClassName
{
color: #4CC016;
}
.AnyTagClassName
{
color: #4CC016;
}
</style>
background-color css
<style>
a { background-color: #4CC016; }
a { background-color: rgb(76,192,22); }
div.DivClassName
{
background-color: #4CC016;
}
.BgClassName
{
background-color: #4CC016;
}
</style>
border-color css
<style>
span { border-color: #4CC016; }
span { border-color: rgb(76,192,22); }
td.TdClassName
{
border-color: #4CC016;
}
.TagClassName
{
border-color: #4CC016;
}
</style>