Shades of Malachite #20E350
Tints of Malachite #20E350
RGB
CMYK
RGB Variations
Color information
#20E350 (or 0x20E350) is known color: Malachite. HEX triplet: 20, E3 and 50. RGB value is (32,227,80). Sum of RGB (Red+Green+Blue) = 32+227+80=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 227 (89.06% from 255 or 66.96% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 227 - color contains mainly: green. Hex color #20E350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E350 is #DF1CAF. Grayscale: #989898. Windows color (decimal): -14621872 or 5301024. OLE color: 5301024.
HSL color Cylindrical-coordinate representation of color #20E350: hue angle of 134.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E350 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 80 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.11 |
| HSL | 134.77º | 0.78% | 0.51% | - |
| HSV(B) | 134.77º | 0.86% | 0.89% | - |
| XYZ | 29.51 | 55.82 | 16.81 | - |
| YUV | 151.94 | 87.4 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 80 | 0.86 | 0 | 0.65 | 0.11 | 134.77 | 0.78 | 0.51 |
| Hex | 20 | E3 | 50 | 56 | 0 | 41 | B | 87 | 4E | 33 |
| Octal | 40 | 343 | 120 | 126 | 0 | 101 | 13 | 207 | 116 | 63 |
| Binary | 100000 | 11100011 | 1010000 | 1010110 | 0 | 1000001 | 1011 | 10000111 | 1001110 | 110011 |
Color Harmonies of #20E350
Complementary color
Monochromatic Colors of #20E350
Black with #20E350
Text Example
Text Example
White with #20E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E350; }
p { color: rgb(32,227,80); }
H1.HeaderClassName
{
color: #20E350;
}
.AnyTagClassName
{
color: #20E350;
}
</style>
background-color css
<style>
a { background-color: #20E350; }
a { background-color: rgb(32,227,80); }
div.DivClassName
{
background-color: #20E350;
}
.BgClassName
{
background-color: #20E350;
}
</style>
border-color css
<style>
span { border-color: #20E350; }
span { border-color: rgb(32,227,80); }
td.TdClassName
{
border-color: #20E350;
}
.TagClassName
{
border-color: #20E350;
}
</style>