Ferntastic
#71ab62
Ferntastic, represented by the hex value #71ab62, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #71ab62 | |
|---|---|---|
| RGB | rgb(113, 171, 98) | |
| HSL | hsl(108, 30%, 53%) | |
| CMYK | cmyk(34%, 0%, 43%, 33%) | |
| LAB | lab(65, -30, 31) | |
| OKLCH | oklch(0.68 0.119 139) |
Color harmonies
Tints & shades
Code snippets
color: #71ab62;
background-color: #71ab62;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF71AB62)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.67, blue: 0.38, alpha: 1.0)