Shades of Malachite #32EA5E
Tints of Malachite #32EA5E
RGB
CMYK
RGB Variations
Color information
#32EA5E (or 0x32EA5E) is known color: Malachite. HEX triplet: 32, EA and 5E. RGB value is (50,234,94). Sum of RGB (Red+Green+Blue) = 50+234+94=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EA5E is #CD15A1. Grayscale: #A3A3A3. Windows color (decimal): -13440418 or 6220338. OLE color: 6220338.
HSL color Cylindrical-coordinate representation of color #32EA5E: hue angle of 134.35º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA5E is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 94 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.08 |
| HSL | 134.35º | 0.81% | 0.56% | - |
| HSV(B) | 134.35º | 0.79% | 0.92% | - |
| XYZ | 32.76 | 60.33 | 20.51 | - |
| YUV | 163.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 94 | 0.79 | 0 | 0.60 | 0.08 | 134.35 | 0.81 | 0.56 |
| Hex | 32 | EA | 5E | 4F | 0 | 3C | 8 | 86 | 51 | 38 |
| Octal | 62 | 352 | 136 | 117 | 0 | 74 | 10 | 206 | 121 | 70 |
| Binary | 110010 | 11101010 | 1011110 | 1001111 | 0 | 111100 | 1000 | 10000110 | 1010001 | 111000 |
Color Harmonies of #32EA5E
Complementary color
Monochromatic Colors of #32EA5E
Black with #32EA5E
Text Example
Text Example
White with #32EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA5E; }
p { color: rgb(50,234,94); }
H1.HeaderClassName
{
color: #32EA5E;
}
.AnyTagClassName
{
color: #32EA5E;
}
</style>
background-color css
<style>
a { background-color: #32EA5E; }
a { background-color: rgb(50,234,94); }
div.DivClassName
{
background-color: #32EA5E;
}
.BgClassName
{
background-color: #32EA5E;
}
</style>
border-color css
<style>
span { border-color: #32EA5E; }
span { border-color: rgb(50,234,94); }
td.TdClassName
{
border-color: #32EA5E;
}
.TagClassName
{
border-color: #32EA5E;
}
</style>