Shades of Malachite #20C866
Tints of Malachite #20C866
RGB
CMYK
RGB Variations
Color information
#20C866 (or 0x20C866) is known color: Malachite. HEX triplet: 20, C8 and 66. RGB value is (32,200,102). Sum of RGB (Red+Green+Blue) = 32+200+102=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #20C866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C866 is #DF3799. Grayscale: #8A8A8A. Windows color (decimal): -14628762 or 6735904. OLE color: 6735904.
HSL color Cylindrical-coordinate representation of color #20C866: hue angle of 145º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C866 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 102 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.22 |
| HSL | 145º | 0.72% | 0.45% | - |
| HSV(B) | 145º | 0.84% | 0.78% | - |
| XYZ | 23.65 | 42.57 | 19.54 | - |
| YUV | 138.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 102 | 0.84 | 0 | 0.49 | 0.22 | 145 | 0.72 | 0.45 |
| Hex | 20 | C8 | 66 | 54 | 0 | 31 | 16 | 91 | 48 | 2D |
| Octal | 40 | 310 | 146 | 124 | 0 | 61 | 26 | 221 | 110 | 55 |
| Binary | 100000 | 11001000 | 1100110 | 1010100 | 0 | 110001 | 10110 | 10010001 | 1001000 | 101101 |
Color Harmonies of #20C866
Complementary color
Monochromatic Colors of #20C866
Black with #20C866
Text Example
Text Example
White with #20C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C866; }
p { color: rgb(32,200,102); }
H1.HeaderClassName
{
color: #20C866;
}
.AnyTagClassName
{
color: #20C866;
}
</style>
background-color css
<style>
a { background-color: #20C866; }
a { background-color: rgb(32,200,102); }
div.DivClassName
{
background-color: #20C866;
}
.BgClassName
{
background-color: #20C866;
}
</style>
border-color css
<style>
span { border-color: #20C866; }
span { border-color: rgb(32,200,102); }
td.TdClassName
{
border-color: #20C866;
}
.TagClassName
{
border-color: #20C866;
}
</style>