Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Fern | 82CA83 | #82CA83 | 130, 202, 131 | 50.98, 79.22, 51.37 | 35.64, 0, 35.15, 20.78 | 120.83333333333, 35.643564356436, 79.21568627451 |
Color #82ca83 is Fern. In RGB: 50.98, 79.22, 51.37. In CMYK: 35.64, 0, 35.15, 20.78.
div { background: #82ca83; color: #000; }
div { background: #82ca83; color: #fff; }
div { background: linear-gradient(to bottom, #67AE69 0%, #9DE69D 100%); color: #000; }
div { background: linear-gradient(to bottom, #9DE69D 0%, #67AE69 100%); color: #000; }
div { background: linear-gradient(to bottom, #67AE69 0%, #9DE69D 100%); color: #fff; }
div { background: linear-gradient(to bottom, #9DE69D 0%, #67AE69 100%); color: #fff; }
div { border: 1px solid #82ca83; }
div { border: 5px solid #82ca83; }
div { border: 1px dashed #82ca83; }
div { border: 5px dashed #82ca83; }
div { border: 1px dotted #82ca83; }
div { border: 5px dotted #82ca83; }