Shades of Malachite #20ED5E
Tints of Malachite #20ED5E
RGB
CMYK
RGB Variations
Color information
#20ED5E (or 0x20ED5E) is known color: Malachite. HEX triplet: 20, ED and 5E. RGB value is (32,237,94). Sum of RGB (Red+Green+Blue) = 32+237+94=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED5E is #DF12A1. Grayscale: #9F9F9F. Windows color (decimal): -14619298 or 6221088. OLE color: 6221088.
HSL color Cylindrical-coordinate representation of color #20ED5E: hue angle of 138.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ED5E is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 94 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.07 |
| HSL | 138.15º | 0.85% | 0.53% | - |
| HSV(B) | 138.15º | 0.86% | 0.93% | - |
| XYZ | 32.9 | 61.68 | 20.76 | - |
| YUV | 159.4 | 91.08 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 94 | 0.86 | 0 | 0.60 | 0.07 | 138.15 | 0.85 | 0.53 |
| Hex | 20 | ED | 5E | 56 | 0 | 3C | 7 | 8A | 55 | 35 |
| Octal | 40 | 355 | 136 | 126 | 0 | 74 | 7 | 212 | 125 | 65 |
| Binary | 100000 | 11101101 | 1011110 | 1010110 | 0 | 111100 | 111 | 10001010 | 1010101 | 110101 |
Color Harmonies of #20ED5E
Complementary color
Monochromatic Colors of #20ED5E
Black with #20ED5E
Text Example
Text Example
White with #20ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED5E; }
p { color: rgb(32,237,94); }
H1.HeaderClassName
{
color: #20ED5E;
}
.AnyTagClassName
{
color: #20ED5E;
}
</style>
background-color css
<style>
a { background-color: #20ED5E; }
a { background-color: rgb(32,237,94); }
div.DivClassName
{
background-color: #20ED5E;
}
.BgClassName
{
background-color: #20ED5E;
}
</style>
border-color css
<style>
span { border-color: #20ED5E; }
span { border-color: rgb(32,237,94); }
td.TdClassName
{
border-color: #20ED5E;
}
.TagClassName
{
border-color: #20ED5E;
}
</style>