Shades of Malachite #20D55C
Tints of Malachite #20D55C
RGB
CMYK
RGB Variations
Color information
#20D55C (or 0x20D55C) is known color: Malachite. HEX triplet: 20, D5 and 5C. RGB value is (32,213,92). Sum of RGB (Red+Green+Blue) = 32+213+92=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #20D55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D55C is #DF2AA3. Grayscale: #919191. Windows color (decimal): -14625444 or 6083872. OLE color: 6083872.
HSL color Cylindrical-coordinate representation of color #20D55C: hue angle of 139.89º 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 #20D55C is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 92 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.16 |
| HSL | 139.89º | 0.74% | 0.48% | - |
| HSV(B) | 139.89º | 0.85% | 0.84% | - |
| XYZ | 26.32 | 48.67 | 18.13 | - |
| YUV | 145.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 92 | 0.85 | 0 | 0.57 | 0.16 | 139.89 | 0.74 | 0.48 |
| Hex | 20 | D5 | 5C | 55 | 0 | 39 | 10 | 8C | 4A | 30 |
| Octal | 40 | 325 | 134 | 125 | 0 | 71 | 20 | 214 | 112 | 60 |
| Binary | 100000 | 11010101 | 1011100 | 1010101 | 0 | 111001 | 10000 | 10001100 | 1001010 | 110000 |
Color Harmonies of #20D55C
Complementary color
Monochromatic Colors of #20D55C
Black with #20D55C
Text Example
Text Example
White with #20D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D55C; }
p { color: rgb(32,213,92); }
H1.HeaderClassName
{
color: #20D55C;
}
.AnyTagClassName
{
color: #20D55C;
}
</style>
background-color css
<style>
a { background-color: #20D55C; }
a { background-color: rgb(32,213,92); }
div.DivClassName
{
background-color: #20D55C;
}
.BgClassName
{
background-color: #20D55C;
}
</style>
border-color css
<style>
span { border-color: #20D55C; }
span { border-color: rgb(32,213,92); }
td.TdClassName
{
border-color: #20D55C;
}
.TagClassName
{
border-color: #20D55C;
}
</style>