Shades of Malachite #32E355
Tints of Malachite #32E355
RGB
CMYK
RGB Variations
Color information
#32E355 (or 0x32E355) is known color: Malachite. HEX triplet: 32, E3 and 55. RGB value is (50,227,85). Sum of RGB (Red+Green+Blue) = 50+227+85=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #32E355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E355 is #CD1CAA. Grayscale: #9E9E9E. Windows color (decimal): -13442219 or 5628722. OLE color: 5628722.
HSL color Cylindrical-coordinate representation of color #32E355: hue angle of 131.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E355 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 85 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.11 |
| HSL | 131.86º | 0.76% | 0.54% | - |
| HSV(B) | 131.86º | 0.78% | 0.89% | - |
| XYZ | 30.42 | 56.27 | 17.85 | - |
| YUV | 157.89 | 86.86 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 85 | 0.78 | 0 | 0.63 | 0.11 | 131.86 | 0.76 | 0.54 |
| Hex | 32 | E3 | 55 | 4E | 0 | 3F | B | 84 | 4C | 36 |
| Octal | 62 | 343 | 125 | 116 | 0 | 77 | 13 | 204 | 114 | 66 |
| Binary | 110010 | 11100011 | 1010101 | 1001110 | 0 | 111111 | 1011 | 10000100 | 1001100 | 110110 |
Color Harmonies of #32E355
Complementary color
Monochromatic Colors of #32E355
Black with #32E355
Text Example
Text Example
White with #32E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E355; }
p { color: rgb(50,227,85); }
H1.HeaderClassName
{
color: #32E355;
}
.AnyTagClassName
{
color: #32E355;
}
</style>
background-color css
<style>
a { background-color: #32E355; }
a { background-color: rgb(50,227,85); }
div.DivClassName
{
background-color: #32E355;
}
.BgClassName
{
background-color: #32E355;
}
</style>
border-color css
<style>
span { border-color: #32E355; }
span { border-color: rgb(50,227,85); }
td.TdClassName
{
border-color: #32E355;
}
.TagClassName
{
border-color: #32E355;
}
</style>