Shades of Malachite #32D75F
Tints of Malachite #32D75F
RGB
CMYK
RGB Variations
Color information
#32D75F (or 0x32D75F) is known color: Malachite. HEX triplet: 32, D7 and 5F. RGB value is (50,215,95). Sum of RGB (Red+Green+Blue) = 50+215+95=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #32D75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D75F is #CD28A0. Grayscale: #989898. Windows color (decimal): -13445281 or 6281010. OLE color: 6281010.
HSL color Cylindrical-coordinate representation of color #32D75F: hue angle of 136.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D75F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 95 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.16 |
| HSL | 136.36º | 0.67% | 0.52% | - |
| HSV(B) | 136.36º | 0.77% | 0.84% | - |
| XYZ | 27.68 | 50.11 | 19.04 | - |
| YUV | 151.99 | 95.84 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 95 | 0.77 | 0 | 0.56 | 0.16 | 136.36 | 0.67 | 0.52 |
| Hex | 32 | D7 | 5F | 4D | 0 | 38 | 10 | 88 | 43 | 34 |
| Octal | 62 | 327 | 137 | 115 | 0 | 70 | 20 | 210 | 103 | 64 |
| Binary | 110010 | 11010111 | 1011111 | 1001101 | 0 | 111000 | 10000 | 10001000 | 1000011 | 110100 |
Color Harmonies of #32D75F
Complementary color
Monochromatic Colors of #32D75F
Black with #32D75F
Text Example
Text Example
White with #32D75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D75F; }
p { color: rgb(50,215,95); }
H1.HeaderClassName
{
color: #32D75F;
}
.AnyTagClassName
{
color: #32D75F;
}
</style>
background-color css
<style>
a { background-color: #32D75F; }
a { background-color: rgb(50,215,95); }
div.DivClassName
{
background-color: #32D75F;
}
.BgClassName
{
background-color: #32D75F;
}
</style>
border-color css
<style>
span { border-color: #32D75F; }
span { border-color: rgb(50,215,95); }
td.TdClassName
{
border-color: #32D75F;
}
.TagClassName
{
border-color: #32D75F;
}
</style>