Shades of Malachite #20D067
Tints of Malachite #20D067
RGB
CMYK
RGB Variations
Color information
#20D067 (or 0x20D067) is known color: Malachite. HEX triplet: 20, D0 and 67. RGB value is (32,208,103). Sum of RGB (Red+Green+Blue) = 32+208+103=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #20D067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D067 is #DF2F98. Grayscale: #8F8F8F. Windows color (decimal): -14626713 or 6803488. OLE color: 6803488.
HSL color Cylindrical-coordinate representation of color #20D067: hue angle of 144.2º 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 #20D067 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 103 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.18 |
| HSL | 144.2º | 0.73% | 0.47% | - |
| HSV(B) | 144.2º | 0.85% | 0.82% | - |
| XYZ | 25.6 | 46.4 | 20.44 | - |
| YUV | 143.41 | 105.19 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 103 | 0.85 | 0 | 0.50 | 0.18 | 144.2 | 0.73 | 0.47 |
| Hex | 20 | D0 | 67 | 55 | 0 | 32 | 12 | 90 | 49 | 2F |
| Octal | 40 | 320 | 147 | 125 | 0 | 62 | 22 | 220 | 111 | 57 |
| Binary | 100000 | 11010000 | 1100111 | 1010101 | 0 | 110010 | 10010 | 10010000 | 1001001 | 101111 |
Color Harmonies of #20D067
Complementary color
Monochromatic Colors of #20D067
Black with #20D067
Text Example
Text Example
White with #20D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D067; }
p { color: rgb(32,208,103); }
H1.HeaderClassName
{
color: #20D067;
}
.AnyTagClassName
{
color: #20D067;
}
</style>
background-color css
<style>
a { background-color: #20D067; }
a { background-color: rgb(32,208,103); }
div.DivClassName
{
background-color: #20D067;
}
.BgClassName
{
background-color: #20D067;
}
</style>
border-color css
<style>
span { border-color: #20D067; }
span { border-color: rgb(32,208,103); }
td.TdClassName
{
border-color: #20D067;
}
.TagClassName
{
border-color: #20D067;
}
</style>