Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Malachite | 20D761 | #20D761 | 32, 215, 97 | 12.55, 84.31, 38.04 | 85.12, 0, 54.88, 15.69 | 141.31147540984, 85.116279069767, 84.313725490196 |
Color #20d761 is Malachite. In RGB: 12.55, 84.31, 38.04. In CMYK: 85.12, 0, 54.88, 15.69.
div { background: #20d761; color: #000; }
div { background: #20d761; color: #fff; }
div { background: linear-gradient(to bottom, #00BA47 0%, #4EF47B 100%); color: #000; }
div { background: linear-gradient(to bottom, #4EF47B 0%, #00BA47 100%); color: #000; }
div { background: linear-gradient(to bottom, #00BA47 0%, #4EF47B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4EF47B 0%, #00BA47 100%); color: #fff; }
div { border: 1px solid #20d761; }
div { border: 5px solid #20d761; }
div { border: 1px dashed #20d761; }
div { border: 5px dashed #20d761; }
div { border: 1px dotted #20d761; }
div { border: 5px dotted #20d761; }