Shades of Malachite #20CA48
Tints of Malachite #20CA48
RGB
CMYK
RGB Variations
Color information
#20CA48 (or 0x20CA48) is known color: Malachite. HEX triplet: 20, CA and 48. RGB value is (32,202,72). Sum of RGB (Red+Green+Blue) = 32+202+72=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA48 is #DF35B7. Grayscale: #888888. Windows color (decimal): -14628280 or 4770336. OLE color: 4770336.
HSL color Cylindrical-coordinate representation of color #20CA48: hue angle of 134.12º 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 #20CA48 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 72 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.21 |
| HSL | 134.12º | 0.73% | 0.46% | - |
| HSV(B) | 134.12º | 0.84% | 0.79% | - |
| XYZ | 22.89 | 43.02 | 13.23 | - |
| YUV | 136.35 | 91.68 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 72 | 0.84 | 0 | 0.64 | 0.21 | 134.12 | 0.73 | 0.46 |
| Hex | 20 | CA | 48 | 54 | 0 | 40 | 15 | 86 | 49 | 2E |
| Octal | 40 | 312 | 110 | 124 | 0 | 100 | 25 | 206 | 111 | 56 |
| Binary | 100000 | 11001010 | 1001000 | 1010100 | 0 | 1000000 | 10101 | 10000110 | 1001001 | 101110 |
Color Harmonies of #20CA48
Complementary color
Monochromatic Colors of #20CA48
Black with #20CA48
Text Example
Text Example
White with #20CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA48; }
p { color: rgb(32,202,72); }
H1.HeaderClassName
{
color: #20CA48;
}
.AnyTagClassName
{
color: #20CA48;
}
</style>
background-color css
<style>
a { background-color: #20CA48; }
a { background-color: rgb(32,202,72); }
div.DivClassName
{
background-color: #20CA48;
}
.BgClassName
{
background-color: #20CA48;
}
</style>
border-color css
<style>
span { border-color: #20CA48; }
span { border-color: rgb(32,202,72); }
td.TdClassName
{
border-color: #20CA48;
}
.TagClassName
{
border-color: #20CA48;
}
</style>