Shades of Malachite #20ED3C
Tints of Malachite #20ED3C
RGB
CMYK
RGB Variations
Color information
#20ED3C (or 0x20ED3C) is known color: Malachite. HEX triplet: 20, ED and 3C. RGB value is (32,237,60). Sum of RGB (Red+Green+Blue) = 32+237+60=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED3C is #DF12C3. Grayscale: #9C9C9C. Windows color (decimal): -14619332 or 3992864. OLE color: 3992864.
HSL color Cylindrical-coordinate representation of color #20ED3C: hue angle of 128.2º 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 #20ED3C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 60 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.07 |
| HSL | 128.2º | 0.85% | 0.53% | - |
| HSV(B) | 128.2º | 0.86% | 0.93% | - |
| XYZ | 31.7 | 61.2 | 14.42 | - |
| YUV | 155.53 | 74.08 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 60 | 0.86 | 0 | 0.75 | 0.07 | 128.2 | 0.85 | 0.53 |
| Hex | 20 | ED | 3C | 56 | 0 | 4B | 7 | 80 | 55 | 35 |
| Octal | 40 | 355 | 74 | 126 | 0 | 113 | 7 | 200 | 125 | 65 |
| Binary | 100000 | 11101101 | 111100 | 1010110 | 0 | 1001011 | 111 | 10000000 | 1010101 | 110101 |
Color Harmonies of #20ED3C
Complementary color
Monochromatic Colors of #20ED3C
Black with #20ED3C
Text Example
Text Example
White with #20ED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED3C; }
p { color: rgb(32,237,60); }
H1.HeaderClassName
{
color: #20ED3C;
}
.AnyTagClassName
{
color: #20ED3C;
}
</style>
background-color css
<style>
a { background-color: #20ED3C; }
a { background-color: rgb(32,237,60); }
div.DivClassName
{
background-color: #20ED3C;
}
.BgClassName
{
background-color: #20ED3C;
}
</style>
border-color css
<style>
span { border-color: #20ED3C; }
span { border-color: rgb(32,237,60); }
td.TdClassName
{
border-color: #20ED3C;
}
.TagClassName
{
border-color: #20ED3C;
}
</style>