Shades of Malachite #20BA55
Tints of Malachite #20BA55
RGB
CMYK
RGB Variations
Color information
#20BA55 (or 0x20BA55) is known color: Malachite. HEX triplet: 20, BA and 55. RGB value is (32,186,85). Sum of RGB (Red+Green+Blue) = 32+186+85=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BA55 is #DF45AA. Grayscale: #808080. Windows color (decimal): -14632363 or 5618208. OLE color: 5618208.
HSL color Cylindrical-coordinate representation of color #20BA55: hue angle of 140.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA55 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 85 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.27 |
| HSL | 140.65º | 0.71% | 0.43% | - |
| HSV(B) | 140.65º | 0.83% | 0.73% | - |
| XYZ | 19.79 | 36.08 | 14.52 | - |
| YUV | 128.44 | 103.48 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 85 | 0.83 | 0 | 0.54 | 0.27 | 140.65 | 0.71 | 0.43 |
| Hex | 20 | BA | 55 | 53 | 0 | 36 | 1B | 8D | 47 | 2B |
| Octal | 40 | 272 | 125 | 123 | 0 | 66 | 33 | 215 | 107 | 53 |
| Binary | 100000 | 10111010 | 1010101 | 1010011 | 0 | 110110 | 11011 | 10001101 | 1000111 | 101011 |
Color Harmonies of #20BA55
Complementary color
Monochromatic Colors of #20BA55
Black with #20BA55
Text Example
Text Example
White with #20BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA55; }
p { color: rgb(32,186,85); }
H1.HeaderClassName
{
color: #20BA55;
}
.AnyTagClassName
{
color: #20BA55;
}
</style>
background-color css
<style>
a { background-color: #20BA55; }
a { background-color: rgb(32,186,85); }
div.DivClassName
{
background-color: #20BA55;
}
.BgClassName
{
background-color: #20BA55;
}
</style>
border-color css
<style>
span { border-color: #20BA55; }
span { border-color: rgb(32,186,85); }
td.TdClassName
{
border-color: #20BA55;
}
.TagClassName
{
border-color: #20BA55;
}
</style>