Shades of Malachite #32E160
Tints of Malachite #32E160
RGB
CMYK
RGB Variations
Color information
#32E160 (or 0x32E160) is known color: Malachite. HEX triplet: 32, E1 and 60. RGB value is (50,225,96). Sum of RGB (Red+Green+Blue) = 50+225+96=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #32E160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E160 is #CD1E9F. Grayscale: #9E9E9E. Windows color (decimal): -13442720 or 6349106. OLE color: 6349106.
HSL color Cylindrical-coordinate representation of color #32E160: hue angle of 135.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E160 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 96 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.12 |
| HSL | 135.77º | 0.74% | 0.54% | - |
| HSV(B) | 135.77º | 0.78% | 0.88% | - |
| XYZ | 30.35 | 55.37 | 20.15 | - |
| YUV | 157.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 96 | 0.78 | 0 | 0.57 | 0.12 | 135.77 | 0.74 | 0.54 |
| Hex | 32 | E1 | 60 | 4E | 0 | 39 | C | 88 | 4A | 36 |
| Octal | 62 | 341 | 140 | 116 | 0 | 71 | 14 | 210 | 112 | 66 |
| Binary | 110010 | 11100001 | 1100000 | 1001110 | 0 | 111001 | 1100 | 10001000 | 1001010 | 110110 |
Color Harmonies of #32E160
Complementary color
Monochromatic Colors of #32E160
Black with #32E160
Text Example
Text Example
White with #32E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E160; }
p { color: rgb(50,225,96); }
H1.HeaderClassName
{
color: #32E160;
}
.AnyTagClassName
{
color: #32E160;
}
</style>
background-color css
<style>
a { background-color: #32E160; }
a { background-color: rgb(50,225,96); }
div.DivClassName
{
background-color: #32E160;
}
.BgClassName
{
background-color: #32E160;
}
</style>
border-color css
<style>
span { border-color: #32E160; }
span { border-color: rgb(50,225,96); }
td.TdClassName
{
border-color: #32E160;
}
.TagClassName
{
border-color: #32E160;
}
</style>