Mantis
#74c365
Here's everything about the color Mantis (#74c365) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #74c365 | |
|---|---|---|
| RGB | rgb(116, 195, 101) | |
| HSL | hsl(110, 44%, 58%) | |
| CMYK | cmyk(41%, 0%, 48%, 24%) | |
| LAB | lab(72, -39, 39) | |
| OKLCH | oklch(0.74 0.151 141) |
Color harmonies
Tints & shades
Code snippets
color: #74c365;
background-color: #74c365;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF74C365)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.76, blue: 0.40, alpha: 1.0)