Frog Prince
#bbd75a
Frog Prince, represented by the hex value #bbd75a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bbd75a | |
|---|---|---|
| RGB | rgb(187, 215, 90) | |
| HSL | hsl(73, 61%, 60%) | |
| CMYK | cmyk(13%, 0%, 58%, 16%) | |
| LAB | lab(82, -23, 57) | |
| OKLCH | oklch(0.83 0.154 120) |
Color harmonies
Tints & shades
Code snippets
color: #bbd75a;
background-color: #bbd75a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBBD75A)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.84, blue: 0.35, alpha: 1.0)