Shades of Malachite #20D574
Tints of Malachite #20D574
RGB
CMYK
RGB Variations
Color information
#20D574 (or 0x20D574) is known color: Malachite. HEX triplet: 20, D5 and 74. RGB value is (32,213,116). Sum of RGB (Red+Green+Blue) = 32+213+116=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #20D574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D574 is #DF2A8B. Grayscale: #949494. Windows color (decimal): -14625420 or 7656736. OLE color: 7656736.
HSL color Cylindrical-coordinate representation of color #20D574: hue angle of 147.85º 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 #20D574 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 116 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.16 |
| HSL | 147.85º | 0.74% | 0.48% | - |
| HSV(B) | 147.85º | 0.85% | 0.84% | - |
| XYZ | 27.54 | 49.16 | 24.56 | - |
| YUV | 147.82 | 110.03 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 116 | 0.85 | 0 | 0.46 | 0.16 | 147.85 | 0.74 | 0.48 |
| Hex | 20 | D5 | 74 | 55 | 0 | 2E | 10 | 94 | 4A | 30 |
| Octal | 40 | 325 | 164 | 125 | 0 | 56 | 20 | 224 | 112 | 60 |
| Binary | 100000 | 11010101 | 1110100 | 1010101 | 0 | 101110 | 10000 | 10010100 | 1001010 | 110000 |
Color Harmonies of #20D574
Complementary color
Monochromatic Colors of #20D574
Black with #20D574
Text Example
Text Example
White with #20D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D574; }
p { color: rgb(32,213,116); }
H1.HeaderClassName
{
color: #20D574;
}
.AnyTagClassName
{
color: #20D574;
}
</style>
background-color css
<style>
a { background-color: #20D574; }
a { background-color: rgb(32,213,116); }
div.DivClassName
{
background-color: #20D574;
}
.BgClassName
{
background-color: #20D574;
}
</style>
border-color css
<style>
span { border-color: #20D574; }
span { border-color: rgb(32,213,116); }
td.TdClassName
{
border-color: #20D574;
}
.TagClassName
{
border-color: #20D574;
}
</style>