Shades of Malachite #20CC66
Tints of Malachite #20CC66
RGB
CMYK
RGB Variations
Color information
#20CC66 (or 0x20CC66) is known color: Malachite. HEX triplet: 20, CC and 66. RGB value is (32,204,102). Sum of RGB (Red+Green+Blue) = 32+204+102=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC66 is #DF3399. Grayscale: #8D8D8D. Windows color (decimal): -14627738 or 6736928. OLE color: 6736928.
HSL color Cylindrical-coordinate representation of color #20CC66: hue angle of 144.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC66 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 102 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.2 |
| HSL | 144.42º | 0.73% | 0.46% | - |
| HSV(B) | 144.42º | 0.84% | 0.8% | - |
| XYZ | 24.59 | 44.45 | 19.85 | - |
| YUV | 140.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 102 | 0.84 | 0 | 0.5 | 0.2 | 144.42 | 0.73 | 0.46 |
| Hex | 20 | CC | 66 | 54 | 0 | 32 | 14 | 90 | 49 | 2E |
| Octal | 40 | 314 | 146 | 124 | 0 | 62 | 24 | 220 | 111 | 56 |
| Binary | 100000 | 11001100 | 1100110 | 1010100 | 0 | 110010 | 10100 | 10010000 | 1001001 | 101110 |
Color Harmonies of #20CC66
Complementary color
Monochromatic Colors of #20CC66
Black with #20CC66
Text Example
Text Example
White with #20CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC66; }
p { color: rgb(32,204,102); }
H1.HeaderClassName
{
color: #20CC66;
}
.AnyTagClassName
{
color: #20CC66;
}
</style>
background-color css
<style>
a { background-color: #20CC66; }
a { background-color: rgb(32,204,102); }
div.DivClassName
{
background-color: #20CC66;
}
.BgClassName
{
background-color: #20CC66;
}
</style>
border-color css
<style>
span { border-color: #20CC66; }
span { border-color: rgb(32,204,102); }
td.TdClassName
{
border-color: #20CC66;
}
.TagClassName
{
border-color: #20CC66;
}
</style>