Shades of Malachite #32E85F
Tints of Malachite #32E85F
RGB
CMYK
RGB Variations
Color information
#32E85F (or 0x32E85F) is known color: Malachite. HEX triplet: 32, E8 and 5F. RGB value is (50,232,95). Sum of RGB (Red+Green+Blue) = 50+232+95=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #32E85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E85F is #CD17A0. Grayscale: #A2A2A2. Windows color (decimal): -13440929 or 6285362. OLE color: 6285362.
HSL color Cylindrical-coordinate representation of color #32E85F: hue angle of 134.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E85F is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 95 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.09 |
| HSL | 134.84º | 0.8% | 0.55% | - |
| HSV(B) | 134.84º | 0.78% | 0.91% | - |
| XYZ | 32.24 | 59.22 | 20.56 | - |
| YUV | 161.96 | 90.2 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 95 | 0.78 | 0 | 0.59 | 0.09 | 134.84 | 0.8 | 0.55 |
| Hex | 32 | E8 | 5F | 4E | 0 | 3B | 9 | 87 | 50 | 37 |
| Octal | 62 | 350 | 137 | 116 | 0 | 73 | 11 | 207 | 120 | 67 |
| Binary | 110010 | 11101000 | 1011111 | 1001110 | 0 | 111011 | 1001 | 10000111 | 1010000 | 110111 |
Color Harmonies of #32E85F
Complementary color
Monochromatic Colors of #32E85F
Black with #32E85F
Text Example
Text Example
White with #32E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E85F; }
p { color: rgb(50,232,95); }
H1.HeaderClassName
{
color: #32E85F;
}
.AnyTagClassName
{
color: #32E85F;
}
</style>
background-color css
<style>
a { background-color: #32E85F; }
a { background-color: rgb(50,232,95); }
div.DivClassName
{
background-color: #32E85F;
}
.BgClassName
{
background-color: #32E85F;
}
</style>
border-color css
<style>
span { border-color: #32E85F; }
span { border-color: rgb(50,232,95); }
td.TdClassName
{
border-color: #32E85F;
}
.TagClassName
{
border-color: #32E85F;
}
</style>