Shades of Malachite #20DB67
Tints of Malachite #20DB67
RGB
CMYK
RGB Variations
Color information
#20DB67 (or 0x20DB67) is known color: Malachite. HEX triplet: 20, DB and 67. RGB value is (32,219,103). Sum of RGB (Red+Green+Blue) = 32+219+103=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB67 is #DF2498. Grayscale: #969696. Windows color (decimal): -14623897 or 6806304. OLE color: 6806304.
HSL color Cylindrical-coordinate representation of color #20DB67: hue angle of 142.78º 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 #20DB67 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 103 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.14 |
| HSL | 142.78º | 0.75% | 0.49% | - |
| HSV(B) | 142.78º | 0.85% | 0.86% | - |
| XYZ | 28.38 | 51.95 | 21.36 | - |
| YUV | 149.86 | 101.55 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 103 | 0.85 | 0 | 0.53 | 0.14 | 142.78 | 0.75 | 0.49 |
| Hex | 20 | DB | 67 | 55 | 0 | 35 | E | 8F | 4B | 31 |
| Octal | 40 | 333 | 147 | 125 | 0 | 65 | 16 | 217 | 113 | 61 |
| Binary | 100000 | 11011011 | 1100111 | 1010101 | 0 | 110101 | 1110 | 10001111 | 1001011 | 110001 |
Color Harmonies of #20DB67
Complementary color
Monochromatic Colors of #20DB67
Black with #20DB67
Text Example
Text Example
White with #20DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB67; }
p { color: rgb(32,219,103); }
H1.HeaderClassName
{
color: #20DB67;
}
.AnyTagClassName
{
color: #20DB67;
}
</style>
background-color css
<style>
a { background-color: #20DB67; }
a { background-color: rgb(32,219,103); }
div.DivClassName
{
background-color: #20DB67;
}
.BgClassName
{
background-color: #20DB67;
}
</style>
border-color css
<style>
span { border-color: #20DB67; }
span { border-color: rgb(32,219,103); }
td.TdClassName
{
border-color: #20DB67;
}
.TagClassName
{
border-color: #20DB67;
}
</style>