Shades of Malachite #20C14D
Tints of Malachite #20C14D
RGB
CMYK
RGB Variations
Color information
#20C14D (or 0x20C14D) is known color: Malachite. HEX triplet: 20, C1 and 4D. RGB value is (32,193,77). Sum of RGB (Red+Green+Blue) = 32+193+77=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #20C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C14D is #DF3EB2. Grayscale: #838383. Windows color (decimal): -14630579 or 5095712. OLE color: 5095712.
HSL color Cylindrical-coordinate representation of color #20C14D: hue angle of 136.77º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C14D is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 77 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.24 |
| HSL | 136.77º | 0.72% | 0.44% | - |
| HSV(B) | 136.77º | 0.83% | 0.76% | - |
| XYZ | 21.01 | 38.98 | 13.44 | - |
| YUV | 131.64 | 97.16 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 77 | 0.83 | 0 | 0.60 | 0.24 | 136.77 | 0.72 | 0.44 |
| Hex | 20 | C1 | 4D | 53 | 0 | 3C | 18 | 89 | 48 | 2C |
| Octal | 40 | 301 | 115 | 123 | 0 | 74 | 30 | 211 | 110 | 54 |
| Binary | 100000 | 11000001 | 1001101 | 1010011 | 0 | 111100 | 11000 | 10001001 | 1001000 | 101100 |
Color Harmonies of #20C14D
Complementary color
Monochromatic Colors of #20C14D
Black with #20C14D
Text Example
Text Example
White with #20C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C14D; }
p { color: rgb(32,193,77); }
H1.HeaderClassName
{
color: #20C14D;
}
.AnyTagClassName
{
color: #20C14D;
}
</style>
background-color css
<style>
a { background-color: #20C14D; }
a { background-color: rgb(32,193,77); }
div.DivClassName
{
background-color: #20C14D;
}
.BgClassName
{
background-color: #20C14D;
}
</style>
border-color css
<style>
span { border-color: #20C14D; }
span { border-color: rgb(32,193,77); }
td.TdClassName
{
border-color: #20C14D;
}
.TagClassName
{
border-color: #20C14D;
}
</style>