Shades of Malachite #20ED6B
Tints of Malachite #20ED6B
RGB
CMYK
RGB Variations
Color information
#20ED6B (or 0x20ED6B) is known color: Malachite. HEX triplet: 20, ED and 6B. RGB value is (32,237,107). Sum of RGB (Red+Green+Blue) = 32+237+107=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED6B is #DF1294. Grayscale: #A1A1A1. Windows color (decimal): -14619285 or 7073056. OLE color: 7073056.
HSL color Cylindrical-coordinate representation of color #20ED6B: hue angle of 141.95º 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 #20ED6B is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 107 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.07 |
| HSL | 141.95º | 0.85% | 0.53% | - |
| HSV(B) | 141.95º | 0.86% | 0.93% | - |
| XYZ | 33.53 | 61.94 | 24.1 | - |
| YUV | 160.89 | 97.58 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 107 | 0.86 | 0 | 0.55 | 0.07 | 141.95 | 0.85 | 0.53 |
| Hex | 20 | ED | 6B | 56 | 0 | 37 | 7 | 8E | 55 | 35 |
| Octal | 40 | 355 | 153 | 126 | 0 | 67 | 7 | 216 | 125 | 65 |
| Binary | 100000 | 11101101 | 1101011 | 1010110 | 0 | 110111 | 111 | 10001110 | 1010101 | 110101 |
Color Harmonies of #20ED6B
Complementary color
Monochromatic Colors of #20ED6B
Black with #20ED6B
Text Example
Text Example
White with #20ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED6B; }
p { color: rgb(32,237,107); }
H1.HeaderClassName
{
color: #20ED6B;
}
.AnyTagClassName
{
color: #20ED6B;
}
</style>
background-color css
<style>
a { background-color: #20ED6B; }
a { background-color: rgb(32,237,107); }
div.DivClassName
{
background-color: #20ED6B;
}
.BgClassName
{
background-color: #20ED6B;
}
</style>
border-color css
<style>
span { border-color: #20ED6B; }
span { border-color: rgb(32,237,107); }
td.TdClassName
{
border-color: #20ED6B;
}
.TagClassName
{
border-color: #20ED6B;
}
</style>