Shades of Malachite #20C64C
Tints of Malachite #20C64C
RGB
CMYK
RGB Variations
Color information
#20C64C (or 0x20C64C) is known color: Malachite. HEX triplet: 20, C6 and 4C. RGB value is (32,198,76). Sum of RGB (Red+Green+Blue) = 32+198+76=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #20C64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C64C is #DF39B3. Grayscale: #868686. Windows color (decimal): -14629300 or 5031456. OLE color: 5031456.
HSL color Cylindrical-coordinate representation of color #20C64C: hue angle of 135.9º 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 #20C64C is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 76 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.22 |
| HSL | 135.9º | 0.72% | 0.45% | - |
| HSV(B) | 135.9º | 0.84% | 0.78% | - |
| XYZ | 22.09 | 41.22 | 13.63 | - |
| YUV | 134.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 76 | 0.84 | 0 | 0.62 | 0.22 | 135.9 | 0.72 | 0.45 |
| Hex | 20 | C6 | 4C | 54 | 0 | 3E | 16 | 88 | 48 | 2D |
| Octal | 40 | 306 | 114 | 124 | 0 | 76 | 26 | 210 | 110 | 55 |
| Binary | 100000 | 11000110 | 1001100 | 1010100 | 0 | 111110 | 10110 | 10001000 | 1001000 | 101101 |
Color Harmonies of #20C64C
Complementary color
Monochromatic Colors of #20C64C
Black with #20C64C
Text Example
Text Example
White with #20C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C64C; }
p { color: rgb(32,198,76); }
H1.HeaderClassName
{
color: #20C64C;
}
.AnyTagClassName
{
color: #20C64C;
}
</style>
background-color css
<style>
a { background-color: #20C64C; }
a { background-color: rgb(32,198,76); }
div.DivClassName
{
background-color: #20C64C;
}
.BgClassName
{
background-color: #20C64C;
}
</style>
border-color css
<style>
span { border-color: #20C64C; }
span { border-color: rgb(32,198,76); }
td.TdClassName
{
border-color: #20C64C;
}
.TagClassName
{
border-color: #20C64C;
}
</style>