Shades of Malachite #32D95D
Tints of Malachite #32D95D
RGB
CMYK
RGB Variations
Color information
#32D95D (or 0x32D95D) is known color: Malachite. HEX triplet: 32, D9 and 5D. RGB value is (50,217,93). Sum of RGB (Red+Green+Blue) = 50+217+93=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #32D95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D95D is #CD26A2. Grayscale: #999999. Windows color (decimal): -13444771 or 6150450. OLE color: 6150450.
HSL color Cylindrical-coordinate representation of color #32D95D: hue angle of 135.45º 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 #32D95D is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 93 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.15 |
| HSL | 135.45º | 0.69% | 0.52% | - |
| HSV(B) | 135.45º | 0.77% | 0.85% | - |
| XYZ | 28.1 | 51.09 | 18.74 | - |
| YUV | 152.93 | 94.17 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 93 | 0.77 | 0 | 0.57 | 0.15 | 135.45 | 0.69 | 0.52 |
| Hex | 32 | D9 | 5D | 4D | 0 | 39 | F | 87 | 45 | 34 |
| Octal | 62 | 331 | 135 | 115 | 0 | 71 | 17 | 207 | 105 | 64 |
| Binary | 110010 | 11011001 | 1011101 | 1001101 | 0 | 111001 | 1111 | 10000111 | 1000101 | 110100 |
Color Harmonies of #32D95D
Complementary color
Monochromatic Colors of #32D95D
Black with #32D95D
Text Example
Text Example
White with #32D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D95D; }
p { color: rgb(50,217,93); }
H1.HeaderClassName
{
color: #32D95D;
}
.AnyTagClassName
{
color: #32D95D;
}
</style>
background-color css
<style>
a { background-color: #32D95D; }
a { background-color: rgb(50,217,93); }
div.DivClassName
{
background-color: #32D95D;
}
.BgClassName
{
background-color: #32D95D;
}
</style>
border-color css
<style>
span { border-color: #32D95D; }
span { border-color: rgb(50,217,93); }
td.TdClassName
{
border-color: #32D95D;
}
.TagClassName
{
border-color: #32D95D;
}
</style>