Shades of Malachite #32D960
Tints of Malachite #32D960
RGB
CMYK
RGB Variations
Color information
#32D960 (or 0x32D960) is known color: Malachite. HEX triplet: 32, D9 and 60. RGB value is (50,217,96). Sum of RGB (Red+Green+Blue) = 50+217+96=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #32D960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D960 is #CD269F. Grayscale: #999999. Windows color (decimal): -13444768 or 6347058. OLE color: 6347058.
HSL color Cylindrical-coordinate representation of color #32D960: hue angle of 136.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D960 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 96 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.15 |
| HSL | 136.53º | 0.69% | 0.52% | - |
| HSV(B) | 136.53º | 0.77% | 0.85% | - |
| XYZ | 28.24 | 51.15 | 19.45 | - |
| YUV | 153.27 | 95.67 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 96 | 0.77 | 0 | 0.56 | 0.15 | 136.53 | 0.69 | 0.52 |
| Hex | 32 | D9 | 60 | 4D | 0 | 38 | F | 89 | 45 | 34 |
| Octal | 62 | 331 | 140 | 115 | 0 | 70 | 17 | 211 | 105 | 64 |
| Binary | 110010 | 11011001 | 1100000 | 1001101 | 0 | 111000 | 1111 | 10001001 | 1000101 | 110100 |
Color Harmonies of #32D960
Complementary color
Monochromatic Colors of #32D960
Black with #32D960
Text Example
Text Example
White with #32D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D960; }
p { color: rgb(50,217,96); }
H1.HeaderClassName
{
color: #32D960;
}
.AnyTagClassName
{
color: #32D960;
}
</style>
background-color css
<style>
a { background-color: #32D960; }
a { background-color: rgb(50,217,96); }
div.DivClassName
{
background-color: #32D960;
}
.BgClassName
{
background-color: #32D960;
}
</style>
border-color css
<style>
span { border-color: #32D960; }
span { border-color: rgb(50,217,96); }
td.TdClassName
{
border-color: #32D960;
}
.TagClassName
{
border-color: #32D960;
}
</style>