Shades of Malachite #20D95B
Tints of Malachite #20D95B
RGB
CMYK
RGB Variations
Color information
#20D95B (or 0x20D95B) is known color: Malachite. HEX triplet: 20, D9 and 5B. RGB value is (32,217,91). Sum of RGB (Red+Green+Blue) = 32+217+91=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #20D95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D95B is #DF26A4. Grayscale: #939393. Windows color (decimal): -14624421 or 6019360. OLE color: 6019360.
HSL color Cylindrical-coordinate representation of color #20D95B: hue angle of 139.14º 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 #20D95B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 91 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.15 |
| HSL | 139.14º | 0.74% | 0.49% | - |
| HSV(B) | 139.14º | 0.85% | 0.85% | - |
| XYZ | 27.3 | 50.69 | 18.24 | - |
| YUV | 147.32 | 96.21 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 91 | 0.85 | 0 | 0.58 | 0.15 | 139.14 | 0.74 | 0.49 |
| Hex | 20 | D9 | 5B | 55 | 0 | 3A | F | 8B | 4A | 31 |
| Octal | 40 | 331 | 133 | 125 | 0 | 72 | 17 | 213 | 112 | 61 |
| Binary | 100000 | 11011001 | 1011011 | 1010101 | 0 | 111010 | 1111 | 10001011 | 1001010 | 110001 |
Color Harmonies of #20D95B
Complementary color
Monochromatic Colors of #20D95B
Black with #20D95B
Text Example
Text Example
White with #20D95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D95B; }
p { color: rgb(32,217,91); }
H1.HeaderClassName
{
color: #20D95B;
}
.AnyTagClassName
{
color: #20D95B;
}
</style>
background-color css
<style>
a { background-color: #20D95B; }
a { background-color: rgb(32,217,91); }
div.DivClassName
{
background-color: #20D95B;
}
.BgClassName
{
background-color: #20D95B;
}
</style>
border-color css
<style>
span { border-color: #20D95B; }
span { border-color: rgb(32,217,91); }
td.TdClassName
{
border-color: #20D95B;
}
.TagClassName
{
border-color: #20D95B;
}
</style>