Shades of Malachite #20CA5D
Tints of Malachite #20CA5D
RGB
CMYK
RGB Variations
Color information
#20CA5D (or 0x20CA5D) is known color: Malachite. HEX triplet: 20, CA and 5D. RGB value is (32,202,93). Sum of RGB (Red+Green+Blue) = 32+202+93=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA5D is #DF35A2. Grayscale: #8B8B8B. Windows color (decimal): -14628259 or 6146592. OLE color: 6146592.
HSL color Cylindrical-coordinate representation of color #20CA5D: hue angle of 141.53º 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 #20CA5D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 93 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.21 |
| HSL | 141.53º | 0.73% | 0.46% | - |
| HSV(B) | 141.53º | 0.84% | 0.79% | - |
| XYZ | 23.69 | 43.34 | 17.47 | - |
| YUV | 138.74 | 102.18 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 93 | 0.84 | 0 | 0.54 | 0.21 | 141.53 | 0.73 | 0.46 |
| Hex | 20 | CA | 5D | 54 | 0 | 36 | 15 | 8E | 49 | 2E |
| Octal | 40 | 312 | 135 | 124 | 0 | 66 | 25 | 216 | 111 | 56 |
| Binary | 100000 | 11001010 | 1011101 | 1010100 | 0 | 110110 | 10101 | 10001110 | 1001001 | 101110 |
Color Harmonies of #20CA5D
Complementary color
Monochromatic Colors of #20CA5D
Black with #20CA5D
Text Example
Text Example
White with #20CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA5D; }
p { color: rgb(32,202,93); }
H1.HeaderClassName
{
color: #20CA5D;
}
.AnyTagClassName
{
color: #20CA5D;
}
</style>
background-color css
<style>
a { background-color: #20CA5D; }
a { background-color: rgb(32,202,93); }
div.DivClassName
{
background-color: #20CA5D;
}
.BgClassName
{
background-color: #20CA5D;
}
</style>
border-color css
<style>
span { border-color: #20CA5D; }
span { border-color: rgb(32,202,93); }
td.TdClassName
{
border-color: #20CA5D;
}
.TagClassName
{
border-color: #20CA5D;
}
</style>