Shades of Malachite #32DD5D
Tints of Malachite #32DD5D
RGB
CMYK
RGB Variations
Color information
#32DD5D (or 0x32DD5D) is known color: Malachite. HEX triplet: 32, DD and 5D. RGB value is (50,221,93). Sum of RGB (Red+Green+Blue) = 50+221+93=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD5D is #CD22A2. Grayscale: #9B9B9B. Windows color (decimal): -13443747 or 6151474. OLE color: 6151474.
HSL color Cylindrical-coordinate representation of color #32DD5D: hue angle of 135.09º 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 #32DD5D is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 93 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.13 |
| HSL | 135.09º | 0.72% | 0.53% | - |
| HSV(B) | 135.09º | 0.77% | 0.87% | - |
| XYZ | 29.15 | 53.18 | 19.08 | - |
| YUV | 155.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 93 | 0.77 | 0 | 0.58 | 0.13 | 135.09 | 0.72 | 0.53 |
| Hex | 32 | DD | 5D | 4D | 0 | 3A | D | 87 | 48 | 35 |
| Octal | 62 | 335 | 135 | 115 | 0 | 72 | 15 | 207 | 110 | 65 |
| Binary | 110010 | 11011101 | 1011101 | 1001101 | 0 | 111010 | 1101 | 10000111 | 1001000 | 110101 |
Color Harmonies of #32DD5D
Complementary color
Monochromatic Colors of #32DD5D
Black with #32DD5D
Text Example
Text Example
White with #32DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD5D; }
p { color: rgb(50,221,93); }
H1.HeaderClassName
{
color: #32DD5D;
}
.AnyTagClassName
{
color: #32DD5D;
}
</style>
background-color css
<style>
a { background-color: #32DD5D; }
a { background-color: rgb(50,221,93); }
div.DivClassName
{
background-color: #32DD5D;
}
.BgClassName
{
background-color: #32DD5D;
}
</style>
border-color css
<style>
span { border-color: #32DD5D; }
span { border-color: rgb(50,221,93); }
td.TdClassName
{
border-color: #32DD5D;
}
.TagClassName
{
border-color: #32DD5D;
}
</style>