Shades of Malachite #32DB60
Tints of Malachite #32DB60
RGB
CMYK
RGB Variations
Color information
#32DB60 (or 0x32DB60) is known color: Malachite. HEX triplet: 32, DB and 60. RGB value is (50,219,96). Sum of RGB (Red+Green+Blue) = 50+219+96=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DB60 is #CD249F. Grayscale: #9A9A9A. Windows color (decimal): -13444256 or 6347570. OLE color: 6347570.
HSL color Cylindrical-coordinate representation of color #32DB60: hue angle of 136.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DB60 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 96 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.14 |
| HSL | 136.33º | 0.7% | 0.53% | - |
| HSV(B) | 136.33º | 0.77% | 0.86% | - |
| XYZ | 28.76 | 52.19 | 19.62 | - |
| YUV | 154.45 | 95.01 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 96 | 0.77 | 0 | 0.56 | 0.14 | 136.33 | 0.7 | 0.53 |
| Hex | 32 | DB | 60 | 4D | 0 | 38 | E | 88 | 46 | 35 |
| Octal | 62 | 333 | 140 | 115 | 0 | 70 | 16 | 210 | 106 | 65 |
| Binary | 110010 | 11011011 | 1100000 | 1001101 | 0 | 111000 | 1110 | 10001000 | 1000110 | 110101 |
Color Harmonies of #32DB60
Complementary color
Monochromatic Colors of #32DB60
Black with #32DB60
Text Example
Text Example
White with #32DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB60; }
p { color: rgb(50,219,96); }
H1.HeaderClassName
{
color: #32DB60;
}
.AnyTagClassName
{
color: #32DB60;
}
</style>
background-color css
<style>
a { background-color: #32DB60; }
a { background-color: rgb(50,219,96); }
div.DivClassName
{
background-color: #32DB60;
}
.BgClassName
{
background-color: #32DB60;
}
</style>
border-color css
<style>
span { border-color: #32DB60; }
span { border-color: rgb(50,219,96); }
td.TdClassName
{
border-color: #32DB60;
}
.TagClassName
{
border-color: #32DB60;
}
</style>