Shades of Malachite #20D774
Tints of Malachite #20D774
RGB
CMYK
RGB Variations
Color information
#20D774 (or 0x20D774) is known color: Malachite. HEX triplet: 20, D7 and 74. RGB value is (32,215,116). Sum of RGB (Red+Green+Blue) = 32+215+116=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #20D774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D774 is #DF288B. Grayscale: #959595. Windows color (decimal): -14624908 or 7657248. OLE color: 7657248.
HSL color Cylindrical-coordinate representation of color #20D774: hue angle of 147.54º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D774 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 116 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.16 |
| HSL | 147.54º | 0.74% | 0.48% | - |
| HSV(B) | 147.54º | 0.85% | 0.84% | - |
| XYZ | 28.05 | 50.17 | 24.73 | - |
| YUV | 149 | 109.37 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 116 | 0.85 | 0 | 0.46 | 0.16 | 147.54 | 0.74 | 0.48 |
| Hex | 20 | D7 | 74 | 55 | 0 | 2E | 10 | 94 | 4A | 30 |
| Octal | 40 | 327 | 164 | 125 | 0 | 56 | 20 | 224 | 112 | 60 |
| Binary | 100000 | 11010111 | 1110100 | 1010101 | 0 | 101110 | 10000 | 10010100 | 1001010 | 110000 |
Color Harmonies of #20D774
Complementary color
Monochromatic Colors of #20D774
Black with #20D774
Text Example
Text Example
White with #20D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D774; }
p { color: rgb(32,215,116); }
H1.HeaderClassName
{
color: #20D774;
}
.AnyTagClassName
{
color: #20D774;
}
</style>
background-color css
<style>
a { background-color: #20D774; }
a { background-color: rgb(32,215,116); }
div.DivClassName
{
background-color: #20D774;
}
.BgClassName
{
background-color: #20D774;
}
</style>
border-color css
<style>
span { border-color: #20D774; }
span { border-color: rgb(32,215,116); }
td.TdClassName
{
border-color: #20D774;
}
.TagClassName
{
border-color: #20D774;
}
</style>