Shades of Malachite #20C055
Tints of Malachite #20C055
RGB
CMYK
RGB Variations
Color information
#20C055 (or 0x20C055) is known color: Malachite. HEX triplet: 20, C0 and 55. RGB value is (32,192,85). Sum of RGB (Red+Green+Blue) = 32+192+85=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #20C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C055 is #DF3FAA. Grayscale: #848484. Windows color (decimal): -14630827 or 5619744. OLE color: 5619744.
HSL color Cylindrical-coordinate representation of color #20C055: hue angle of 139.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C055 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 85 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.25 |
| HSL | 139.88º | 0.71% | 0.44% | - |
| HSV(B) | 139.88º | 0.83% | 0.75% | - |
| XYZ | 21.08 | 38.66 | 14.95 | - |
| YUV | 131.96 | 101.49 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 85 | 0.83 | 0 | 0.56 | 0.25 | 139.88 | 0.71 | 0.44 |
| Hex | 20 | C0 | 55 | 53 | 0 | 38 | 19 | 8C | 47 | 2C |
| Octal | 40 | 300 | 125 | 123 | 0 | 70 | 31 | 214 | 107 | 54 |
| Binary | 100000 | 11000000 | 1010101 | 1010011 | 0 | 111000 | 11001 | 10001100 | 1000111 | 101100 |
Color Harmonies of #20C055
Complementary color
Monochromatic Colors of #20C055
Black with #20C055
Text Example
Text Example
White with #20C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C055; }
p { color: rgb(32,192,85); }
H1.HeaderClassName
{
color: #20C055;
}
.AnyTagClassName
{
color: #20C055;
}
</style>
background-color css
<style>
a { background-color: #20C055; }
a { background-color: rgb(32,192,85); }
div.DivClassName
{
background-color: #20C055;
}
.BgClassName
{
background-color: #20C055;
}
</style>
border-color css
<style>
span { border-color: #20C055; }
span { border-color: rgb(32,192,85); }
td.TdClassName
{
border-color: #20C055;
}
.TagClassName
{
border-color: #20C055;
}
</style>