Shades of Malachite #20CC62
Tints of Malachite #20CC62
RGB
CMYK
RGB Variations
Color information
#20CC62 (or 0x20CC62) is known color: Malachite. HEX triplet: 20, CC and 62. RGB value is (32,204,98). Sum of RGB (Red+Green+Blue) = 32+204+98=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CC62 is #DF339D. Grayscale: #8C8C8C. Windows color (decimal): -14627742 or 6474784. OLE color: 6474784.
HSL color Cylindrical-coordinate representation of color #20CC62: hue angle of 143.02º 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 #20CC62 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 98 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.2 |
| HSL | 143.02º | 0.73% | 0.46% | - |
| HSV(B) | 143.02º | 0.84% | 0.8% | - |
| XYZ | 24.39 | 44.37 | 18.83 | - |
| YUV | 140.49 | 104.02 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 98 | 0.84 | 0 | 0.52 | 0.2 | 143.02 | 0.73 | 0.46 |
| Hex | 20 | CC | 62 | 54 | 0 | 34 | 14 | 8F | 49 | 2E |
| Octal | 40 | 314 | 142 | 124 | 0 | 64 | 24 | 217 | 111 | 56 |
| Binary | 100000 | 11001100 | 1100010 | 1010100 | 0 | 110100 | 10100 | 10001111 | 1001001 | 101110 |
Color Harmonies of #20CC62
Complementary color
Monochromatic Colors of #20CC62
Black with #20CC62
Text Example
Text Example
White with #20CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC62; }
p { color: rgb(32,204,98); }
H1.HeaderClassName
{
color: #20CC62;
}
.AnyTagClassName
{
color: #20CC62;
}
</style>
background-color css
<style>
a { background-color: #20CC62; }
a { background-color: rgb(32,204,98); }
div.DivClassName
{
background-color: #20CC62;
}
.BgClassName
{
background-color: #20CC62;
}
</style>
border-color css
<style>
span { border-color: #20CC62; }
span { border-color: rgb(32,204,98); }
td.TdClassName
{
border-color: #20CC62;
}
.TagClassName
{
border-color: #20CC62;
}
</style>