Shades of Malachite #20E574
Tints of Malachite #20E574
RGB
CMYK
RGB Variations
Color information
#20E574 (or 0x20E574) is known color: Malachite. HEX triplet: 20, E5 and 74. RGB value is (32,229,116). Sum of RGB (Red+Green+Blue) = 32+229+116=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #20E574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E574 is #DF1A8B. Grayscale: #9D9D9D. Windows color (decimal): -14621324 or 7660832. OLE color: 7660832.
HSL color Cylindrical-coordinate representation of color #20E574: hue angle of 145.58º 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 #20E574 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 116 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.10 |
| HSL | 145.58º | 0.79% | 0.51% | - |
| HSV(B) | 145.58º | 0.86% | 0.9% | - |
| XYZ | 31.77 | 57.61 | 25.97 | - |
| YUV | 157.22 | 104.73 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 116 | 0.86 | 0 | 0.49 | 0.10 | 145.58 | 0.79 | 0.51 |
| Hex | 20 | E5 | 74 | 56 | 0 | 31 | A | 92 | 4F | 33 |
| Octal | 40 | 345 | 164 | 126 | 0 | 61 | 12 | 222 | 117 | 63 |
| Binary | 100000 | 11100101 | 1110100 | 1010110 | 0 | 110001 | 1010 | 10010010 | 1001111 | 110011 |
Color Harmonies of #20E574
Complementary color
Monochromatic Colors of #20E574
Black with #20E574
Text Example
Text Example
White with #20E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E574; }
p { color: rgb(32,229,116); }
H1.HeaderClassName
{
color: #20E574;
}
.AnyTagClassName
{
color: #20E574;
}
</style>
background-color css
<style>
a { background-color: #20E574; }
a { background-color: rgb(32,229,116); }
div.DivClassName
{
background-color: #20E574;
}
.BgClassName
{
background-color: #20E574;
}
</style>
border-color css
<style>
span { border-color: #20E574; }
span { border-color: rgb(32,229,116); }
td.TdClassName
{
border-color: #20E574;
}
.TagClassName
{
border-color: #20E574;
}
</style>