Shades of Malachite #32DC56
Tints of Malachite #32DC56
RGB
CMYK
RGB Variations
Color information
#32DC56 (or 0x32DC56) is known color: Malachite. HEX triplet: 32, DC and 56. RGB value is (50,220,86). Sum of RGB (Red+Green+Blue) = 50+220+86=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC56 is #CD23A9. Grayscale: #9A9A9A. Windows color (decimal): -13444010 or 5692466. OLE color: 5692466.
HSL color Cylindrical-coordinate representation of color #32DC56: hue angle of 132.71º degrees, saturation: 0.71, 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 #32DC56 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 86 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.14 |
| HSL | 132.71º | 0.71% | 0.53% | - |
| HSV(B) | 132.71º | 0.77% | 0.86% | - |
| XYZ | 28.59 | 52.54 | 17.44 | - |
| YUV | 153.89 | 89.68 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 86 | 0.77 | 0 | 0.61 | 0.14 | 132.71 | 0.71 | 0.53 |
| Hex | 32 | DC | 56 | 4D | 0 | 3D | E | 85 | 47 | 35 |
| Octal | 62 | 334 | 126 | 115 | 0 | 75 | 16 | 205 | 107 | 65 |
| Binary | 110010 | 11011100 | 1010110 | 1001101 | 0 | 111101 | 1110 | 10000101 | 1000111 | 110101 |
Color Harmonies of #32DC56
Complementary color
Monochromatic Colors of #32DC56
Black with #32DC56
Text Example
Text Example
White with #32DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC56; }
p { color: rgb(50,220,86); }
H1.HeaderClassName
{
color: #32DC56;
}
.AnyTagClassName
{
color: #32DC56;
}
</style>
background-color css
<style>
a { background-color: #32DC56; }
a { background-color: rgb(50,220,86); }
div.DivClassName
{
background-color: #32DC56;
}
.BgClassName
{
background-color: #32DC56;
}
</style>
border-color css
<style>
span { border-color: #32DC56; }
span { border-color: rgb(50,220,86); }
td.TdClassName
{
border-color: #32DC56;
}
.TagClassName
{
border-color: #32DC56;
}
</style>