Shades of Kelly Green #32B212
Tints of Kelly Green #32B212
RGB
CMYK
RGB Variations
Color information
#32B212 (or 0x32B212) is known color: Kelly Green. HEX triplet: 32, B2 and 12. RGB value is (50,178,18). Sum of RGB (Red+Green+Blue) = 50+178+18=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #32B212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B212 is #CD4DED. Grayscale: #7A7A7A. Windows color (decimal): -13454830 or 1225266. OLE color: 1225266.
HSL color Cylindrical-coordinate representation of color #32B212: hue angle of 108º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32B212 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 18 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.30 |
| HSL | 108º | 0.82% | 0.38% | - |
| HSV(B) | 108º | 0.9% | 0.7% | - |
| XYZ | 17.34 | 32.56 | 5.94 | - |
| YUV | 121.49 | 69.59 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 18 | 0.72 | 0 | 0.90 | 0.30 | 108 | 0.82 | 0.38 |
| Hex | 32 | B2 | 12 | 48 | 0 | 5A | 1E | 6C | 52 | 26 |
| Octal | 62 | 262 | 22 | 110 | 0 | 132 | 36 | 154 | 122 | 46 |
| Binary | 110010 | 10110010 | 10010 | 1001000 | 0 | 1011010 | 11110 | 1101100 | 1010010 | 100110 |
Color Harmonies of #32B212
Complementary color
Monochromatic Colors of #32B212
Black with #32B212
Text Example
Text Example
White with #32B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B212; }
p { color: rgb(50,178,18); }
H1.HeaderClassName
{
color: #32B212;
}
.AnyTagClassName
{
color: #32B212;
}
</style>
background-color css
<style>
a { background-color: #32B212; }
a { background-color: rgb(50,178,18); }
div.DivClassName
{
background-color: #32B212;
}
.BgClassName
{
background-color: #32B212;
}
</style>
border-color css
<style>
span { border-color: #32B212; }
span { border-color: rgb(50,178,18); }
td.TdClassName
{
border-color: #32B212;
}
.TagClassName
{
border-color: #32B212;
}
</style>