Shades of Malachite #20C552
Tints of Malachite #20C552
RGB
CMYK
RGB Variations
Color information
#20C552 (or 0x20C552) is known color: Malachite. HEX triplet: 20, C5 and 52. RGB value is (32,197,82). Sum of RGB (Red+Green+Blue) = 32+197+82=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #20C552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C552 is #DF3AAD. Grayscale: #868686. Windows color (decimal): -14629550 or 5424416. OLE color: 5424416.
HSL color Cylindrical-coordinate representation of color #20C552: hue angle of 138.18º 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 #20C552 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 82 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.23 |
| HSL | 138.18º | 0.72% | 0.45% | - |
| HSV(B) | 138.18º | 0.84% | 0.77% | - |
| XYZ | 22.08 | 40.85 | 14.7 | - |
| YUV | 134.56 | 98.34 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 82 | 0.84 | 0 | 0.58 | 0.23 | 138.18 | 0.72 | 0.45 |
| Hex | 20 | C5 | 52 | 54 | 0 | 3A | 17 | 8A | 48 | 2D |
| Octal | 40 | 305 | 122 | 124 | 0 | 72 | 27 | 212 | 110 | 55 |
| Binary | 100000 | 11000101 | 1010010 | 1010100 | 0 | 111010 | 10111 | 10001010 | 1001000 | 101101 |
Color Harmonies of #20C552
Complementary color
Monochromatic Colors of #20C552
Black with #20C552
Text Example
Text Example
White with #20C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C552; }
p { color: rgb(32,197,82); }
H1.HeaderClassName
{
color: #20C552;
}
.AnyTagClassName
{
color: #20C552;
}
</style>
background-color css
<style>
a { background-color: #20C552; }
a { background-color: rgb(32,197,82); }
div.DivClassName
{
background-color: #20C552;
}
.BgClassName
{
background-color: #20C552;
}
</style>
border-color css
<style>
span { border-color: #20C552; }
span { border-color: rgb(32,197,82); }
td.TdClassName
{
border-color: #20C552;
}
.TagClassName
{
border-color: #20C552;
}
</style>