Shades of Malachite #20C561
Tints of Malachite #20C561
RGB
CMYK
RGB Variations
Color information
#20C561 (or 0x20C561) is known color: Malachite. HEX triplet: 20, C5 and 61. RGB value is (32,197,97). Sum of RGB (Red+Green+Blue) = 32+197+97=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #20C561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C561 is #DF3A9E. Grayscale: #888888. Windows color (decimal): -14629535 or 6407456. OLE color: 6407456.
HSL color Cylindrical-coordinate representation of color #20C561: hue angle of 143.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C561 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 97 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.23 |
| HSL | 143.64º | 0.72% | 0.45% | - |
| HSV(B) | 143.64º | 0.84% | 0.77% | - |
| XYZ | 22.72 | 41.1 | 18.05 | - |
| YUV | 136.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 97 | 0.84 | 0 | 0.51 | 0.23 | 143.64 | 0.72 | 0.45 |
| Hex | 20 | C5 | 61 | 54 | 0 | 33 | 17 | 90 | 48 | 2D |
| Octal | 40 | 305 | 141 | 124 | 0 | 63 | 27 | 220 | 110 | 55 |
| Binary | 100000 | 11000101 | 1100001 | 1010100 | 0 | 110011 | 10111 | 10010000 | 1001000 | 101101 |
Color Harmonies of #20C561
Complementary color
Monochromatic Colors of #20C561
Black with #20C561
Text Example
Text Example
White with #20C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C561; }
p { color: rgb(32,197,97); }
H1.HeaderClassName
{
color: #20C561;
}
.AnyTagClassName
{
color: #20C561;
}
</style>
background-color css
<style>
a { background-color: #20C561; }
a { background-color: rgb(32,197,97); }
div.DivClassName
{
background-color: #20C561;
}
.BgClassName
{
background-color: #20C561;
}
</style>
border-color css
<style>
span { border-color: #20C561; }
span { border-color: rgb(32,197,97); }
td.TdClassName
{
border-color: #20C561;
}
.TagClassName
{
border-color: #20C561;
}
</style>