Shades of Malachite #32D85E
Tints of Malachite #32D85E
RGB
CMYK
RGB Variations
Color information
#32D85E (or 0x32D85E) is known color: Malachite. HEX triplet: 32, D8 and 5E. RGB value is (50,216,94). Sum of RGB (Red+Green+Blue) = 50+216+94=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #32D85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D85E is #CD27A1. Grayscale: #989898. Windows color (decimal): -13445026 or 6215730. OLE color: 6215730.
HSL color Cylindrical-coordinate representation of color #32D85E: hue angle of 135.9º degrees, saturation: 0.68, 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 #32D85E is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 94 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.15 |
| HSL | 135.9º | 0.68% | 0.52% | - |
| HSV(B) | 135.9º | 0.77% | 0.85% | - |
| XYZ | 27.89 | 50.6 | 18.89 | - |
| YUV | 152.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 94 | 0.77 | 0 | 0.56 | 0.15 | 135.9 | 0.68 | 0.52 |
| Hex | 32 | D8 | 5E | 4D | 0 | 38 | F | 88 | 44 | 34 |
| Octal | 62 | 330 | 136 | 115 | 0 | 70 | 17 | 210 | 104 | 64 |
| Binary | 110010 | 11011000 | 1011110 | 1001101 | 0 | 111000 | 1111 | 10001000 | 1000100 | 110100 |
Color Harmonies of #32D85E
Complementary color
Monochromatic Colors of #32D85E
Black with #32D85E
Text Example
Text Example
White with #32D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D85E; }
p { color: rgb(50,216,94); }
H1.HeaderClassName
{
color: #32D85E;
}
.AnyTagClassName
{
color: #32D85E;
}
</style>
background-color css
<style>
a { background-color: #32D85E; }
a { background-color: rgb(50,216,94); }
div.DivClassName
{
background-color: #32D85E;
}
.BgClassName
{
background-color: #32D85E;
}
</style>
border-color css
<style>
span { border-color: #32D85E; }
span { border-color: rgb(50,216,94); }
td.TdClassName
{
border-color: #32D85E;
}
.TagClassName
{
border-color: #32D85E;
}
</style>