Shades of Malachite #20CD64
Tints of Malachite #20CD64
RGB
CMYK
RGB Variations
Color information
#20CD64 (or 0x20CD64) is known color: Malachite. HEX triplet: 20, CD and 64. RGB value is (32,205,100). Sum of RGB (Red+Green+Blue) = 32+205+100=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD64 is #DF329B. Grayscale: #8D8D8D. Windows color (decimal): -14627484 or 6606112. OLE color: 6606112.
HSL color Cylindrical-coordinate representation of color #20CD64: hue angle of 143.58º 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 #20CD64 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 100 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.20 |
| HSL | 143.58º | 0.73% | 0.46% | - |
| HSV(B) | 143.58º | 0.84% | 0.8% | - |
| XYZ | 24.73 | 44.89 | 19.42 | - |
| YUV | 141.3 | 104.69 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 100 | 0.84 | 0 | 0.51 | 0.20 | 143.58 | 0.73 | 0.46 |
| Hex | 20 | CD | 64 | 54 | 0 | 33 | 14 | 90 | 49 | 2E |
| Octal | 40 | 315 | 144 | 124 | 0 | 63 | 24 | 220 | 111 | 56 |
| Binary | 100000 | 11001101 | 1100100 | 1010100 | 0 | 110011 | 10100 | 10010000 | 1001001 | 101110 |
Color Harmonies of #20CD64
Complementary color
Monochromatic Colors of #20CD64
Black with #20CD64
Text Example
Text Example
White with #20CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD64; }
p { color: rgb(32,205,100); }
H1.HeaderClassName
{
color: #20CD64;
}
.AnyTagClassName
{
color: #20CD64;
}
</style>
background-color css
<style>
a { background-color: #20CD64; }
a { background-color: rgb(32,205,100); }
div.DivClassName
{
background-color: #20CD64;
}
.BgClassName
{
background-color: #20CD64;
}
</style>
border-color css
<style>
span { border-color: #20CD64; }
span { border-color: rgb(32,205,100); }
td.TdClassName
{
border-color: #20CD64;
}
.TagClassName
{
border-color: #20CD64;
}
</style>