Shades of Malachite #20D951
Tints of Malachite #20D951
RGB
CMYK
RGB Variations
Color information
#20D951 (or 0x20D951) is known color: Malachite. HEX triplet: 20, D9 and 51. RGB value is (32,217,81). Sum of RGB (Red+Green+Blue) = 32+217+81=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #20D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D951 is #DF26AE. Grayscale: #929292. Windows color (decimal): -14624431 or 5364000. OLE color: 5364000.
HSL color Cylindrical-coordinate representation of color #20D951: hue angle of 135.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D951 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 81 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.15 |
| HSL | 135.89º | 0.74% | 0.49% | - |
| HSV(B) | 135.89º | 0.85% | 0.85% | - |
| XYZ | 26.89 | 50.53 | 16.12 | - |
| YUV | 146.18 | 91.21 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 81 | 0.85 | 0 | 0.63 | 0.15 | 135.89 | 0.74 | 0.49 |
| Hex | 20 | D9 | 51 | 55 | 0 | 3F | F | 88 | 4A | 31 |
| Octal | 40 | 331 | 121 | 125 | 0 | 77 | 17 | 210 | 112 | 61 |
| Binary | 100000 | 11011001 | 1010001 | 1010101 | 0 | 111111 | 1111 | 10001000 | 1001010 | 110001 |
Color Harmonies of #20D951
Complementary color
Monochromatic Colors of #20D951
Black with #20D951
Text Example
Text Example
White with #20D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D951; }
p { color: rgb(32,217,81); }
H1.HeaderClassName
{
color: #20D951;
}
.AnyTagClassName
{
color: #20D951;
}
</style>
background-color css
<style>
a { background-color: #20D951; }
a { background-color: rgb(32,217,81); }
div.DivClassName
{
background-color: #20D951;
}
.BgClassName
{
background-color: #20D951;
}
</style>
border-color css
<style>
span { border-color: #20D951; }
span { border-color: rgb(32,217,81); }
td.TdClassName
{
border-color: #20D951;
}
.TagClassName
{
border-color: #20D951;
}
</style>