Shades of Malachite #20BD5A
Tints of Malachite #20BD5A
RGB
CMYK
RGB Variations
Color information
#20BD5A (or 0x20BD5A) is known color: Malachite. HEX triplet: 20, BD and 5A. RGB value is (32,189,90). Sum of RGB (Red+Green+Blue) = 32+189+90=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD5A is #DF42A5. Grayscale: #838383. Windows color (decimal): -14631590 or 5946656. OLE color: 5946656.
HSL color Cylindrical-coordinate representation of color #20BD5A: hue angle of 142.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BD5A is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 90 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.26 |
| HSL | 142.17º | 0.71% | 0.43% | - |
| HSV(B) | 142.17º | 0.83% | 0.74% | - |
| XYZ | 20.64 | 37.44 | 15.81 | - |
| YUV | 130.77 | 104.99 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 90 | 0.83 | 0 | 0.52 | 0.26 | 142.17 | 0.71 | 0.43 |
| Hex | 20 | BD | 5A | 53 | 0 | 34 | 1A | 8E | 47 | 2B |
| Octal | 40 | 275 | 132 | 123 | 0 | 64 | 32 | 216 | 107 | 53 |
| Binary | 100000 | 10111101 | 1011010 | 1010011 | 0 | 110100 | 11010 | 10001110 | 1000111 | 101011 |
Color Harmonies of #20BD5A
Complementary color
Monochromatic Colors of #20BD5A
Black with #20BD5A
Text Example
Text Example
White with #20BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD5A; }
p { color: rgb(32,189,90); }
H1.HeaderClassName
{
color: #20BD5A;
}
.AnyTagClassName
{
color: #20BD5A;
}
</style>
background-color css
<style>
a { background-color: #20BD5A; }
a { background-color: rgb(32,189,90); }
div.DivClassName
{
background-color: #20BD5A;
}
.BgClassName
{
background-color: #20BD5A;
}
</style>
border-color css
<style>
span { border-color: #20BD5A; }
span { border-color: rgb(32,189,90); }
td.TdClassName
{
border-color: #20BD5A;
}
.TagClassName
{
border-color: #20BD5A;
}
</style>