Shades of Malachite #20D950
Tints of Malachite #20D950
RGB
CMYK
RGB Variations
Color information
#20D950 (or 0x20D950) is known color: Malachite. HEX triplet: 20, D9 and 50. RGB value is (32,217,80). Sum of RGB (Red+Green+Blue) = 32+217+80=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #20D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D950 is #DF26AF. Grayscale: #929292. Windows color (decimal): -14624432 or 5298464. OLE color: 5298464.
HSL color Cylindrical-coordinate representation of color #20D950: hue angle of 135.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D950 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 80 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.15 |
| HSL | 135.57º | 0.74% | 0.49% | - |
| HSV(B) | 135.57º | 0.85% | 0.85% | - |
| XYZ | 26.86 | 50.51 | 15.92 | - |
| YUV | 146.07 | 90.71 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 80 | 0.85 | 0 | 0.63 | 0.15 | 135.57 | 0.74 | 0.49 |
| Hex | 20 | D9 | 50 | 55 | 0 | 3F | F | 88 | 4A | 31 |
| Octal | 40 | 331 | 120 | 125 | 0 | 77 | 17 | 210 | 112 | 61 |
| Binary | 100000 | 11011001 | 1010000 | 1010101 | 0 | 111111 | 1111 | 10001000 | 1001010 | 110001 |
Color Harmonies of #20D950
Complementary color
Monochromatic Colors of #20D950
Black with #20D950
Text Example
Text Example
White with #20D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D950; }
p { color: rgb(32,217,80); }
H1.HeaderClassName
{
color: #20D950;
}
.AnyTagClassName
{
color: #20D950;
}
</style>
background-color css
<style>
a { background-color: #20D950; }
a { background-color: rgb(32,217,80); }
div.DivClassName
{
background-color: #20D950;
}
.BgClassName
{
background-color: #20D950;
}
</style>
border-color css
<style>
span { border-color: #20D950; }
span { border-color: rgb(32,217,80); }
td.TdClassName
{
border-color: #20D950;
}
.TagClassName
{
border-color: #20D950;
}
</style>