Shades of Malachite #20DC74
Tints of Malachite #20DC74
RGB
CMYK
RGB Variations
Color information
#20DC74 (or 0x20DC74) is known color: Malachite. HEX triplet: 20, DC and 74. RGB value is (32,220,116). Sum of RGB (Red+Green+Blue) = 32+220+116=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DC74 is #DF238B. Grayscale: #989898. Windows color (decimal): -14623628 or 7658528. OLE color: 7658528.
HSL color Cylindrical-coordinate representation of color #20DC74: hue angle of 146.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC74 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 116 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.14 |
| HSL | 146.81º | 0.75% | 0.49% | - |
| HSV(B) | 146.81º | 0.85% | 0.86% | - |
| XYZ | 29.34 | 52.75 | 25.16 | - |
| YUV | 151.93 | 107.72 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 116 | 0.85 | 0 | 0.47 | 0.14 | 146.81 | 0.75 | 0.49 |
| Hex | 20 | DC | 74 | 55 | 0 | 2F | E | 93 | 4B | 31 |
| Octal | 40 | 334 | 164 | 125 | 0 | 57 | 16 | 223 | 113 | 61 |
| Binary | 100000 | 11011100 | 1110100 | 1010101 | 0 | 101111 | 1110 | 10010011 | 1001011 | 110001 |
Color Harmonies of #20DC74
Complementary color
Monochromatic Colors of #20DC74
Black with #20DC74
Text Example
Text Example
White with #20DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC74; }
p { color: rgb(32,220,116); }
H1.HeaderClassName
{
color: #20DC74;
}
.AnyTagClassName
{
color: #20DC74;
}
</style>
background-color css
<style>
a { background-color: #20DC74; }
a { background-color: rgb(32,220,116); }
div.DivClassName
{
background-color: #20DC74;
}
.BgClassName
{
background-color: #20DC74;
}
</style>
border-color css
<style>
span { border-color: #20DC74; }
span { border-color: rgb(32,220,116); }
td.TdClassName
{
border-color: #20DC74;
}
.TagClassName
{
border-color: #20DC74;
}
</style>