Shades of Malachite #20C95F
Tints of Malachite #20C95F
RGB
CMYK
RGB Variations
Color information
#20C95F (or 0x20C95F) is known color: Malachite. HEX triplet: 20, C9 and 5F. RGB value is (32,201,95). Sum of RGB (Red+Green+Blue) = 32+201+95=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #20C95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C95F is #DF36A0. Grayscale: #8A8A8A. Windows color (decimal): -14628513 or 6277408. OLE color: 6277408.
HSL color Cylindrical-coordinate representation of color #20C95F: hue angle of 142.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C95F is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 95 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.21 |
| HSL | 142.37º | 0.73% | 0.46% | - |
| HSV(B) | 142.37º | 0.84% | 0.79% | - |
| XYZ | 23.55 | 42.91 | 17.87 | - |
| YUV | 138.39 | 103.51 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 95 | 0.84 | 0 | 0.53 | 0.21 | 142.37 | 0.73 | 0.46 |
| Hex | 20 | C9 | 5F | 54 | 0 | 35 | 15 | 8E | 49 | 2E |
| Octal | 40 | 311 | 137 | 124 | 0 | 65 | 25 | 216 | 111 | 56 |
| Binary | 100000 | 11001001 | 1011111 | 1010100 | 0 | 110101 | 10101 | 10001110 | 1001001 | 101110 |
Color Harmonies of #20C95F
Complementary color
Monochromatic Colors of #20C95F
Black with #20C95F
Text Example
Text Example
White with #20C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C95F; }
p { color: rgb(32,201,95); }
H1.HeaderClassName
{
color: #20C95F;
}
.AnyTagClassName
{
color: #20C95F;
}
</style>
background-color css
<style>
a { background-color: #20C95F; }
a { background-color: rgb(32,201,95); }
div.DivClassName
{
background-color: #20C95F;
}
.BgClassName
{
background-color: #20C95F;
}
</style>
border-color css
<style>
span { border-color: #20C95F; }
span { border-color: rgb(32,201,95); }
td.TdClassName
{
border-color: #20C95F;
}
.TagClassName
{
border-color: #20C95F;
}
</style>