Shades of Kelly Green #32A305
Tints of Kelly Green #32A305
RGB
CMYK
RGB Variations
Color information
#32A305 (or 0x32A305) is known color: Kelly Green. HEX triplet: 32, A3 and 05. RGB value is (50,163,5). Sum of RGB (Red+Green+Blue) = 50+163+5=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 163 (64.06% from 255 or 74.77% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 163 - color contains mainly: green. Hex color #32A305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A305 is #CD5CFA. Grayscale: #6F6F6F. Windows color (decimal): -13458683 or 369458. OLE color: 369458.
HSL color Cylindrical-coordinate representation of color #32A305: hue angle of 102.91º 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 #32A305 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.36 |
| HSL | 102.91º | 0.94% | 0.33% | - |
| HSV(B) | 102.91º | 0.97% | 0.64% | - |
| XYZ | 14.44 | 26.88 | 4.57 | - |
| YUV | 111.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 5 | 0.69 | 0 | 0.97 | 0.36 | 102.91 | 0.94 | 0.33 |
| Hex | 32 | A3 | 5 | 45 | 0 | 61 | 24 | 67 | 5E | 21 |
| Octal | 62 | 243 | 5 | 105 | 0 | 141 | 44 | 147 | 136 | 41 |
| Binary | 110010 | 10100011 | 101 | 1000101 | 0 | 1100001 | 100100 | 1100111 | 1011110 | 100001 |
Color Harmonies of #32A305
Complementary color
Monochromatic Colors of #32A305
Black with #32A305
Text Example
Text Example
White with #32A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A305; }
p { color: rgb(50,163,5); }
H1.HeaderClassName
{
color: #32A305;
}
.AnyTagClassName
{
color: #32A305;
}
</style>
background-color css
<style>
a { background-color: #32A305; }
a { background-color: rgb(50,163,5); }
div.DivClassName
{
background-color: #32A305;
}
.BgClassName
{
background-color: #32A305;
}
</style>
border-color css
<style>
span { border-color: #32A305; }
span { border-color: rgb(50,163,5); }
td.TdClassName
{
border-color: #32A305;
}
.TagClassName
{
border-color: #32A305;
}
</style>