Electric Banana
#fbff00
Here's everything about the color Electric Banana (#fbff00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fbff00 | |
|---|---|---|
| RGB | rgb(251, 255, 0) | |
| HSL | hsl(61, 100%, 50%) | |
| CMYK | cmyk(2%, 0%, 100%, 0%) | |
| LAB | lab(97, -17, 93) | |
| OKLCH | oklch(0.96 0.212 111) |
Color harmonies
Tints & shades
Code snippets
color: #fbff00;
background-color: #fbff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBFF00)
/* Swift / UIKit */
UIColor(red: 0.98, green: 1.00, blue: 0.00, alpha: 1.0)