Shades of Malachite #20DF6C
Tints of Malachite #20DF6C
RGB
CMYK
RGB Variations
Color information
#20DF6C (or 0x20DF6C) is known color: Malachite. HEX triplet: 20, DF and 6C. RGB value is (32,223,108). Sum of RGB (Red+Green+Blue) = 32+223+108=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF6C is #DF2093. Grayscale: #999999. Windows color (decimal): -14622868 or 7135008. OLE color: 7135008.
HSL color Cylindrical-coordinate representation of color #20DF6C: hue angle of 143.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF6C is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 108 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.13 |
| HSL | 143.87º | 0.75% | 0.5% | - |
| HSV(B) | 143.87º | 0.86% | 0.87% | - |
| XYZ | 29.69 | 54.17 | 23.08 | - |
| YUV | 152.78 | 102.72 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 108 | 0.86 | 0 | 0.52 | 0.13 | 143.87 | 0.75 | 0.5 |
| Hex | 20 | DF | 6C | 56 | 0 | 34 | D | 90 | 4B | 32 |
| Octal | 40 | 337 | 154 | 126 | 0 | 64 | 15 | 220 | 113 | 62 |
| Binary | 100000 | 11011111 | 1101100 | 1010110 | 0 | 110100 | 1101 | 10010000 | 1001011 | 110010 |
Color Harmonies of #20DF6C
Complementary color
Monochromatic Colors of #20DF6C
Black with #20DF6C
Text Example
Text Example
White with #20DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF6C; }
p { color: rgb(32,223,108); }
H1.HeaderClassName
{
color: #20DF6C;
}
.AnyTagClassName
{
color: #20DF6C;
}
</style>
background-color css
<style>
a { background-color: #20DF6C; }
a { background-color: rgb(32,223,108); }
div.DivClassName
{
background-color: #20DF6C;
}
.BgClassName
{
background-color: #20DF6C;
}
</style>
border-color css
<style>
span { border-color: #20DF6C; }
span { border-color: rgb(32,223,108); }
td.TdClassName
{
border-color: #20DF6C;
}
.TagClassName
{
border-color: #20DF6C;
}
</style>