Shades of Malachite #20D044
Tints of Malachite #20D044
RGB
CMYK
RGB Variations
Color information
#20D044 (or 0x20D044) is known color: Malachite. HEX triplet: 20, D0 and 44. RGB value is (32,208,68). Sum of RGB (Red+Green+Blue) = 32+208+68=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #20D044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D044 is #DF2FBB. Grayscale: #8B8B8B. Windows color (decimal): -14626748 or 4509728. OLE color: 4509728.
HSL color Cylindrical-coordinate representation of color #20D044: hue angle of 132.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D044 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 68 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.18 |
| HSL | 132.27º | 0.73% | 0.47% | - |
| HSV(B) | 132.27º | 0.85% | 0.82% | - |
| XYZ | 24.19 | 45.84 | 13.04 | - |
| YUV | 139.42 | 87.69 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 68 | 0.85 | 0 | 0.67 | 0.18 | 132.27 | 0.73 | 0.47 |
| Hex | 20 | D0 | 44 | 55 | 0 | 43 | 12 | 84 | 49 | 2F |
| Octal | 40 | 320 | 104 | 125 | 0 | 103 | 22 | 204 | 111 | 57 |
| Binary | 100000 | 11010000 | 1000100 | 1010101 | 0 | 1000011 | 10010 | 10000100 | 1001001 | 101111 |
Color Harmonies of #20D044
Complementary color
Monochromatic Colors of #20D044
Black with #20D044
Text Example
Text Example
White with #20D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D044; }
p { color: rgb(32,208,68); }
H1.HeaderClassName
{
color: #20D044;
}
.AnyTagClassName
{
color: #20D044;
}
</style>
background-color css
<style>
a { background-color: #20D044; }
a { background-color: rgb(32,208,68); }
div.DivClassName
{
background-color: #20D044;
}
.BgClassName
{
background-color: #20D044;
}
</style>
border-color css
<style>
span { border-color: #20D044; }
span { border-color: rgb(32,208,68); }
td.TdClassName
{
border-color: #20D044;
}
.TagClassName
{
border-color: #20D044;
}
</style>