Shades of Malachite #20CC5D
Tints of Malachite #20CC5D
RGB
CMYK
RGB Variations
Color information
#20CC5D (or 0x20CC5D) is known color: Malachite. HEX triplet: 20, CC and 5D. RGB value is (32,204,93). Sum of RGB (Red+Green+Blue) = 32+204+93=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC5D is #DF33A2. Grayscale: #8C8C8C. Windows color (decimal): -14627747 or 6147104. OLE color: 6147104.
HSL color Cylindrical-coordinate representation of color #20CC5D: hue angle of 141.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC5D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 93 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.2 |
| HSL | 141.28º | 0.73% | 0.46% | - |
| HSV(B) | 141.28º | 0.84% | 0.8% | - |
| XYZ | 24.16 | 44.28 | 17.63 | - |
| YUV | 139.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 93 | 0.84 | 0 | 0.54 | 0.2 | 141.28 | 0.73 | 0.46 |
| Hex | 20 | CC | 5D | 54 | 0 | 36 | 14 | 8D | 49 | 2E |
| Octal | 40 | 314 | 135 | 124 | 0 | 66 | 24 | 215 | 111 | 56 |
| Binary | 100000 | 11001100 | 1011101 | 1010100 | 0 | 110110 | 10100 | 10001101 | 1001001 | 101110 |
Color Harmonies of #20CC5D
Complementary color
Monochromatic Colors of #20CC5D
Black with #20CC5D
Text Example
Text Example
White with #20CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC5D; }
p { color: rgb(32,204,93); }
H1.HeaderClassName
{
color: #20CC5D;
}
.AnyTagClassName
{
color: #20CC5D;
}
</style>
background-color css
<style>
a { background-color: #20CC5D; }
a { background-color: rgb(32,204,93); }
div.DivClassName
{
background-color: #20CC5D;
}
.BgClassName
{
background-color: #20CC5D;
}
</style>
border-color css
<style>
span { border-color: #20CC5D; }
span { border-color: rgb(32,204,93); }
td.TdClassName
{
border-color: #20CC5D;
}
.TagClassName
{
border-color: #20CC5D;
}
</style>