Shades of Malachite #32DD58
Tints of Malachite #32DD58
RGB
CMYK
RGB Variations
Color information
#32DD58 (or 0x32DD58) is known color: Malachite. HEX triplet: 32, DD and 58. RGB value is (50,221,88). Sum of RGB (Red+Green+Blue) = 50+221+88=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD58 is #CD22A7. Grayscale: #9B9B9B. Windows color (decimal): -13443752 or 5823794. OLE color: 5823794.
HSL color Cylindrical-coordinate representation of color #32DD58: hue angle of 133.33º 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 #32DD58 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 88 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.13 |
| HSL | 133.33º | 0.72% | 0.53% | - |
| HSV(B) | 133.33º | 0.77% | 0.87% | - |
| XYZ | 28.93 | 53.1 | 17.96 | - |
| YUV | 154.71 | 90.35 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 88 | 0.77 | 0 | 0.60 | 0.13 | 133.33 | 0.72 | 0.53 |
| Hex | 32 | DD | 58 | 4D | 0 | 3C | D | 85 | 48 | 35 |
| Octal | 62 | 335 | 130 | 115 | 0 | 74 | 15 | 205 | 110 | 65 |
| Binary | 110010 | 11011101 | 1011000 | 1001101 | 0 | 111100 | 1101 | 10000101 | 1001000 | 110101 |
Color Harmonies of #32DD58
Complementary color
Monochromatic Colors of #32DD58
Black with #32DD58
Text Example
Text Example
White with #32DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD58; }
p { color: rgb(50,221,88); }
H1.HeaderClassName
{
color: #32DD58;
}
.AnyTagClassName
{
color: #32DD58;
}
</style>
background-color css
<style>
a { background-color: #32DD58; }
a { background-color: rgb(50,221,88); }
div.DivClassName
{
background-color: #32DD58;
}
.BgClassName
{
background-color: #32DD58;
}
</style>
border-color css
<style>
span { border-color: #32DD58; }
span { border-color: rgb(50,221,88); }
td.TdClassName
{
border-color: #32DD58;
}
.TagClassName
{
border-color: #32DD58;
}
</style>