Color: #CCE45C

#CCE45C Color Information

#CCE45C is a light color. The closest websafe version is #CCE45C. A complement of this color would be #765DE5, perceived brightness is 0.81, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 71°,a saturation of 72%, and a lightness of 63%.The HSV representation shows a hue of 71°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CCE45C is composed of 80% red, 89% green and 36% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 60% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 69.70, x: 0.4025, and y: 0.4858.

Color Code #CCE45C

HEX
#CCE45C
RGB
rgb(204, 228, 92)
HSL
hsl(71, 72%, 63%)
HSV
hsv(71, 60%, 89%)
CMYK
11%, 0%, 60%, 11%
XYZ
X: 57.74, Y: 69.70, Z: 16.02
Lab
L: 86.85, a: -21.89, b: 61.53
Name

Shades of Color #CCE45C

Shades are created by darkening the original color #CCE45C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CCE45C

Tints are created by lightening the original color #CCE45C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #CCE45C Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 72%, and a lightness of 63%. The HSV representation shows a hue of 71°, a saturation of 60%, and a value of 89%.

  • HEX: #CCE45C
  • RGB: rgb(204, 228, 92)
  • HSL: hsl(71, 72%, 63%)
  • HSV: hsv(71, 60%, 89%)
  • CMYK: 11.00% cyan, 0.00% magenta, 60.00% yellow, 11.00% black
  • XYZ: 57.74, 69.70, 16.02
  • Yxy: 69.70, 0.4025, 0.4858
  • Hunter Lab: 86.85, -21.89, 61.53
  • CIE-Lab: 86.85, -21.89, 61.53

In the XYZ color space, this color is represented as X: 57.74, Y: 69.70, Z: 16.02. The Yxy representation further refines this as Y: 69.70, x: 0.4025, and y: 0.4858.

In the Hunter Lab color space, this color is represented as L: 86.85, a: -21.89, and b: 61.53. Similarly, in the CIE-Lab color space, it is represented as L: 86.85, a: -21.89, and b: 61.53.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CCE45C

Triadic colors are three colors evenly spaced around the color wheel, including #CCE45C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CCE45C

Analogous colors are adjacent to #CCE45C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #CCE45C

Monochromatic colors are variations of #CCE45C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CCE45C

The complementary color of #CCE45C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CCE45C

/* Using HEX */
body {
  background-color: #cce45c;
}
/* Using RGB */
body {
  background-color: rgb(204, 228, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 228, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 72%, 63%);
}
/* Text color */
p {
  color: #cce45c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cce45c;
}

HTML Examples of #CCE45C

<!-- Using HEX -->
<div style="background-color: #cce45c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 228, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 228, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(71, 72%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cce45c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cce45c; width: 100px; height: 100px;"></div>

Related Colors of #CCE45C

These colors are similar to #CCE45C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.