Shades of Malachite #32D25A
Tints of Malachite #32D25A
RGB
CMYK
RGB Variations
Color information
#32D25A (or 0x32D25A) is known color: Malachite. HEX triplet: 32, D2 and 5A. RGB value is (50,210,90). Sum of RGB (Red+Green+Blue) = 50+210+90=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #32D25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D25A is #CD2DA5. Grayscale: #949494. Windows color (decimal): -13446566 or 5952050. OLE color: 5952050.
HSL color Cylindrical-coordinate representation of color #32D25A: hue angle of 135º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D25A is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 90 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.18 |
| HSL | 135º | 0.64% | 0.51% | - |
| HSV(B) | 135º | 0.76% | 0.82% | - |
| XYZ | 26.21 | 47.51 | 17.46 | - |
| YUV | 148.48 | 94.99 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 90 | 0.76 | 0 | 0.57 | 0.18 | 135 | 0.64 | 0.51 |
| Hex | 32 | D2 | 5A | 4C | 0 | 39 | 12 | 87 | 40 | 33 |
| Octal | 62 | 322 | 132 | 114 | 0 | 71 | 22 | 207 | 100 | 63 |
| Binary | 110010 | 11010010 | 1011010 | 1001100 | 0 | 111001 | 10010 | 10000111 | 1000000 | 110011 |
Color Harmonies of #32D25A
Complementary color
Monochromatic Colors of #32D25A
Black with #32D25A
Text Example
Text Example
White with #32D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D25A; }
p { color: rgb(50,210,90); }
H1.HeaderClassName
{
color: #32D25A;
}
.AnyTagClassName
{
color: #32D25A;
}
</style>
background-color css
<style>
a { background-color: #32D25A; }
a { background-color: rgb(50,210,90); }
div.DivClassName
{
background-color: #32D25A;
}
.BgClassName
{
background-color: #32D25A;
}
</style>
border-color css
<style>
span { border-color: #32D25A; }
span { border-color: rgb(50,210,90); }
td.TdClassName
{
border-color: #32D25A;
}
.TagClassName
{
border-color: #32D25A;
}
</style>