Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Sushi | 98C65A | #98C65A | 152, 198, 90 | 59.61, 77.65, 35.29 | 23.23, 0, 54.55, 22.35 | 85.555555555556, 54.545454545455, 77.647058823529 |
Color #98c65a is Sushi. In RGB: 59.61, 77.65, 35.29. In CMYK: 23.23, 0, 54.55, 22.35.
div { background: #98c65a; color: #000; }
div { background: #98c65a; color: #fff; }
div { background: linear-gradient(to bottom, #7DAB40 0%, #B4E274 100%); color: #000; }
div { background: linear-gradient(to bottom, #B4E274 0%, #7DAB40 100%); color: #000; }
div { background: linear-gradient(to bottom, #7DAB40 0%, #B4E274 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B4E274 0%, #7DAB40 100%); color: #fff; }
div { border: 1px solid #98c65a; }
div { border: 5px solid #98c65a; }
div { border: 1px dashed #98c65a; }
div { border: 5px dashed #98c65a; }
div { border: 1px dotted #98c65a; }
div { border: 5px dotted #98c65a; }