Shades of Malachite #32DA5D
Tints of Malachite #32DA5D
RGB
CMYK
RGB Variations
Color information
#32DA5D (or 0x32DA5D) is known color: Malachite. HEX triplet: 32, DA and 5D. RGB value is (50,218,93). Sum of RGB (Red+Green+Blue) = 50+218+93=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA5D is #CD25A2. Grayscale: #999999. Windows color (decimal): -13444515 or 6150706. OLE color: 6150706.
HSL color Cylindrical-coordinate representation of color #32DA5D: hue angle of 135.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA5D is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 93 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.15 |
| HSL | 135.36º | 0.69% | 0.53% | - |
| HSV(B) | 135.36º | 0.77% | 0.85% | - |
| XYZ | 28.36 | 51.61 | 18.82 | - |
| YUV | 153.52 | 93.84 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 93 | 0.77 | 0 | 0.57 | 0.15 | 135.36 | 0.69 | 0.53 |
| Hex | 32 | DA | 5D | 4D | 0 | 39 | F | 87 | 45 | 35 |
| Octal | 62 | 332 | 135 | 115 | 0 | 71 | 17 | 207 | 105 | 65 |
| Binary | 110010 | 11011010 | 1011101 | 1001101 | 0 | 111001 | 1111 | 10000111 | 1000101 | 110101 |
Color Harmonies of #32DA5D
Complementary color
Monochromatic Colors of #32DA5D
Black with #32DA5D
Text Example
Text Example
White with #32DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA5D; }
p { color: rgb(50,218,93); }
H1.HeaderClassName
{
color: #32DA5D;
}
.AnyTagClassName
{
color: #32DA5D;
}
</style>
background-color css
<style>
a { background-color: #32DA5D; }
a { background-color: rgb(50,218,93); }
div.DivClassName
{
background-color: #32DA5D;
}
.BgClassName
{
background-color: #32DA5D;
}
</style>
border-color css
<style>
span { border-color: #32DA5D; }
span { border-color: rgb(50,218,93); }
td.TdClassName
{
border-color: #32DA5D;
}
.TagClassName
{
border-color: #32DA5D;
}
</style>