Shades of Malachite #32DE58
Tints of Malachite #32DE58
RGB
CMYK
RGB Variations
Color information
#32DE58 (or 0x32DE58) is known color: Malachite. HEX triplet: 32, DE and 58. RGB value is (50,222,88). Sum of RGB (Red+Green+Blue) = 50+222+88=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE58 is #CD21A7. Grayscale: #9B9B9B. Windows color (decimal): -13443496 or 5824050. OLE color: 5824050.
HSL color Cylindrical-coordinate representation of color #32DE58: hue angle of 133.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE58 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 88 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.13 |
| HSL | 133.26º | 0.72% | 0.53% | - |
| HSV(B) | 133.26º | 0.77% | 0.87% | - |
| XYZ | 29.2 | 53.63 | 18.04 | - |
| YUV | 155.3 | 90.02 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 88 | 0.77 | 0 | 0.60 | 0.13 | 133.26 | 0.72 | 0.53 |
| Hex | 32 | DE | 58 | 4D | 0 | 3C | D | 85 | 48 | 35 |
| Octal | 62 | 336 | 130 | 115 | 0 | 74 | 15 | 205 | 110 | 65 |
| Binary | 110010 | 11011110 | 1011000 | 1001101 | 0 | 111100 | 1101 | 10000101 | 1001000 | 110101 |
Color Harmonies of #32DE58
Complementary color
Monochromatic Colors of #32DE58
Black with #32DE58
Text Example
Text Example
White with #32DE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE58; }
p { color: rgb(50,222,88); }
H1.HeaderClassName
{
color: #32DE58;
}
.AnyTagClassName
{
color: #32DE58;
}
</style>
background-color css
<style>
a { background-color: #32DE58; }
a { background-color: rgb(50,222,88); }
div.DivClassName
{
background-color: #32DE58;
}
.BgClassName
{
background-color: #32DE58;
}
</style>
border-color css
<style>
span { border-color: #32DE58; }
span { border-color: rgb(50,222,88); }
td.TdClassName
{
border-color: #32DE58;
}
.TagClassName
{
border-color: #32DE58;
}
</style>