Shades of Kelly Green #4CA20F
Tints of Kelly Green #4CA20F
RGB
CMYK
RGB Variations
Color information
#4CA20F (or 0x4CA20F) is known color: Kelly Green. HEX triplet: 4C, A2 and 0F. RGB value is (76,162,15). Sum of RGB (Red+Green+Blue) = 76+162+15=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA20F is #B35DF0. Grayscale: #787878. Windows color (decimal): -11754993 or 1024588. OLE color: 1024588.
HSL color Cylindrical-coordinate representation of color #4CA20F: hue angle of 95.1º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CA20F is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 15 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.36 |
| HSL | 95.1º | 0.83% | 0.35% | - |
| HSV(B) | 95.1º | 0.91% | 0.64% | - |
| XYZ | 15.99 | 27.41 | 4.9 | - |
| YUV | 119.53 | 69.01 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 15 | 0.53 | 0 | 0.91 | 0.36 | 95.1 | 0.83 | 0.35 |
| Hex | 4C | A2 | F | 35 | 0 | 5B | 24 | 5F | 53 | 23 |
| Octal | 114 | 242 | 17 | 65 | 0 | 133 | 44 | 137 | 123 | 43 |
| Binary | 1001100 | 10100010 | 1111 | 110101 | 0 | 1011011 | 100100 | 1011111 | 1010011 | 100011 |
Color Harmonies of #4CA20F
Complementary color
Monochromatic Colors of #4CA20F
Black with #4CA20F
Text Example
Text Example
White with #4CA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA20F; }
p { color: rgb(76,162,15); }
H1.HeaderClassName
{
color: #4CA20F;
}
.AnyTagClassName
{
color: #4CA20F;
}
</style>
background-color css
<style>
a { background-color: #4CA20F; }
a { background-color: rgb(76,162,15); }
div.DivClassName
{
background-color: #4CA20F;
}
.BgClassName
{
background-color: #4CA20F;
}
</style>
border-color css
<style>
span { border-color: #4CA20F; }
span { border-color: rgb(76,162,15); }
td.TdClassName
{
border-color: #4CA20F;
}
.TagClassName
{
border-color: #4CA20F;
}
</style>