Color: #CCE75D

#CCE75D Color Information

#CCE75D is a light color. The closest websafe version is #CCE75D. A complement of this color would be #7A5FE7, perceived brightness is 0.81, and the grayscale version is #A2A2A2.

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

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

In the Yxy color space, this color is represented as Y: 71.38, x: 0.4006, and y: 0.4873.

Color Code #CCE75D

#CCE75Drgb(204, 231, 93)
HEX
#CCE75D
RGB
rgb(204, 231, 93)
HSL
hsl(72, 74%, 64%)
HSV
hsv(72, 60%, 91%)
CMYK
12%, 0%, 60%, 9%
XYZ
X: 58.67, Y: 71.38, Z: 16.42
Lab
L: 87.67, a: -23.17, b: 61.99
Name

Shades of Color #CCE75D

Shades are created by darkening the original color #CCE75D 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 #CCE75D

Tints are created by lightening the original color #CCE75D 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.

#CCE75Drgb(204, 231, 93)

About #CCE75D Color Code

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

  • HEX: #CCE75D
  • RGB: rgb(204, 231, 93)
  • HSL: hsl(72, 74%, 64%)
  • HSV: hsv(72, 60%, 91%)
  • CMYK: 12.00% cyan, 0.00% magenta, 60.00% yellow, 9.00% black
  • XYZ: 58.67, 71.38, 16.42
  • Yxy: 71.38, 0.4006, 0.4873
  • Hunter Lab: 87.67, -23.17, 61.99
  • CIE-Lab: 87.67, -23.17, 61.99

In the XYZ color space, this color is represented as X: 58.67, Y: 71.38, Z: 16.42. The Yxy representation further refines this as Y: 71.38, x: 0.4006, and y: 0.4873.

In the Hunter Lab color space, this color is represented as L: 87.67, a: -23.17, and b: 61.99. Similarly, in the CIE-Lab color space, it is represented as L: 87.67, a: -23.17, and b: 61.99.

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 #CCE75D

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

Analogous Colors of #CCE75D

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

Split Complementary Colors of #CCE75D

Split complementary colors are two colors adjacent to the complementary color of #CCE75D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CCE75D

Tetradic colors form a rectangle on the color wheel, including #CCE75D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CCE75D

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

Complementary Color of #CCE75D

The complementary color of #CCE75D 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 #CCE75D

/* Using HEX */
body {
  background-color: #cce75d;
}
/* Using RGB */
body {
  background-color: rgb(204, 231, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 231, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 74%, 64%);
}
/* Text color */
p {
  color: #cce75d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cce75d;
}
/* Border color */
.box {
  border: 4px solid #cce75d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cce75d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cce75d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCE75D
On Black Background
#CCE75D
On White Background
#CCE75D

HTML Examples of #CCE75D

<!-- Using HEX -->
<div style="background-color: #cce75d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 231, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 231, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(72, 74%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cce75d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cce75d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cce75d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cce75d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cce75d; color: #fff; padding: 16px; border-radius: 8px;">
  #CCE75D
</div>
#CCE75D
On Black Background
#CCE75D
On White Background
#CCE75D

Related Colors of #CCE75D

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