Celery
#b4c04c
Looking for the precise values behind Celery (#b4c04c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b4c04c | |
|---|---|---|
| RGB | rgb(180, 192, 76) | |
| HSL | hsl(66, 48%, 53%) | |
| CMYK | cmyk(6%, 0%, 60%, 25%) | |
| LAB | lab(75, -16, 55) | |
| OKLCH | oklch(0.78 0.14 115) |
Color harmonies
Tints & shades
Code snippets
color: #b4c04c;
background-color: #b4c04c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB4C04C)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.75, blue: 0.30, alpha: 1.0)