What is the RGB code for celery?
The CSS color celery in RGB format is rgb(193, 253, 149). Use this value directly in CSS, SVG, and most design tools.
How do I use celery in CSS?
To apply celery in CSS:
- Text color: color: rgb(193, 253, 149);
- Background: background-color: rgb(193, 253, 149);
- Border: border-color: rgb(193, 253, 149);
What are all the color format values for celery?
| Format | Value |
|---|---|
| HEX | #c1fd95 |
| RGB | rgb(193, 253, 149) |
| HSL | hsl(94.6, 96.3%, 78.8%) |
| CMYK | cmyk(23.7%, 0%, 41.1%, 0.8%) |
How do I convert celery to RGB?
Select celery from the color name list in our color converter. The RGB value — rgb(193, 253, 149) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does celery belong to?
celery belongs to the green color family. It is a light, vivid color with HSL values: hue 94.6°, saturation 96.3%, lightness 78.8%.
How do I create lighter and darker shades of celery?
Lighter variant (lightness 93.8%): #edfee0. Darker variant (lightness 63.8%): #95fc4a. 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.