Shades of Malachite #32E255
Tints of Malachite #32E255
RGB
CMYK
RGB Variations
Color information
#32E255 (or 0x32E255) is known color: Malachite. HEX triplet: 32, E2 and 55. RGB value is (50,226,85). Sum of RGB (Red+Green+Blue) = 50+226+85=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 226 (88.67% from 255 or 62.60% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 226 - color contains mainly: green. Hex color #32E255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E255 is #CD1DAA. Grayscale: #9D9D9D. Windows color (decimal): -13442475 or 5628466. OLE color: 5628466.
HSL color Cylindrical-coordinate representation of color #32E255: hue angle of 131.93º degrees, saturation: 0.75, 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 #32E255 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 226 | 85 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.11 |
| HSL | 131.93º | 0.75% | 0.54% | - |
| HSV(B) | 131.93º | 0.78% | 0.89% | - |
| XYZ | 30.15 | 55.73 | 17.76 | - |
| YUV | 157.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 226 | 85 | 0.78 | 0 | 0.62 | 0.11 | 131.93 | 0.75 | 0.54 |
| Hex | 32 | E2 | 55 | 4E | 0 | 3E | B | 84 | 4B | 36 |
| Octal | 62 | 342 | 125 | 116 | 0 | 76 | 13 | 204 | 113 | 66 |
| Binary | 110010 | 11100010 | 1010101 | 1001110 | 0 | 111110 | 1011 | 10000100 | 1001011 | 110110 |
Color Harmonies of #32E255
Complementary color
Monochromatic Colors of #32E255
Black with #32E255
Text Example
Text Example
White with #32E255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E255; }
p { color: rgb(50,226,85); }
H1.HeaderClassName
{
color: #32E255;
}
.AnyTagClassName
{
color: #32E255;
}
</style>
background-color css
<style>
a { background-color: #32E255; }
a { background-color: rgb(50,226,85); }
div.DivClassName
{
background-color: #32E255;
}
.BgClassName
{
background-color: #32E255;
}
</style>
border-color css
<style>
span { border-color: #32E255; }
span { border-color: rgb(50,226,85); }
td.TdClassName
{
border-color: #32E255;
}
.TagClassName
{
border-color: #32E255;
}
</style>