Shades of Malachite #20D34B
Tints of Malachite #20D34B
RGB
CMYK
RGB Variations
Color information
#20D34B (or 0x20D34B) is known color: Malachite. HEX triplet: 20, D3 and 4B. RGB value is (32,211,75). Sum of RGB (Red+Green+Blue) = 32+211+75=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #20D34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D34B is #DF2CB4. Grayscale: #8E8E8E. Windows color (decimal): -14625973 or 4969248. OLE color: 4969248.
HSL color Cylindrical-coordinate representation of color #20D34B: hue angle of 134.41º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D34B is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 75 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.17 |
| HSL | 134.41º | 0.74% | 0.48% | - |
| HSV(B) | 134.41º | 0.85% | 0.83% | - |
| XYZ | 25.16 | 47.4 | 14.48 | - |
| YUV | 141.98 | 90.2 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 75 | 0.85 | 0 | 0.64 | 0.17 | 134.41 | 0.74 | 0.48 |
| Hex | 20 | D3 | 4B | 55 | 0 | 40 | 11 | 86 | 4A | 30 |
| Octal | 40 | 323 | 113 | 125 | 0 | 100 | 21 | 206 | 112 | 60 |
| Binary | 100000 | 11010011 | 1001011 | 1010101 | 0 | 1000000 | 10001 | 10000110 | 1001010 | 110000 |
Color Harmonies of #20D34B
Complementary color
Monochromatic Colors of #20D34B
Black with #20D34B
Text Example
Text Example
White with #20D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D34B; }
p { color: rgb(32,211,75); }
H1.HeaderClassName
{
color: #20D34B;
}
.AnyTagClassName
{
color: #20D34B;
}
</style>
background-color css
<style>
a { background-color: #20D34B; }
a { background-color: rgb(32,211,75); }
div.DivClassName
{
background-color: #20D34B;
}
.BgClassName
{
background-color: #20D34B;
}
</style>
border-color css
<style>
span { border-color: #20D34B; }
span { border-color: rgb(32,211,75); }
td.TdClassName
{
border-color: #20D34B;
}
.TagClassName
{
border-color: #20D34B;
}
</style>