Shades of Kelly Green #32A205
Tints of Kelly Green #32A205
RGB
CMYK
RGB Variations
Color information
#32A205 (or 0x32A205) is known color: Kelly Green. HEX triplet: 32, A2 and 05. RGB value is (50,162,5). Sum of RGB (Red+Green+Blue) = 50+162+5=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #32A205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A205 is #CD5DFA. Grayscale: #6F6F6F. Windows color (decimal): -13458939 or 369202. OLE color: 369202.
HSL color Cylindrical-coordinate representation of color #32A205: hue angle of 102.8º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32A205 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.36 |
| HSL | 102.8º | 0.94% | 0.33% | - |
| HSV(B) | 102.8º | 0.97% | 0.64% | - |
| XYZ | 14.26 | 26.53 | 4.51 | - |
| YUV | 110.61 | 68.39 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 5 | 0.69 | 0 | 0.97 | 0.36 | 102.8 | 0.94 | 0.33 |
| Hex | 32 | A2 | 5 | 45 | 0 | 61 | 24 | 67 | 5E | 21 |
| Octal | 62 | 242 | 5 | 105 | 0 | 141 | 44 | 147 | 136 | 41 |
| Binary | 110010 | 10100010 | 101 | 1000101 | 0 | 1100001 | 100100 | 1100111 | 1011110 | 100001 |
Color Harmonies of #32A205
Complementary color
Monochromatic Colors of #32A205
Black with #32A205
Text Example
Text Example
White with #32A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A205; }
p { color: rgb(50,162,5); }
H1.HeaderClassName
{
color: #32A205;
}
.AnyTagClassName
{
color: #32A205;
}
</style>
background-color css
<style>
a { background-color: #32A205; }
a { background-color: rgb(50,162,5); }
div.DivClassName
{
background-color: #32A205;
}
.BgClassName
{
background-color: #32A205;
}
</style>
border-color css
<style>
span { border-color: #32A205; }
span { border-color: rgb(50,162,5); }
td.TdClassName
{
border-color: #32A205;
}
.TagClassName
{
border-color: #32A205;
}
</style>