Shades of Malachite #32DC55
Tints of Malachite #32DC55
RGB
CMYK
RGB Variations
Color information
#32DC55 (or 0x32DC55) is known color: Malachite. HEX triplet: 32, DC and 55. RGB value is (50,220,85). Sum of RGB (Red+Green+Blue) = 50+220+85=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC55 is #CD23AA. Grayscale: #9A9A9A. Windows color (decimal): -13444011 or 5626930. OLE color: 5626930.
HSL color Cylindrical-coordinate representation of color #32DC55: hue angle of 132.35º 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 #32DC55 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 85 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.14 |
| HSL | 132.35º | 0.71% | 0.53% | - |
| HSV(B) | 132.35º | 0.77% | 0.86% | - |
| XYZ | 28.55 | 52.52 | 17.23 | - |
| YUV | 153.78 | 89.18 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 85 | 0.77 | 0 | 0.61 | 0.14 | 132.35 | 0.71 | 0.53 |
| Hex | 32 | DC | 55 | 4D | 0 | 3D | E | 84 | 47 | 35 |
| Octal | 62 | 334 | 125 | 115 | 0 | 75 | 16 | 204 | 107 | 65 |
| Binary | 110010 | 11011100 | 1010101 | 1001101 | 0 | 111101 | 1110 | 10000100 | 1000111 | 110101 |
Color Harmonies of #32DC55
Complementary color
Monochromatic Colors of #32DC55
Black with #32DC55
Text Example
Text Example
White with #32DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC55; }
p { color: rgb(50,220,85); }
H1.HeaderClassName
{
color: #32DC55;
}
.AnyTagClassName
{
color: #32DC55;
}
</style>
background-color css
<style>
a { background-color: #32DC55; }
a { background-color: rgb(50,220,85); }
div.DivClassName
{
background-color: #32DC55;
}
.BgClassName
{
background-color: #32DC55;
}
</style>
border-color css
<style>
span { border-color: #32DC55; }
span { border-color: rgb(50,220,85); }
td.TdClassName
{
border-color: #32DC55;
}
.TagClassName
{
border-color: #32DC55;
}
</style>