Shades of Malachite #20D671
Tints of Malachite #20D671
RGB
CMYK
RGB Variations
Color information
#20D671 (or 0x20D671) is known color: Malachite. HEX triplet: 20, D6 and 71. RGB value is (32,214,113). Sum of RGB (Red+Green+Blue) = 32+214+113=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #20D671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D671 is #DF298E. Grayscale: #949494. Windows color (decimal): -14625167 or 7460384. OLE color: 7460384.
HSL color Cylindrical-coordinate representation of color #20D671: hue angle of 146.7º 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 #20D671 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 113 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.16 |
| HSL | 146.7º | 0.74% | 0.48% | - |
| HSV(B) | 146.7º | 0.85% | 0.84% | - |
| XYZ | 27.62 | 49.59 | 23.74 | - |
| YUV | 148.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 113 | 0.85 | 0 | 0.47 | 0.16 | 146.7 | 0.74 | 0.48 |
| Hex | 20 | D6 | 71 | 55 | 0 | 2F | 10 | 93 | 4A | 30 |
| Octal | 40 | 326 | 161 | 125 | 0 | 57 | 20 | 223 | 112 | 60 |
| Binary | 100000 | 11010110 | 1110001 | 1010101 | 0 | 101111 | 10000 | 10010011 | 1001010 | 110000 |
Color Harmonies of #20D671
Complementary color
Monochromatic Colors of #20D671
Black with #20D671
Text Example
Text Example
White with #20D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D671; }
p { color: rgb(32,214,113); }
H1.HeaderClassName
{
color: #20D671;
}
.AnyTagClassName
{
color: #20D671;
}
</style>
background-color css
<style>
a { background-color: #20D671; }
a { background-color: rgb(32,214,113); }
div.DivClassName
{
background-color: #20D671;
}
.BgClassName
{
background-color: #20D671;
}
</style>
border-color css
<style>
span { border-color: #20D671; }
span { border-color: rgb(32,214,113); }
td.TdClassName
{
border-color: #20D671;
}
.TagClassName
{
border-color: #20D671;
}
</style>