Shades of Kelly Green #32B916
Tints of Kelly Green #32B916
RGB
CMYK
RGB Variations
Color information
#32B916 (or 0x32B916) is known color: Kelly Green. HEX triplet: 32, B9 and 16. RGB value is (50,185,22). Sum of RGB (Red+Green+Blue) = 50+185+22=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #32B916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B916 is #CD46E9. Grayscale: #7E7E7E. Windows color (decimal): -13453034 or 1489202. OLE color: 1489202.
HSL color Cylindrical-coordinate representation of color #32B916: hue angle of 109.69º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32B916 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 22 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.27 |
| HSL | 109.69º | 0.79% | 0.41% | - |
| HSV(B) | 109.69º | 0.88% | 0.73% | - |
| XYZ | 18.81 | 35.43 | 6.61 | - |
| YUV | 126.05 | 69.27 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 22 | 0.73 | 0 | 0.88 | 0.27 | 109.69 | 0.79 | 0.41 |
| Hex | 32 | B9 | 16 | 49 | 0 | 58 | 1B | 6E | 4F | 29 |
| Octal | 62 | 271 | 26 | 111 | 0 | 130 | 33 | 156 | 117 | 51 |
| Binary | 110010 | 10111001 | 10110 | 1001001 | 0 | 1011000 | 11011 | 1101110 | 1001111 | 101001 |
Color Harmonies of #32B916
Complementary color
Monochromatic Colors of #32B916
Black with #32B916
Text Example
Text Example
White with #32B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B916; }
p { color: rgb(50,185,22); }
H1.HeaderClassName
{
color: #32B916;
}
.AnyTagClassName
{
color: #32B916;
}
</style>
background-color css
<style>
a { background-color: #32B916; }
a { background-color: rgb(50,185,22); }
div.DivClassName
{
background-color: #32B916;
}
.BgClassName
{
background-color: #32B916;
}
</style>
border-color css
<style>
span { border-color: #32B916; }
span { border-color: rgb(50,185,22); }
td.TdClassName
{
border-color: #32B916;
}
.TagClassName
{
border-color: #32B916;
}
</style>