Shades of Malachite #20D76B
Tints of Malachite #20D76B
RGB
CMYK
RGB Variations
Color information
#20D76B (or 0x20D76B) is known color: Malachite. HEX triplet: 20, D7 and 6B. RGB value is (32,215,107). Sum of RGB (Red+Green+Blue) = 32+215+107=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #20D76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D76B is #DF2894. Grayscale: #949494. Windows color (decimal): -14624917 or 7067424. OLE color: 7067424.
HSL color Cylindrical-coordinate representation of color #20D76B: hue angle of 144.59º 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 #20D76B is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 107 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.16 |
| HSL | 144.59º | 0.74% | 0.48% | - |
| HSV(B) | 144.59º | 0.85% | 0.84% | - |
| XYZ | 27.55 | 49.97 | 22.1 | - |
| YUV | 147.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 107 | 0.85 | 0 | 0.50 | 0.16 | 144.59 | 0.74 | 0.48 |
| Hex | 20 | D7 | 6B | 55 | 0 | 32 | 10 | 91 | 4A | 30 |
| Octal | 40 | 327 | 153 | 125 | 0 | 62 | 20 | 221 | 112 | 60 |
| Binary | 100000 | 11010111 | 1101011 | 1010101 | 0 | 110010 | 10000 | 10010001 | 1001010 | 110000 |
Color Harmonies of #20D76B
Complementary color
Monochromatic Colors of #20D76B
Black with #20D76B
Text Example
Text Example
White with #20D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D76B; }
p { color: rgb(32,215,107); }
H1.HeaderClassName
{
color: #20D76B;
}
.AnyTagClassName
{
color: #20D76B;
}
</style>
background-color css
<style>
a { background-color: #20D76B; }
a { background-color: rgb(32,215,107); }
div.DivClassName
{
background-color: #20D76B;
}
.BgClassName
{
background-color: #20D76B;
}
</style>
border-color css
<style>
span { border-color: #20D76B; }
span { border-color: rgb(32,215,107); }
td.TdClassName
{
border-color: #20D76B;
}
.TagClassName
{
border-color: #20D76B;
}
</style>