Peridot Hex Code — #E6E200
RGB, HSL, and CMYK values for Peridot.
Peridot Color Values
| Format | Value |
|---|---|
| HEX | #E6E200 |
| RGB | rgb(230, 226, 0) |
| HSL | hsl(59, 100%, 45%) |
| CMYK | cmyk(0%, 2%, 100%, 10%) |
Want to explore more shades? Use our Color Converter
About Peridot
Color psychology: Strength, purpose.
Peridot (#E6E200) is a medium shade of green. It's commonly used in web design, graphic design, and branding where strength, purpose are desired associations.
How to Use Peridot in CSS
/* Using HEX */ color: #E6E200; background-color: #E6E200; /* Using RGB */ color: rgb(230, 226, 0); /* Using HSL */ color: hsl(59, 100%, 45%);