Shades of Malachite #20C955
Tints of Malachite #20C955
RGB
CMYK
RGB Variations
Color information
#20C955 (or 0x20C955) is known color: Malachite. HEX triplet: 20, C9 and 55. RGB value is (32,201,85). Sum of RGB (Red+Green+Blue) = 32+201+85=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #20C955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C955 is #DF36AA. Grayscale: #898989. Windows color (decimal): -14628523 or 5622048. OLE color: 5622048.
HSL color Cylindrical-coordinate representation of color #20C955: hue angle of 138.82º 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 #20C955 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 85 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.21 |
| HSL | 138.82º | 0.73% | 0.46% | - |
| HSV(B) | 138.82º | 0.84% | 0.79% | - |
| XYZ | 23.12 | 42.74 | 15.62 | - |
| YUV | 137.25 | 98.51 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 85 | 0.84 | 0 | 0.58 | 0.21 | 138.82 | 0.73 | 0.46 |
| Hex | 20 | C9 | 55 | 54 | 0 | 3A | 15 | 8B | 49 | 2E |
| Octal | 40 | 311 | 125 | 124 | 0 | 72 | 25 | 213 | 111 | 56 |
| Binary | 100000 | 11001001 | 1010101 | 1010100 | 0 | 111010 | 10101 | 10001011 | 1001001 | 101110 |
Color Harmonies of #20C955
Complementary color
Monochromatic Colors of #20C955
Black with #20C955
Text Example
Text Example
White with #20C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C955; }
p { color: rgb(32,201,85); }
H1.HeaderClassName
{
color: #20C955;
}
.AnyTagClassName
{
color: #20C955;
}
</style>
background-color css
<style>
a { background-color: #20C955; }
a { background-color: rgb(32,201,85); }
div.DivClassName
{
background-color: #20C955;
}
.BgClassName
{
background-color: #20C955;
}
</style>
border-color css
<style>
span { border-color: #20C955; }
span { border-color: rgb(32,201,85); }
td.TdClassName
{
border-color: #20C955;
}
.TagClassName
{
border-color: #20C955;
}
</style>