Shades of Malachite #32E55F
Tints of Malachite #32E55F
RGB
CMYK
RGB Variations
Color information
#32E55F (or 0x32E55F) is known color: Malachite. HEX triplet: 32, E5 and 5F. RGB value is (50,229,95). Sum of RGB (Red+Green+Blue) = 50+229+95=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 229 (89.84% from 255 or 61.23% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 229 - color contains mainly: green. Hex color #32E55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E55F is #CD1AA0. Grayscale: #A0A0A0. Windows color (decimal): -13441697 or 6284594. OLE color: 6284594.
HSL color Cylindrical-coordinate representation of color #32E55F: hue angle of 135.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E55F is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 95 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.10 |
| HSL | 135.08º | 0.77% | 0.55% | - |
| HSV(B) | 135.08º | 0.78% | 0.9% | - |
| XYZ | 31.4 | 57.54 | 20.28 | - |
| YUV | 160.2 | 91.2 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 95 | 0.78 | 0 | 0.59 | 0.10 | 135.08 | 0.77 | 0.55 |
| Hex | 32 | E5 | 5F | 4E | 0 | 3B | A | 87 | 4D | 37 |
| Octal | 62 | 345 | 137 | 116 | 0 | 73 | 12 | 207 | 115 | 67 |
| Binary | 110010 | 11100101 | 1011111 | 1001110 | 0 | 111011 | 1010 | 10000111 | 1001101 | 110111 |
Color Harmonies of #32E55F
Complementary color
Monochromatic Colors of #32E55F
Black with #32E55F
Text Example
Text Example
White with #32E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E55F; }
p { color: rgb(50,229,95); }
H1.HeaderClassName
{
color: #32E55F;
}
.AnyTagClassName
{
color: #32E55F;
}
</style>
background-color css
<style>
a { background-color: #32E55F; }
a { background-color: rgb(50,229,95); }
div.DivClassName
{
background-color: #32E55F;
}
.BgClassName
{
background-color: #32E55F;
}
</style>
border-color css
<style>
span { border-color: #32E55F; }
span { border-color: rgb(50,229,95); }
td.TdClassName
{
border-color: #32E55F;
}
.TagClassName
{
border-color: #32E55F;
}
</style>