Shades of Malachite #32DE55
Tints of Malachite #32DE55
RGB
CMYK
RGB Variations
Color information
#32DE55 (or 0x32DE55) is known color: Malachite. HEX triplet: 32, DE and 55. RGB value is (50,222,85). Sum of RGB (Red+Green+Blue) = 50+222+85=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE55 is #CD21AA. Grayscale: #9B9B9B. Windows color (decimal): -13443499 or 5627442. OLE color: 5627442.
HSL color Cylindrical-coordinate representation of color #32DE55: hue angle of 132.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE55 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 85 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.13 |
| HSL | 132.21º | 0.72% | 0.53% | - |
| HSV(B) | 132.21º | 0.77% | 0.87% | - |
| XYZ | 29.08 | 53.58 | 17.4 | - |
| YUV | 154.95 | 88.52 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 85 | 0.77 | 0 | 0.62 | 0.13 | 132.21 | 0.72 | 0.53 |
| Hex | 32 | DE | 55 | 4D | 0 | 3E | D | 84 | 48 | 35 |
| Octal | 62 | 336 | 125 | 115 | 0 | 76 | 15 | 204 | 110 | 65 |
| Binary | 110010 | 11011110 | 1010101 | 1001101 | 0 | 111110 | 1101 | 10000100 | 1001000 | 110101 |
Color Harmonies of #32DE55
Complementary color
Monochromatic Colors of #32DE55
Black with #32DE55
Text Example
Text Example
White with #32DE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE55; }
p { color: rgb(50,222,85); }
H1.HeaderClassName
{
color: #32DE55;
}
.AnyTagClassName
{
color: #32DE55;
}
</style>
background-color css
<style>
a { background-color: #32DE55; }
a { background-color: rgb(50,222,85); }
div.DivClassName
{
background-color: #32DE55;
}
.BgClassName
{
background-color: #32DE55;
}
</style>
border-color css
<style>
span { border-color: #32DE55; }
span { border-color: rgb(50,222,85); }
td.TdClassName
{
border-color: #32DE55;
}
.TagClassName
{
border-color: #32DE55;
}
</style>