Shades of Malachite #20D74F
Tints of Malachite #20D74F
RGB
CMYK
RGB Variations
Color information
#20D74F (or 0x20D74F) is known color: Malachite. HEX triplet: 20, D7 and 4F. RGB value is (32,215,79). Sum of RGB (Red+Green+Blue) = 32+215+79=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #20D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D74F is #DF28B0. Grayscale: #919191. Windows color (decimal): -14624945 or 5232416. OLE color: 5232416.
HSL color Cylindrical-coordinate representation of color #20D74F: hue angle of 135.41º 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 #20D74F is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 79 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.16 |
| HSL | 135.41º | 0.74% | 0.48% | - |
| HSV(B) | 135.41º | 0.85% | 0.84% | - |
| XYZ | 26.31 | 49.47 | 15.56 | - |
| YUV | 144.78 | 90.87 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 79 | 0.85 | 0 | 0.63 | 0.16 | 135.41 | 0.74 | 0.48 |
| Hex | 20 | D7 | 4F | 55 | 0 | 3F | 10 | 87 | 4A | 30 |
| Octal | 40 | 327 | 117 | 125 | 0 | 77 | 20 | 207 | 112 | 60 |
| Binary | 100000 | 11010111 | 1001111 | 1010101 | 0 | 111111 | 10000 | 10000111 | 1001010 | 110000 |
Color Harmonies of #20D74F
Complementary color
Monochromatic Colors of #20D74F
Black with #20D74F
Text Example
Text Example
White with #20D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D74F; }
p { color: rgb(32,215,79); }
H1.HeaderClassName
{
color: #20D74F;
}
.AnyTagClassName
{
color: #20D74F;
}
</style>
background-color css
<style>
a { background-color: #20D74F; }
a { background-color: rgb(32,215,79); }
div.DivClassName
{
background-color: #20D74F;
}
.BgClassName
{
background-color: #20D74F;
}
</style>
border-color css
<style>
span { border-color: #20D74F; }
span { border-color: rgb(32,215,79); }
td.TdClassName
{
border-color: #20D74F;
}
.TagClassName
{
border-color: #20D74F;
}
</style>