Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
palegreen | 96FC99 | #96FC99 | 150, 252, 153 | 58.82, 98.82, 60 | 40.48, 0, 39.29, 1.18 | 121.76470588235, 40.47619047619, 98.823529411765 |
Color #96fc99 is palegreen. In RGB: 58.82, 98.82, 60. In CMYK: 40.48, 0, 39.29, 1.18.
div { background: #96fc99; color: #000; }
div { background: #96fc99; color: #fff; }
div { background: linear-gradient(to bottom, #79DF7E 0%, #B3FFB4 100%); color: #000; }
div { background: linear-gradient(to bottom, #B3FFB4 0%, #79DF7E 100%); color: #000; }
div { background: linear-gradient(to bottom, #79DF7E 0%, #B3FFB4 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B3FFB4 0%, #79DF7E 100%); color: #fff; }
div { border: 1px solid #96fc99; }
div { border: 5px solid #96fc99; }
div { border: 1px dashed #96fc99; }
div { border: 5px dashed #96fc99; }
div { border: 1px dotted #96fc99; }
div { border: 5px dotted #96fc99; }