Shades of Kelly Green #4AB620
Tints of Kelly Green #4AB620
RGB
CMYK
RGB Variations
Color information
#4AB620 (or 0x4AB620) is known color: Kelly Green. HEX triplet: 4A, B6 and 20. RGB value is (74,182,32). Sum of RGB (Red+Green+Blue) = 74+182+32=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB620 is #B549DF. Grayscale: #858585. Windows color (decimal): -11880928 or 2143818. OLE color: 2143818.
HSL color Cylindrical-coordinate representation of color #4AB620: hue angle of 103.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AB620 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 32 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.29 |
| HSL | 103.2º | 0.7% | 0.42% | - |
| HSV(B) | 103.2º | 0.82% | 0.71% | - |
| XYZ | 19.81 | 35.02 | 7.08 | - |
| YUV | 132.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 32 | 0.59 | 0 | 0.82 | 0.29 | 103.2 | 0.7 | 0.42 |
| Hex | 4A | B6 | 20 | 3B | 0 | 52 | 1D | 67 | 46 | 2A |
| Octal | 112 | 266 | 40 | 73 | 0 | 122 | 35 | 147 | 106 | 52 |
| Binary | 1001010 | 10110110 | 100000 | 111011 | 0 | 1010010 | 11101 | 1100111 | 1000110 | 101010 |
Color Harmonies of #4AB620
Complementary color
Monochromatic Colors of #4AB620
Black with #4AB620
Text Example
Text Example
White with #4AB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB620; }
p { color: rgb(74,182,32); }
H1.HeaderClassName
{
color: #4AB620;
}
.AnyTagClassName
{
color: #4AB620;
}
</style>
background-color css
<style>
a { background-color: #4AB620; }
a { background-color: rgb(74,182,32); }
div.DivClassName
{
background-color: #4AB620;
}
.BgClassName
{
background-color: #4AB620;
}
</style>
border-color css
<style>
span { border-color: #4AB620; }
span { border-color: rgb(74,182,32); }
td.TdClassName
{
border-color: #4AB620;
}
.TagClassName
{
border-color: #4AB620;
}
</style>