Shades of Malachite #20D55A
Tints of Malachite #20D55A
RGB
CMYK
RGB Variations
Color information
#20D55A (or 0x20D55A) is known color: Malachite. HEX triplet: 20, D5 and 5A. RGB value is (32,213,90). Sum of RGB (Red+Green+Blue) = 32+213+90=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #20D55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D55A is #DF2AA5. Grayscale: #919191. Windows color (decimal): -14625446 or 5952800. OLE color: 5952800.
HSL color Cylindrical-coordinate representation of color #20D55A: hue angle of 139.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D55A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 90 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.16 |
| HSL | 139.23º | 0.74% | 0.48% | - |
| HSV(B) | 139.23º | 0.85% | 0.84% | - |
| XYZ | 26.24 | 48.63 | 17.68 | - |
| YUV | 144.86 | 97.03 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 90 | 0.85 | 0 | 0.58 | 0.16 | 139.23 | 0.74 | 0.48 |
| Hex | 20 | D5 | 5A | 55 | 0 | 3A | 10 | 8B | 4A | 30 |
| Octal | 40 | 325 | 132 | 125 | 0 | 72 | 20 | 213 | 112 | 60 |
| Binary | 100000 | 11010101 | 1011010 | 1010101 | 0 | 111010 | 10000 | 10001011 | 1001010 | 110000 |
Color Harmonies of #20D55A
Complementary color
Monochromatic Colors of #20D55A
Black with #20D55A
Text Example
Text Example
White with #20D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D55A; }
p { color: rgb(32,213,90); }
H1.HeaderClassName
{
color: #20D55A;
}
.AnyTagClassName
{
color: #20D55A;
}
</style>
background-color css
<style>
a { background-color: #20D55A; }
a { background-color: rgb(32,213,90); }
div.DivClassName
{
background-color: #20D55A;
}
.BgClassName
{
background-color: #20D55A;
}
</style>
border-color css
<style>
span { border-color: #20D55A; }
span { border-color: rgb(32,213,90); }
td.TdClassName
{
border-color: #20D55A;
}
.TagClassName
{
border-color: #20D55A;
}
</style>