Shades of Kelly Green #4CA017
Tints of Kelly Green #4CA017
RGB
CMYK
RGB Variations
Color information
#4CA017 (or 0x4CA017) is known color: Kelly Green. HEX triplet: 4C, A0 and 17. RGB value is (76,160,23). Sum of RGB (Red+Green+Blue) = 76+160+23=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA017 is #B35FE8. Grayscale: #777777. Windows color (decimal): -11755497 or 1548364. OLE color: 1548364.
HSL color Cylindrical-coordinate representation of color #4CA017: hue angle of 96.79º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CA017 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 160 | 23 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.37 |
| HSL | 96.79º | 0.75% | 0.36% | - |
| HSV(B) | 96.79º | 0.86% | 0.63% | - |
| XYZ | 15.71 | 26.74 | 5.14 | - |
| YUV | 119.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 160 | 23 | 0.52 | 0 | 0.86 | 0.37 | 96.79 | 0.75 | 0.36 |
| Hex | 4C | A0 | 17 | 34 | 0 | 56 | 25 | 61 | 4B | 24 |
| Octal | 114 | 240 | 27 | 64 | 0 | 126 | 45 | 141 | 113 | 44 |
| Binary | 1001100 | 10100000 | 10111 | 110100 | 0 | 1010110 | 100101 | 1100001 | 1001011 | 100100 |
Color Harmonies of #4CA017
Complementary color
Monochromatic Colors of #4CA017
Black with #4CA017
Text Example
Text Example
White with #4CA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA017; }
p { color: rgb(76,160,23); }
H1.HeaderClassName
{
color: #4CA017;
}
.AnyTagClassName
{
color: #4CA017;
}
</style>
background-color css
<style>
a { background-color: #4CA017; }
a { background-color: rgb(76,160,23); }
div.DivClassName
{
background-color: #4CA017;
}
.BgClassName
{
background-color: #4CA017;
}
</style>
border-color css
<style>
span { border-color: #4CA017; }
span { border-color: rgb(76,160,23); }
td.TdClassName
{
border-color: #4CA017;
}
.TagClassName
{
border-color: #4CA017;
}
</style>