Shades of Malachite #20DF6F
Tints of Malachite #20DF6F
RGB
CMYK
RGB Variations
Color information
#20DF6F (or 0x20DF6F) is known color: Malachite. HEX triplet: 20, DF and 6F. RGB value is (32,223,111). Sum of RGB (Red+Green+Blue) = 32+223+111=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF6F is #DF2090. Grayscale: #999999. Windows color (decimal): -14622865 or 7331616. OLE color: 7331616.
HSL color Cylindrical-coordinate representation of color #20DF6F: hue angle of 144.82º 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 #20DF6F is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 111 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.13 |
| HSL | 144.82º | 0.75% | 0.5% | - |
| HSV(B) | 144.82º | 0.86% | 0.87% | - |
| XYZ | 29.85 | 54.23 | 23.93 | - |
| YUV | 153.12 | 104.22 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 111 | 0.86 | 0 | 0.50 | 0.13 | 144.82 | 0.75 | 0.5 |
| Hex | 20 | DF | 6F | 56 | 0 | 32 | D | 91 | 4B | 32 |
| Octal | 40 | 337 | 157 | 126 | 0 | 62 | 15 | 221 | 113 | 62 |
| Binary | 100000 | 11011111 | 1101111 | 1010110 | 0 | 110010 | 1101 | 10010001 | 1001011 | 110010 |
Color Harmonies of #20DF6F
Complementary color
Monochromatic Colors of #20DF6F
Black with #20DF6F
Text Example
Text Example
White with #20DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF6F; }
p { color: rgb(32,223,111); }
H1.HeaderClassName
{
color: #20DF6F;
}
.AnyTagClassName
{
color: #20DF6F;
}
</style>
background-color css
<style>
a { background-color: #20DF6F; }
a { background-color: rgb(32,223,111); }
div.DivClassName
{
background-color: #20DF6F;
}
.BgClassName
{
background-color: #20DF6F;
}
</style>
border-color css
<style>
span { border-color: #20DF6F; }
span { border-color: rgb(32,223,111); }
td.TdClassName
{
border-color: #20DF6F;
}
.TagClassName
{
border-color: #20DF6F;
}
</style>