Shades of Malachite #20CA51
Tints of Malachite #20CA51
RGB
CMYK
RGB Variations
Color information
#20CA51 (or 0x20CA51) is known color: Malachite. HEX triplet: 20, CA and 51. RGB value is (32,202,81). Sum of RGB (Red+Green+Blue) = 32+202+81=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA51 is #DF35AE. Grayscale: #898989. Windows color (decimal): -14628271 or 5360160. OLE color: 5360160.
HSL color Cylindrical-coordinate representation of color #20CA51: hue angle of 137.29º 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 #20CA51 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 81 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.21 |
| HSL | 137.29º | 0.73% | 0.46% | - |
| HSV(B) | 137.29º | 0.84% | 0.79% | - |
| XYZ | 23.2 | 43.14 | 14.89 | - |
| YUV | 137.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 81 | 0.84 | 0 | 0.60 | 0.21 | 137.29 | 0.73 | 0.46 |
| Hex | 20 | CA | 51 | 54 | 0 | 3C | 15 | 89 | 49 | 2E |
| Octal | 40 | 312 | 121 | 124 | 0 | 74 | 25 | 211 | 111 | 56 |
| Binary | 100000 | 11001010 | 1010001 | 1010100 | 0 | 111100 | 10101 | 10001001 | 1001001 | 101110 |
Color Harmonies of #20CA51
Complementary color
Monochromatic Colors of #20CA51
Black with #20CA51
Text Example
Text Example
White with #20CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA51; }
p { color: rgb(32,202,81); }
H1.HeaderClassName
{
color: #20CA51;
}
.AnyTagClassName
{
color: #20CA51;
}
</style>
background-color css
<style>
a { background-color: #20CA51; }
a { background-color: rgb(32,202,81); }
div.DivClassName
{
background-color: #20CA51;
}
.BgClassName
{
background-color: #20CA51;
}
</style>
border-color css
<style>
span { border-color: #20CA51; }
span { border-color: rgb(32,202,81); }
td.TdClassName
{
border-color: #20CA51;
}
.TagClassName
{
border-color: #20CA51;
}
</style>