Shades of Kelly Green #4ACE20
Tints of Kelly Green #4ACE20
RGB
CMYK
RGB Variations
Color information
#4ACE20 (or 0x4ACE20) is known color: Kelly Green. HEX triplet: 4A, CE and 20. RGB value is (74,206,32). Sum of RGB (Red+Green+Blue) = 74+206+32=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACE20 is #B531DF. Grayscale: #939393. Windows color (decimal): -11874784 or 2149962. OLE color: 2149962.
HSL color Cylindrical-coordinate representation of color #4ACE20: hue angle of 105.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4ACE20 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 32 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.19 |
| HSL | 105.52º | 0.73% | 0.47% | - |
| HSV(B) | 105.52º | 0.84% | 0.81% | - |
| XYZ | 25.16 | 45.7 | 8.86 | - |
| YUV | 146.7 | 63.27 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 32 | 0.64 | 0 | 0.84 | 0.19 | 105.52 | 0.73 | 0.47 |
| Hex | 4A | CE | 20 | 40 | 0 | 54 | 13 | 6A | 49 | 2F |
| Octal | 112 | 316 | 40 | 100 | 0 | 124 | 23 | 152 | 111 | 57 |
| Binary | 1001010 | 11001110 | 100000 | 1000000 | 0 | 1010100 | 10011 | 1101010 | 1001001 | 101111 |
Color Harmonies of #4ACE20
Complementary color
Monochromatic Colors of #4ACE20
Black with #4ACE20
Text Example
Text Example
White with #4ACE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE20; }
p { color: rgb(74,206,32); }
H1.HeaderClassName
{
color: #4ACE20;
}
.AnyTagClassName
{
color: #4ACE20;
}
</style>
background-color css
<style>
a { background-color: #4ACE20; }
a { background-color: rgb(74,206,32); }
div.DivClassName
{
background-color: #4ACE20;
}
.BgClassName
{
background-color: #4ACE20;
}
</style>
border-color css
<style>
span { border-color: #4ACE20; }
span { border-color: rgb(74,206,32); }
td.TdClassName
{
border-color: #4ACE20;
}
.TagClassName
{
border-color: #4ACE20;
}
</style>