Color #CAE75B

HEX

#CAE75B

RGB

(202, 231, 91)

Quick Actions

Color Values

Color Space Values
RGB
R: 202, G: 231, B: 91 (79%, 91%, 36%)
CMYK C: 13%, M: 0%, Y: 61%, K: 9%
HSL H: 72°, S: 74%, L: 63%
HSV H: 72°, S: 61%, V: 91%
CIE-LAB L: 87.22, a: -28.72, b: 63.14
CIE-LCH L: 87.22, C: 69.36, H: 114.46
Hunter-Lab L: 83.94, a: -32.61, b: 41.57
Web Safe
#ccff66
Complementary
#785be7

#CAE75B is a color with RGB values of 202 red, 231 green, and 91 blue (79%, 91%, 36% respectively). In the CMYK color space, it consists of 13% cyan, 0% magenta, 61% yellow, and 9% black. The color has a hue angle of 72°, 74% saturation, and 63% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccff66. The complementary color is #785be7, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #CAE75B

Explore different variations of #CAE75B including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #CAE75B. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #CAE75B

Explore different color combinations and harmonies that work well with #CAE75B.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CAE75B

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #CAE75B

Text with #CAE75B

This text has a font color of #CAE75B.

<span style="color:#CAE75B;">Text here</span>
.text { color: #CAE75B; }

#CAE75B background color

This paragraph has a background color of #CAE75B.

<p style="background-color:#CAE75B;">Content here</p>
.background { background-color: #CAE75B; }

#CAE75B border color

This element has a border color of #CAE75B.
<div style="border:1px solid #CAE75B;">Content here</div>
.border { border: 1px solid #CAE75B; }

#CAE75B box shadow

This element has a box shadow using #CAE75B.
<div style="box-shadow: 0 4px 6px -1px #CAE75B80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #CAE75B80; }
Copied to clipboard!