What is the RGB code for banana yellow?
The CSS color banana yellow in RGB format is rgb(250, 254, 75). Use this value directly in CSS, SVG, and most design tools.
How do I use banana yellow in CSS?
To apply banana yellow in CSS:
- Text color: color: rgb(250, 254, 75);
- Background: background-color: rgb(250, 254, 75);
- Border: border-color: rgb(250, 254, 75);
What are all the color format values for banana yellow?
| Format | Value |
|---|---|
| HEX | #fafe4b |
| RGB | rgb(250, 254, 75) |
| HSL | hsl(61.3, 98.9%, 64.5%) |
| CMYK | cmyk(1.6%, 0%, 70.5%, 0.4%) |
How do I convert banana yellow to RGB?
Select banana yellow from the color name list in our color converter. The RGB value — rgb(250, 254, 75) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does banana yellow belong to?
banana yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 61.3°, saturation 98.9%, lightness 64.5%.
How do I create lighter and darker shades of banana yellow?
Lighter variant (lightness 79.5%): #fcfe97. Darker variant (lightness 49.5%): #f6fb01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.