Shades of Malachite #20D066
Tints of Malachite #20D066
RGB
CMYK
RGB Variations
Color information
#20D066 (or 0x20D066) is known color: Malachite. HEX triplet: 20, D0 and 66. RGB value is (32,208,102). Sum of RGB (Red+Green+Blue) = 32+208+102=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #20D066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D066 is #DF2F99. Grayscale: #8F8F8F. Windows color (decimal): -14626714 or 6737952. OLE color: 6737952.
HSL color Cylindrical-coordinate representation of color #20D066: hue angle of 143.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D066 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 102 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.18 |
| HSL | 143.86º | 0.73% | 0.47% | - |
| HSV(B) | 143.86º | 0.85% | 0.82% | - |
| XYZ | 25.55 | 46.38 | 20.18 | - |
| YUV | 143.29 | 104.69 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 102 | 0.85 | 0 | 0.51 | 0.18 | 143.86 | 0.73 | 0.47 |
| Hex | 20 | D0 | 66 | 55 | 0 | 33 | 12 | 90 | 49 | 2F |
| Octal | 40 | 320 | 146 | 125 | 0 | 63 | 22 | 220 | 111 | 57 |
| Binary | 100000 | 11010000 | 1100110 | 1010101 | 0 | 110011 | 10010 | 10010000 | 1001001 | 101111 |
Color Harmonies of #20D066
Complementary color
Monochromatic Colors of #20D066
Black with #20D066
Text Example
Text Example
White with #20D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D066; }
p { color: rgb(32,208,102); }
H1.HeaderClassName
{
color: #20D066;
}
.AnyTagClassName
{
color: #20D066;
}
</style>
background-color css
<style>
a { background-color: #20D066; }
a { background-color: rgb(32,208,102); }
div.DivClassName
{
background-color: #20D066;
}
.BgClassName
{
background-color: #20D066;
}
</style>
border-color css
<style>
span { border-color: #20D066; }
span { border-color: rgb(32,208,102); }
td.TdClassName
{
border-color: #20D066;
}
.TagClassName
{
border-color: #20D066;
}
</style>