Shades of Kelly Green #4AB720
Tints of Kelly Green #4AB720
RGB
CMYK
RGB Variations
Color information
#4AB720 (or 0x4AB720) is known color: Kelly Green. HEX triplet: 4A, B7 and 20. RGB value is (74,183,32). Sum of RGB (Red+Green+Blue) = 74+183+32=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB720 is #B548DF. Grayscale: #858585. Windows color (decimal): -11880672 or 2144074. OLE color: 2144074.
HSL color Cylindrical-coordinate representation of color #4AB720: hue angle of 103.31º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AB720 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 32 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.28 |
| HSL | 103.31º | 0.7% | 0.42% | - |
| HSV(B) | 103.31º | 0.83% | 0.72% | - |
| XYZ | 20.02 | 35.43 | 7.15 | - |
| YUV | 133.2 | 70.89 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 32 | 0.60 | 0 | 0.83 | 0.28 | 103.31 | 0.7 | 0.42 |
| Hex | 4A | B7 | 20 | 3C | 0 | 53 | 1C | 67 | 46 | 2A |
| Octal | 112 | 267 | 40 | 74 | 0 | 123 | 34 | 147 | 106 | 52 |
| Binary | 1001010 | 10110111 | 100000 | 111100 | 0 | 1010011 | 11100 | 1100111 | 1000110 | 101010 |
Color Harmonies of #4AB720
Complementary color
Monochromatic Colors of #4AB720
Black with #4AB720
Text Example
Text Example
White with #4AB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB720; }
p { color: rgb(74,183,32); }
H1.HeaderClassName
{
color: #4AB720;
}
.AnyTagClassName
{
color: #4AB720;
}
</style>
background-color css
<style>
a { background-color: #4AB720; }
a { background-color: rgb(74,183,32); }
div.DivClassName
{
background-color: #4AB720;
}
.BgClassName
{
background-color: #4AB720;
}
</style>
border-color css
<style>
span { border-color: #4AB720; }
span { border-color: rgb(74,183,32); }
td.TdClassName
{
border-color: #4AB720;
}
.TagClassName
{
border-color: #4AB720;
}
</style>