What is the RGB code for very pale green?
The CSS color very pale green in RGB format is rgb(207, 253, 188). Use this value directly in CSS, SVG, and most design tools.
How do I use very pale green in CSS?
To apply very pale green in CSS:
- Text color: color: rgb(207, 253, 188);
- Background: background-color: rgb(207, 253, 188);
- Border: border-color: rgb(207, 253, 188);
What are all the color format values for very pale green?
| Format | Value |
|---|---|
| HEX | #cffdbc |
| RGB | rgb(207, 253, 188) |
| HSL | hsl(102.5, 94.2%, 86.5%) |
| CMYK | cmyk(18.2%, 0%, 25.7%, 0.8%) |
How do I convert very pale green to RGB?
Select very pale green from the color name list in our color converter. The RGB value — rgb(207, 253, 188) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very pale green belong to?
very pale green belongs to the green color family. It is a light, vivid color with HSL values: hue 102.5°, saturation 94.2%, lightness 86.5%.
How do I create lighter and darker shades of very pale green?
Lighter variant (lightness 95%): #edfee6. Darker variant (lightness 71.5%): #9afb72. 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.