Shades of Malachite #20E548
Tints of Malachite #20E548
RGB
CMYK
RGB Variations
Color information
#20E548 (or 0x20E548) is known color: Malachite. HEX triplet: 20, E5 and 48. RGB value is (32,229,72). Sum of RGB (Red+Green+Blue) = 32+229+72=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #20E548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E548 is #DF1AB7. Grayscale: #989898. Windows color (decimal): -14621368 or 4777248. OLE color: 4777248.
HSL color Cylindrical-coordinate representation of color #20E548: hue angle of 132.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E548 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 72 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.10 |
| HSL | 132.18º | 0.79% | 0.51% | - |
| HSV(B) | 132.18º | 0.86% | 0.9% | - |
| XYZ | 29.78 | 56.81 | 15.53 | - |
| YUV | 152.2 | 82.73 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 72 | 0.86 | 0 | 0.69 | 0.10 | 132.18 | 0.79 | 0.51 |
| Hex | 20 | E5 | 48 | 56 | 0 | 45 | A | 84 | 4F | 33 |
| Octal | 40 | 345 | 110 | 126 | 0 | 105 | 12 | 204 | 117 | 63 |
| Binary | 100000 | 11100101 | 1001000 | 1010110 | 0 | 1000101 | 1010 | 10000100 | 1001111 | 110011 |
Color Harmonies of #20E548
Complementary color
Monochromatic Colors of #20E548
Black with #20E548
Text Example
Text Example
White with #20E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E548; }
p { color: rgb(32,229,72); }
H1.HeaderClassName
{
color: #20E548;
}
.AnyTagClassName
{
color: #20E548;
}
</style>
background-color css
<style>
a { background-color: #20E548; }
a { background-color: rgb(32,229,72); }
div.DivClassName
{
background-color: #20E548;
}
.BgClassName
{
background-color: #20E548;
}
</style>
border-color css
<style>
span { border-color: #20E548; }
span { border-color: rgb(32,229,72); }
td.TdClassName
{
border-color: #20E548;
}
.TagClassName
{
border-color: #20E548;
}
</style>