Poisonous Mints
#8fd400
Looking for the precise values behind Poisonous Mints (#8fd400)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8fd400 | |
|---|---|---|
| RGB | rgb(143, 212, 0) | |
| HSL | hsl(80, 100%, 42%) | |
| CMYK | cmyk(33%, 0%, 100%, 17%) | |
| LAB | lab(78, -41, 75) | |
| OKLCH | oklch(0.79 0.211 129) |
Color harmonies
Tints & shades
Code snippets
color: #8fd400;
background-color: #8fd400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF8FD400)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.83, blue: 0.00, alpha: 1.0)