Shades of Malachite #32D65D
Tints of Malachite #32D65D
RGB
CMYK
RGB Variations
Color information
#32D65D (or 0x32D65D) is known color: Malachite. HEX triplet: 32, D6 and 5D. RGB value is (50,214,93). Sum of RGB (Red+Green+Blue) = 50+214+93=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #32D65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D65D is #CD29A2. Grayscale: #979797. Windows color (decimal): -13445539 or 6149682. OLE color: 6149682.
HSL color Cylindrical-coordinate representation of color #32D65D: hue angle of 135.73º 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 #32D65D is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 93 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.16 |
| HSL | 135.73º | 0.67% | 0.52% | - |
| HSV(B) | 135.73º | 0.77% | 0.84% | - |
| XYZ | 27.34 | 49.56 | 18.48 | - |
| YUV | 151.17 | 95.17 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 93 | 0.77 | 0 | 0.57 | 0.16 | 135.73 | 0.67 | 0.52 |
| Hex | 32 | D6 | 5D | 4D | 0 | 39 | 10 | 88 | 43 | 34 |
| Octal | 62 | 326 | 135 | 115 | 0 | 71 | 20 | 210 | 103 | 64 |
| Binary | 110010 | 11010110 | 1011101 | 1001101 | 0 | 111001 | 10000 | 10001000 | 1000011 | 110100 |
Color Harmonies of #32D65D
Complementary color
Monochromatic Colors of #32D65D
Black with #32D65D
Text Example
Text Example
White with #32D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D65D; }
p { color: rgb(50,214,93); }
H1.HeaderClassName
{
color: #32D65D;
}
.AnyTagClassName
{
color: #32D65D;
}
</style>
background-color css
<style>
a { background-color: #32D65D; }
a { background-color: rgb(50,214,93); }
div.DivClassName
{
background-color: #32D65D;
}
.BgClassName
{
background-color: #32D65D;
}
</style>
border-color css
<style>
span { border-color: #32D65D; }
span { border-color: rgb(50,214,93); }
td.TdClassName
{
border-color: #32D65D;
}
.TagClassName
{
border-color: #32D65D;
}
</style>