Shades of Malachite #20CA4C
Tints of Malachite #20CA4C
RGB
CMYK
RGB Variations
Color information
#20CA4C (or 0x20CA4C) is known color: Malachite. HEX triplet: 20, CA and 4C. RGB value is (32,202,76). Sum of RGB (Red+Green+Blue) = 32+202+76=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA4C is #DF35B3. Grayscale: #898989. Windows color (decimal): -14628276 or 5032480. OLE color: 5032480.
HSL color Cylindrical-coordinate representation of color #20CA4C: hue angle of 135.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA4C is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 76 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.21 |
| HSL | 135.53º | 0.73% | 0.46% | - |
| HSV(B) | 135.53º | 0.84% | 0.79% | - |
| XYZ | 23.02 | 43.07 | 13.94 | - |
| YUV | 136.81 | 93.68 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 76 | 0.84 | 0 | 0.62 | 0.21 | 135.53 | 0.73 | 0.46 |
| Hex | 20 | CA | 4C | 54 | 0 | 3E | 15 | 88 | 49 | 2E |
| Octal | 40 | 312 | 114 | 124 | 0 | 76 | 25 | 210 | 111 | 56 |
| Binary | 100000 | 11001010 | 1001100 | 1010100 | 0 | 111110 | 10101 | 10001000 | 1001001 | 101110 |
Color Harmonies of #20CA4C
Complementary color
Monochromatic Colors of #20CA4C
Black with #20CA4C
Text Example
Text Example
White with #20CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA4C; }
p { color: rgb(32,202,76); }
H1.HeaderClassName
{
color: #20CA4C;
}
.AnyTagClassName
{
color: #20CA4C;
}
</style>
background-color css
<style>
a { background-color: #20CA4C; }
a { background-color: rgb(32,202,76); }
div.DivClassName
{
background-color: #20CA4C;
}
.BgClassName
{
background-color: #20CA4C;
}
</style>
border-color css
<style>
span { border-color: #20CA4C; }
span { border-color: rgb(32,202,76); }
td.TdClassName
{
border-color: #20CA4C;
}
.TagClassName
{
border-color: #20CA4C;
}
</style>