Shades of Malachite #20D542
Tints of Malachite #20D542
RGB
CMYK
RGB Variations
Color information
#20D542 (or 0x20D542) is known color: Malachite. HEX triplet: 20, D5 and 42. RGB value is (32,213,66). Sum of RGB (Red+Green+Blue) = 32+213+66=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #20D542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D542 is #DF2ABD. Grayscale: #8E8E8E. Windows color (decimal): -14625470 or 4379936. OLE color: 4379936.
HSL color Cylindrical-coordinate representation of color #20D542: hue angle of 131.27º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D542 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 66 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.16 |
| HSL | 131.27º | 0.74% | 0.48% | - |
| HSV(B) | 131.27º | 0.85% | 0.84% | - |
| XYZ | 25.37 | 48.29 | 13.14 | - |
| YUV | 142.12 | 85.03 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 66 | 0.85 | 0 | 0.69 | 0.16 | 131.27 | 0.74 | 0.48 |
| Hex | 20 | D5 | 42 | 55 | 0 | 45 | 10 | 83 | 4A | 30 |
| Octal | 40 | 325 | 102 | 125 | 0 | 105 | 20 | 203 | 112 | 60 |
| Binary | 100000 | 11010101 | 1000010 | 1010101 | 0 | 1000101 | 10000 | 10000011 | 1001010 | 110000 |
Color Harmonies of #20D542
Complementary color
Monochromatic Colors of #20D542
Black with #20D542
Text Example
Text Example
White with #20D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D542; }
p { color: rgb(32,213,66); }
H1.HeaderClassName
{
color: #20D542;
}
.AnyTagClassName
{
color: #20D542;
}
</style>
background-color css
<style>
a { background-color: #20D542; }
a { background-color: rgb(32,213,66); }
div.DivClassName
{
background-color: #20D542;
}
.BgClassName
{
background-color: #20D542;
}
</style>
border-color css
<style>
span { border-color: #20D542; }
span { border-color: rgb(32,213,66); }
td.TdClassName
{
border-color: #20D542;
}
.TagClassName
{
border-color: #20D542;
}
</style>