Shades of Kelly Green #4CCA16
Tints of Kelly Green #4CCA16
RGB
CMYK
RGB Variations
Color information
#4CCA16 (or 0x4CCA16) is known color: Kelly Green. HEX triplet: 4C, CA and 16. RGB value is (76,202,22). Sum of RGB (Red+Green+Blue) = 76+202+22=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCA16 is #B335E9. Grayscale: #909090. Windows color (decimal): -11744746 or 1493580. OLE color: 1493580.
HSL color Cylindrical-coordinate representation of color #4CCA16: hue angle of 102º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CCA16 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 22 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.21 |
| HSL | 102º | 0.8% | 0.44% | - |
| HSV(B) | 102º | 0.89% | 0.79% | - |
| XYZ | 24.25 | 43.84 | 7.94 | - |
| YUV | 143.81 | 59.26 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 22 | 0.62 | 0 | 0.89 | 0.21 | 102 | 0.8 | 0.44 |
| Hex | 4C | CA | 16 | 3E | 0 | 59 | 15 | 66 | 50 | 2C |
| Octal | 114 | 312 | 26 | 76 | 0 | 131 | 25 | 146 | 120 | 54 |
| Binary | 1001100 | 11001010 | 10110 | 111110 | 0 | 1011001 | 10101 | 1100110 | 1010000 | 101100 |
Color Harmonies of #4CCA16
Complementary color
Monochromatic Colors of #4CCA16
Black with #4CCA16
Text Example
Text Example
White with #4CCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA16; }
p { color: rgb(76,202,22); }
H1.HeaderClassName
{
color: #4CCA16;
}
.AnyTagClassName
{
color: #4CCA16;
}
</style>
background-color css
<style>
a { background-color: #4CCA16; }
a { background-color: rgb(76,202,22); }
div.DivClassName
{
background-color: #4CCA16;
}
.BgClassName
{
background-color: #4CCA16;
}
</style>
border-color css
<style>
span { border-color: #4CCA16; }
span { border-color: rgb(76,202,22); }
td.TdClassName
{
border-color: #4CCA16;
}
.TagClassName
{
border-color: #4CCA16;
}
</style>