Verde
#7fb383
Verde, represented by the hex value #7fb383, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7fb383 | |
|---|---|---|
| RGB | rgb(127, 179, 131) | |
| HSL | hsl(125, 25%, 60%) | |
| CMYK | cmyk(29%, 0%, 27%, 30%) | |
| LAB | lab(68, -25, 19) | |
| OKLCH | oklch(0.72 0.088 146) |
Color harmonies
Tints & shades
Code snippets
color: #7fb383;
background-color: #7fb383;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF7FB383)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.70, blue: 0.51, alpha: 1.0)