Venomous Sting
#c6ec7a
Venomous Sting, represented by the hex value #c6ec7a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c6ec7a | |
|---|---|---|
| RGB | rgb(198, 236, 122) | |
| HSL | hsl(80, 75%, 70%) | |
| CMYK | cmyk(16%, 0%, 48%, 7%) | |
| LAB | lab(89, -26, 50) | |
| OKLCH | oklch(0.89 0.148 125) |
Color harmonies
Tints & shades
Code snippets
color: #c6ec7a;
background-color: #c6ec7a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC6EC7A)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.93, blue: 0.48, alpha: 1.0)