Shades of Malachite #32D85B
Tints of Malachite #32D85B
RGB
CMYK
RGB Variations
Color information
#32D85B (or 0x32D85B) is known color: Malachite. HEX triplet: 32, D8 and 5B. RGB value is (50,216,91). Sum of RGB (Red+Green+Blue) = 50+216+91=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #32D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D85B is #CD27A4. Grayscale: #989898. Windows color (decimal): -13445029 or 6019122. OLE color: 6019122.
HSL color Cylindrical-coordinate representation of color #32D85B: hue angle of 134.82º 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 #32D85B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 91 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.15 |
| HSL | 134.82º | 0.68% | 0.52% | - |
| HSV(B) | 134.82º | 0.77% | 0.85% | - |
| XYZ | 27.76 | 50.55 | 18.19 | - |
| YUV | 152.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 91 | 0.77 | 0 | 0.58 | 0.15 | 134.82 | 0.68 | 0.52 |
| Hex | 32 | D8 | 5B | 4D | 0 | 3A | F | 87 | 44 | 34 |
| Octal | 62 | 330 | 133 | 115 | 0 | 72 | 17 | 207 | 104 | 64 |
| Binary | 110010 | 11011000 | 1011011 | 1001101 | 0 | 111010 | 1111 | 10000111 | 1000100 | 110100 |
Color Harmonies of #32D85B
Complementary color
Monochromatic Colors of #32D85B
Black with #32D85B
Text Example
Text Example
White with #32D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D85B; }
p { color: rgb(50,216,91); }
H1.HeaderClassName
{
color: #32D85B;
}
.AnyTagClassName
{
color: #32D85B;
}
</style>
background-color css
<style>
a { background-color: #32D85B; }
a { background-color: rgb(50,216,91); }
div.DivClassName
{
background-color: #32D85B;
}
.BgClassName
{
background-color: #32D85B;
}
</style>
border-color css
<style>
span { border-color: #32D85B; }
span { border-color: rgb(50,216,91); }
td.TdClassName
{
border-color: #32D85B;
}
.TagClassName
{
border-color: #32D85B;
}
</style>