Vegetation
#5ccd97
Vegetation is a color with the hex code #5ccd97. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #5ccd97 | |
|---|---|---|
| RGB | rgb(92, 205, 151) | |
| HSL | hsl(151, 53%, 58%) | |
| CMYK | cmyk(55%, 0%, 26%, 20%) | |
| LAB | lab(75, -43, 17) | |
| OKLCH | oklch(0.77 0.131 160) |
Color harmonies
Tints & shades
Code snippets
color: #5ccd97;
background-color: #5ccd97;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF5CCD97)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.80, blue: 0.59, alpha: 1.0)