Shades of Malachite #20E348
Tints of Malachite #20E348
RGB
CMYK
RGB Variations
Color information
#20E348 (or 0x20E348) is known color: Malachite. HEX triplet: 20, E3 and 48. RGB value is (32,227,72). Sum of RGB (Red+Green+Blue) = 32+227+72=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #20E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E348 is #DF1CB7. Grayscale: #979797. Windows color (decimal): -14621880 or 4776736. OLE color: 4776736.
HSL color Cylindrical-coordinate representation of color #20E348: hue angle of 132.31º 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 #20E348 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 72 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.11 |
| HSL | 132.31º | 0.78% | 0.51% | - |
| HSV(B) | 132.31º | 0.86% | 0.89% | - |
| XYZ | 29.23 | 55.71 | 15.34 | - |
| YUV | 151.03 | 83.4 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 72 | 0.86 | 0 | 0.68 | 0.11 | 132.31 | 0.78 | 0.51 |
| Hex | 20 | E3 | 48 | 56 | 0 | 44 | B | 84 | 4E | 33 |
| Octal | 40 | 343 | 110 | 126 | 0 | 104 | 13 | 204 | 116 | 63 |
| Binary | 100000 | 11100011 | 1001000 | 1010110 | 0 | 1000100 | 1011 | 10000100 | 1001110 | 110011 |
Color Harmonies of #20E348
Complementary color
Monochromatic Colors of #20E348
Black with #20E348
Text Example
Text Example
White with #20E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E348; }
p { color: rgb(32,227,72); }
H1.HeaderClassName
{
color: #20E348;
}
.AnyTagClassName
{
color: #20E348;
}
</style>
background-color css
<style>
a { background-color: #20E348; }
a { background-color: rgb(32,227,72); }
div.DivClassName
{
background-color: #20E348;
}
.BgClassName
{
background-color: #20E348;
}
</style>
border-color css
<style>
span { border-color: #20E348; }
span { border-color: rgb(32,227,72); }
td.TdClassName
{
border-color: #20E348;
}
.TagClassName
{
border-color: #20E348;
}
</style>