Shades of Malachite #32E952
Tints of Malachite #32E952
RGB
CMYK
RGB Variations
Color information
#32E952 (or 0x32E952) is known color: Malachite. HEX triplet: 32, E9 and 52. RGB value is (50,233,82). Sum of RGB (Red+Green+Blue) = 50+233+82=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #32E952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E952 is #CD16AD. Grayscale: #A1A1A1. Windows color (decimal): -13440686 or 5433650. OLE color: 5433650.
HSL color Cylindrical-coordinate representation of color #32E952: hue angle of 130.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E952 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 82 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.09 |
| HSL | 130.49º | 0.81% | 0.55% | - |
| HSV(B) | 130.49º | 0.79% | 0.91% | - |
| XYZ | 31.98 | 59.57 | 17.79 | - |
| YUV | 161.07 | 83.37 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 82 | 0.79 | 0 | 0.65 | 0.09 | 130.49 | 0.81 | 0.55 |
| Hex | 32 | E9 | 52 | 4F | 0 | 41 | 9 | 82 | 51 | 37 |
| Octal | 62 | 351 | 122 | 117 | 0 | 101 | 11 | 202 | 121 | 67 |
| Binary | 110010 | 11101001 | 1010010 | 1001111 | 0 | 1000001 | 1001 | 10000010 | 1010001 | 110111 |
Color Harmonies of #32E952
Complementary color
Monochromatic Colors of #32E952
Black with #32E952
Text Example
Text Example
White with #32E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E952; }
p { color: rgb(50,233,82); }
H1.HeaderClassName
{
color: #32E952;
}
.AnyTagClassName
{
color: #32E952;
}
</style>
background-color css
<style>
a { background-color: #32E952; }
a { background-color: rgb(50,233,82); }
div.DivClassName
{
background-color: #32E952;
}
.BgClassName
{
background-color: #32E952;
}
</style>
border-color css
<style>
span { border-color: #32E952; }
span { border-color: rgb(50,233,82); }
td.TdClassName
{
border-color: #32E952;
}
.TagClassName
{
border-color: #32E952;
}
</style>