Shades of Kelly Green #4AC620
Tints of Kelly Green #4AC620
RGB
CMYK
RGB Variations
Color information
#4AC620 (or 0x4AC620) is known color: Kelly Green. HEX triplet: 4A, C6 and 20. RGB value is (74,198,32). Sum of RGB (Red+Green+Blue) = 74+198+32=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC620 is #B539DF. Grayscale: #8E8E8E. Windows color (decimal): -11876832 or 2147914. OLE color: 2147914.
HSL color Cylindrical-coordinate representation of color #4AC620: hue angle of 104.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AC620 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 32 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.22 |
| HSL | 104.82º | 0.72% | 0.45% | - |
| HSV(B) | 104.82º | 0.84% | 0.78% | - |
| XYZ | 23.28 | 41.95 | 8.24 | - |
| YUV | 142 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 32 | 0.63 | 0 | 0.84 | 0.22 | 104.82 | 0.72 | 0.45 |
| Hex | 4A | C6 | 20 | 3F | 0 | 54 | 16 | 69 | 48 | 2D |
| Octal | 112 | 306 | 40 | 77 | 0 | 124 | 26 | 151 | 110 | 55 |
| Binary | 1001010 | 11000110 | 100000 | 111111 | 0 | 1010100 | 10110 | 1101001 | 1001000 | 101101 |
Color Harmonies of #4AC620
Complementary color
Monochromatic Colors of #4AC620
Black with #4AC620
Text Example
Text Example
White with #4AC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC620; }
p { color: rgb(74,198,32); }
H1.HeaderClassName
{
color: #4AC620;
}
.AnyTagClassName
{
color: #4AC620;
}
</style>
background-color css
<style>
a { background-color: #4AC620; }
a { background-color: rgb(74,198,32); }
div.DivClassName
{
background-color: #4AC620;
}
.BgClassName
{
background-color: #4AC620;
}
</style>
border-color css
<style>
span { border-color: #4AC620; }
span { border-color: rgb(74,198,32); }
td.TdClassName
{
border-color: #4AC620;
}
.TagClassName
{
border-color: #4AC620;
}
</style>