Shades of Malachite #20DC51
Tints of Malachite #20DC51
RGB
CMYK
RGB Variations
Color information
#20DC51 (or 0x20DC51) is known color: Malachite. HEX triplet: 20, DC and 51. RGB value is (32,220,81). Sum of RGB (Red+Green+Blue) = 32+220+81=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DC51 is #DF23AE. Grayscale: #949494. Windows color (decimal): -14623663 or 5364768. OLE color: 5364768.
HSL color Cylindrical-coordinate representation of color #20DC51: hue angle of 135.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC51 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 81 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.14 |
| HSL | 135.64º | 0.75% | 0.49% | - |
| HSV(B) | 135.64º | 0.85% | 0.86% | - |
| XYZ | 27.67 | 52.09 | 16.38 | - |
| YUV | 147.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 81 | 0.85 | 0 | 0.63 | 0.14 | 135.64 | 0.75 | 0.49 |
| Hex | 20 | DC | 51 | 55 | 0 | 3F | E | 88 | 4B | 31 |
| Octal | 40 | 334 | 121 | 125 | 0 | 77 | 16 | 210 | 113 | 61 |
| Binary | 100000 | 11011100 | 1010001 | 1010101 | 0 | 111111 | 1110 | 10001000 | 1001011 | 110001 |
Color Harmonies of #20DC51
Complementary color
Monochromatic Colors of #20DC51
Black with #20DC51
Text Example
Text Example
White with #20DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC51; }
p { color: rgb(32,220,81); }
H1.HeaderClassName
{
color: #20DC51;
}
.AnyTagClassName
{
color: #20DC51;
}
</style>
background-color css
<style>
a { background-color: #20DC51; }
a { background-color: rgb(32,220,81); }
div.DivClassName
{
background-color: #20DC51;
}
.BgClassName
{
background-color: #20DC51;
}
</style>
border-color css
<style>
span { border-color: #20DC51; }
span { border-color: rgb(32,220,81); }
td.TdClassName
{
border-color: #20DC51;
}
.TagClassName
{
border-color: #20DC51;
}
</style>