Shades of Kelly Green #32AE20
Tints of Kelly Green #32AE20
RGB
CMYK
RGB Variations
Color information
#32AE20 (or 0x32AE20) is known color: Kelly Green. HEX triplet: 32, AE and 20. RGB value is (50,174,32). Sum of RGB (Red+Green+Blue) = 50+174+32=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 174 (68.36% from 255 or 67.97% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AE20 is #CD51DF. Grayscale: #797979. Windows color (decimal): -13455840 or 2141746. OLE color: 2141746.
HSL color Cylindrical-coordinate representation of color #32AE20: hue angle of 112.39º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32AE20 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 32 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.32 |
| HSL | 112.39º | 0.69% | 0.4% | - |
| HSV(B) | 112.39º | 0.82% | 0.68% | - |
| XYZ | 16.71 | 31.05 | 6.48 | - |
| YUV | 120.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 32 | 0.71 | 0 | 0.82 | 0.32 | 112.39 | 0.69 | 0.4 |
| Hex | 32 | AE | 20 | 47 | 0 | 52 | 20 | 70 | 45 | 28 |
| Octal | 62 | 256 | 40 | 107 | 0 | 122 | 40 | 160 | 105 | 50 |
| Binary | 110010 | 10101110 | 100000 | 1000111 | 0 | 1010010 | 100000 | 1110000 | 1000101 | 101000 |
Color Harmonies of #32AE20
Complementary color
Monochromatic Colors of #32AE20
Black with #32AE20
Text Example
Text Example
White with #32AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE20; }
p { color: rgb(50,174,32); }
H1.HeaderClassName
{
color: #32AE20;
}
.AnyTagClassName
{
color: #32AE20;
}
</style>
background-color css
<style>
a { background-color: #32AE20; }
a { background-color: rgb(50,174,32); }
div.DivClassName
{
background-color: #32AE20;
}
.BgClassName
{
background-color: #32AE20;
}
</style>
border-color css
<style>
span { border-color: #32AE20; }
span { border-color: rgb(50,174,32); }
td.TdClassName
{
border-color: #32AE20;
}
.TagClassName
{
border-color: #32AE20;
}
</style>