Shades of Malachite #20D45D
Tints of Malachite #20D45D
RGB
CMYK
RGB Variations
Color information
#20D45D (or 0x20D45D) is known color: Malachite. HEX triplet: 20, D4 and 5D. RGB value is (32,212,93). Sum of RGB (Red+Green+Blue) = 32+212+93=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 212 (83.20% from 255 or 62.91% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 212 - color contains mainly: green. Hex color #20D45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D45D is #DF2BA2. Grayscale: #909090. Windows color (decimal): -14625699 or 6149152. OLE color: 6149152.
HSL color Cylindrical-coordinate representation of color #20D45D: hue angle of 140.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D45D is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 93 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.17 |
| HSL | 140.33º | 0.74% | 0.48% | - |
| HSV(B) | 140.33º | 0.85% | 0.83% | - |
| XYZ | 26.11 | 48.18 | 18.28 | - |
| YUV | 144.61 | 98.87 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 93 | 0.85 | 0 | 0.56 | 0.17 | 140.33 | 0.74 | 0.48 |
| Hex | 20 | D4 | 5D | 55 | 0 | 38 | 11 | 8C | 4A | 30 |
| Octal | 40 | 324 | 135 | 125 | 0 | 70 | 21 | 214 | 112 | 60 |
| Binary | 100000 | 11010100 | 1011101 | 1010101 | 0 | 111000 | 10001 | 10001100 | 1001010 | 110000 |
Color Harmonies of #20D45D
Complementary color
Monochromatic Colors of #20D45D
Black with #20D45D
Text Example
Text Example
White with #20D45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D45D; }
p { color: rgb(32,212,93); }
H1.HeaderClassName
{
color: #20D45D;
}
.AnyTagClassName
{
color: #20D45D;
}
</style>
background-color css
<style>
a { background-color: #20D45D; }
a { background-color: rgb(32,212,93); }
div.DivClassName
{
background-color: #20D45D;
}
.BgClassName
{
background-color: #20D45D;
}
</style>
border-color css
<style>
span { border-color: #20D45D; }
span { border-color: rgb(32,212,93); }
td.TdClassName
{
border-color: #20D45D;
}
.TagClassName
{
border-color: #20D45D;
}
</style>