Shades of Malachite #32EA5B
Tints of Malachite #32EA5B
RGB
CMYK
RGB Variations
Color information
#32EA5B (or 0x32EA5B) is known color: Malachite. HEX triplet: 32, EA and 5B. RGB value is (50,234,91). Sum of RGB (Red+Green+Blue) = 50+234+91=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EA5B is #CD15A4. Grayscale: #A3A3A3. Windows color (decimal): -13440421 or 6023730. OLE color: 6023730.
HSL color Cylindrical-coordinate representation of color #32EA5B: hue angle of 133.37º 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 #32EA5B is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 91 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.08 |
| HSL | 133.37º | 0.81% | 0.56% | - |
| HSV(B) | 133.37º | 0.79% | 0.92% | - |
| XYZ | 32.63 | 60.28 | 19.81 | - |
| YUV | 162.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 91 | 0.79 | 0 | 0.61 | 0.08 | 133.37 | 0.81 | 0.56 |
| Hex | 32 | EA | 5B | 4F | 0 | 3D | 8 | 85 | 51 | 38 |
| Octal | 62 | 352 | 133 | 117 | 0 | 75 | 10 | 205 | 121 | 70 |
| Binary | 110010 | 11101010 | 1011011 | 1001111 | 0 | 111101 | 1000 | 10000101 | 1010001 | 111000 |
Color Harmonies of #32EA5B
Complementary color
Monochromatic Colors of #32EA5B
Black with #32EA5B
Text Example
Text Example
White with #32EA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA5B; }
p { color: rgb(50,234,91); }
H1.HeaderClassName
{
color: #32EA5B;
}
.AnyTagClassName
{
color: #32EA5B;
}
</style>
background-color css
<style>
a { background-color: #32EA5B; }
a { background-color: rgb(50,234,91); }
div.DivClassName
{
background-color: #32EA5B;
}
.BgClassName
{
background-color: #32EA5B;
}
</style>
border-color css
<style>
span { border-color: #32EA5B; }
span { border-color: rgb(50,234,91); }
td.TdClassName
{
border-color: #32EA5B;
}
.TagClassName
{
border-color: #32EA5B;
}
</style>