Shades of Malachite #20ED5B
Tints of Malachite #20ED5B
RGB
CMYK
RGB Variations
Color information
#20ED5B (or 0x20ED5B) is known color: Malachite. HEX triplet: 20, ED and 5B. RGB value is (32,237,91). Sum of RGB (Red+Green+Blue) = 32+237+91=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED5B is #DF12A4. Grayscale: #9F9F9F. Windows color (decimal): -14619301 or 6024480. OLE color: 6024480.
HSL color Cylindrical-coordinate representation of color #20ED5B: hue angle of 137.27º 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 #20ED5B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 91 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.07 |
| HSL | 137.27º | 0.85% | 0.53% | - |
| HSV(B) | 137.27º | 0.86% | 0.93% | - |
| XYZ | 32.77 | 61.63 | 20.07 | - |
| YUV | 159.06 | 89.58 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 91 | 0.86 | 0 | 0.62 | 0.07 | 137.27 | 0.85 | 0.53 |
| Hex | 20 | ED | 5B | 56 | 0 | 3E | 7 | 89 | 55 | 35 |
| Octal | 40 | 355 | 133 | 126 | 0 | 76 | 7 | 211 | 125 | 65 |
| Binary | 100000 | 11101101 | 1011011 | 1010110 | 0 | 111110 | 111 | 10001001 | 1010101 | 110101 |
Color Harmonies of #20ED5B
Complementary color
Monochromatic Colors of #20ED5B
Black with #20ED5B
Text Example
Text Example
White with #20ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED5B; }
p { color: rgb(32,237,91); }
H1.HeaderClassName
{
color: #20ED5B;
}
.AnyTagClassName
{
color: #20ED5B;
}
</style>
background-color css
<style>
a { background-color: #20ED5B; }
a { background-color: rgb(32,237,91); }
div.DivClassName
{
background-color: #20ED5B;
}
.BgClassName
{
background-color: #20ED5B;
}
</style>
border-color css
<style>
span { border-color: #20ED5B; }
span { border-color: rgb(32,237,91); }
td.TdClassName
{
border-color: #20ED5B;
}
.TagClassName
{
border-color: #20ED5B;
}
</style>