Shades of Malachite #20C35D
Tints of Malachite #20C35D
RGB
CMYK
RGB Variations
Color information
#20C35D (or 0x20C35D) is known color: Malachite. HEX triplet: 20, C3 and 5D. RGB value is (32,195,93). Sum of RGB (Red+Green+Blue) = 32+195+93=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #20C35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C35D is #DF3CA2. Grayscale: #868686. Windows color (decimal): -14630051 or 6144800. OLE color: 6144800.
HSL color Cylindrical-coordinate representation of color #20C35D: hue angle of 142.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C35D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 93 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.24 |
| HSL | 142.45º | 0.72% | 0.45% | - |
| HSV(B) | 142.45º | 0.84% | 0.76% | - |
| XYZ | 22.09 | 40.13 | 16.94 | - |
| YUV | 134.64 | 104.5 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 93 | 0.84 | 0 | 0.52 | 0.24 | 142.45 | 0.72 | 0.45 |
| Hex | 20 | C3 | 5D | 54 | 0 | 34 | 18 | 8E | 48 | 2D |
| Octal | 40 | 303 | 135 | 124 | 0 | 64 | 30 | 216 | 110 | 55 |
| Binary | 100000 | 11000011 | 1011101 | 1010100 | 0 | 110100 | 11000 | 10001110 | 1001000 | 101101 |
Color Harmonies of #20C35D
Complementary color
Monochromatic Colors of #20C35D
Black with #20C35D
Text Example
Text Example
White with #20C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C35D; }
p { color: rgb(32,195,93); }
H1.HeaderClassName
{
color: #20C35D;
}
.AnyTagClassName
{
color: #20C35D;
}
</style>
background-color css
<style>
a { background-color: #20C35D; }
a { background-color: rgb(32,195,93); }
div.DivClassName
{
background-color: #20C35D;
}
.BgClassName
{
background-color: #20C35D;
}
</style>
border-color css
<style>
span { border-color: #20C35D; }
span { border-color: rgb(32,195,93); }
td.TdClassName
{
border-color: #20C35D;
}
.TagClassName
{
border-color: #20C35D;
}
</style>