Shades of Malachite #20ED3D
Tints of Malachite #20ED3D
RGB
CMYK
RGB Variations
Color information
#20ED3D (or 0x20ED3D) is known color: Malachite. HEX triplet: 20, ED and 3D. RGB value is (32,237,61). Sum of RGB (Red+Green+Blue) = 32+237+61=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED3D is #DF12C2. Grayscale: #9C9C9C. Windows color (decimal): -14619331 or 4058400. OLE color: 4058400.
HSL color Cylindrical-coordinate representation of color #20ED3D: hue angle of 128.49º 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 #20ED3D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 61 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.07 |
| HSL | 128.49º | 0.85% | 0.53% | - |
| HSV(B) | 128.49º | 0.86% | 0.93% | - |
| XYZ | 31.72 | 61.21 | 14.56 | - |
| YUV | 155.64 | 74.58 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 61 | 0.86 | 0 | 0.74 | 0.07 | 128.49 | 0.85 | 0.53 |
| Hex | 20 | ED | 3D | 56 | 0 | 4A | 7 | 80 | 55 | 35 |
| Octal | 40 | 355 | 75 | 126 | 0 | 112 | 7 | 200 | 125 | 65 |
| Binary | 100000 | 11101101 | 111101 | 1010110 | 0 | 1001010 | 111 | 10000000 | 1010101 | 110101 |
Color Harmonies of #20ED3D
Complementary color
Monochromatic Colors of #20ED3D
Black with #20ED3D
Text Example
Text Example
White with #20ED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED3D; }
p { color: rgb(32,237,61); }
H1.HeaderClassName
{
color: #20ED3D;
}
.AnyTagClassName
{
color: #20ED3D;
}
</style>
background-color css
<style>
a { background-color: #20ED3D; }
a { background-color: rgb(32,237,61); }
div.DivClassName
{
background-color: #20ED3D;
}
.BgClassName
{
background-color: #20ED3D;
}
</style>
border-color css
<style>
span { border-color: #20ED3D; }
span { border-color: rgb(32,237,61); }
td.TdClassName
{
border-color: #20ED3D;
}
.TagClassName
{
border-color: #20ED3D;
}
</style>