Shades of Malachite #32E061
Tints of Malachite #32E061
RGB
CMYK
RGB Variations
Color information
#32E061 (or 0x32E061) is known color: Malachite. HEX triplet: 32, E0 and 61. RGB value is (50,224,97). Sum of RGB (Red+Green+Blue) = 50+224+97=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #32E061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E061 is #CD1F9E. Grayscale: #9D9D9D. Windows color (decimal): -13442975 or 6414386. OLE color: 6414386.
HSL color Cylindrical-coordinate representation of color #32E061: hue angle of 136.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E061 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 97 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.12 |
| HSL | 136.21º | 0.74% | 0.54% | - |
| HSV(B) | 136.21º | 0.78% | 0.88% | - |
| XYZ | 30.13 | 54.85 | 20.31 | - |
| YUV | 157.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 97 | 0.78 | 0 | 0.57 | 0.12 | 136.21 | 0.74 | 0.54 |
| Hex | 32 | E0 | 61 | 4E | 0 | 39 | C | 88 | 4A | 36 |
| Octal | 62 | 340 | 141 | 116 | 0 | 71 | 14 | 210 | 112 | 66 |
| Binary | 110010 | 11100000 | 1100001 | 1001110 | 0 | 111001 | 1100 | 10001000 | 1001010 | 110110 |
Color Harmonies of #32E061
Complementary color
Monochromatic Colors of #32E061
Black with #32E061
Text Example
Text Example
White with #32E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E061; }
p { color: rgb(50,224,97); }
H1.HeaderClassName
{
color: #32E061;
}
.AnyTagClassName
{
color: #32E061;
}
</style>
background-color css
<style>
a { background-color: #32E061; }
a { background-color: rgb(50,224,97); }
div.DivClassName
{
background-color: #32E061;
}
.BgClassName
{
background-color: #32E061;
}
</style>
border-color css
<style>
span { border-color: #32E061; }
span { border-color: rgb(50,224,97); }
td.TdClassName
{
border-color: #32E061;
}
.TagClassName
{
border-color: #32E061;
}
</style>