Celery is a
neutral light color with the hex code #C1D062.
This moderately saturated hue can be represented as RGB
193, 208, 98 in digital design or CMYK 7%, 0%, 53%, 18% for print applications.
Find matching Pantone color.
Celery
#C1D062
Celery color values
- HEX
- #C1D062
- RGB
- 193, 208, 98
- HSL
- 68°, 54%, 60%
- CMYK
- 7, 0, 53, 18
Shades & tints
About this color
Celery sits at 68° on the color wheel with 54% saturation and 60% lightness, placing it in the yellow segment of the spectrum. The moderate 54% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Celery is rendered as rgb(193, 208, 98), where the green channel leads at 208, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Celery translates to a CMYK breakdown of 7C 0M 53Y 18K. The low-to-moderate black value (18%) means the color's character in print comes primarily from its yellow ink content (53%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Celery
CSS Variable
:root {
--brand-primary: #C1D062;
--brand-primary-rgb: 193, 208, 98;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#C1D062',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 7%
M: 0%
Y: 53%
K: 18% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(193, 208, 98)
rgba(193, 208, 98, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #C1D062?
What is the RGB value of #C1D062?
Is Celery a warm or cool color?
How do I use #C1D062 in CSS?
background-color: #C1D062; or color: #C1D062; or as an RGB value: rgb(193, 208, 98). For print design, use CMYK: 7%, 0%, 53%, 18%.