Color: #CCEE5D

#CCEE5D Color Information

#CCEE5D is a light color. The closest websafe version is #CCEE5D. A complement of this color would be #7F5DEE, perceived brightness is 0.83, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 74°,a saturation of 81%, and a lightness of 65%.The HSV representation shows a hue of 74°, a saturation of 61%, and a value of 93%.

In a RGB color space, #CCEE5D is composed of 80% red, 93% green and 36% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 75.39, x: 0.3971, and y: 0.4922.

Color Code #CCEE5D

#CCEE5Drgb(204, 238, 93)
HEX
#CCEE5D
RGB
rgb(204, 238, 93)
HSL
hsl(74, 81%, 65%)
HSV
hsv(74, 61%, 93%)
CMYK
14%, 0%, 61%, 7%
XYZ
X: 60.82, Y: 75.39, Z: 16.96
Lab
L: 89.58, a: -26.26, b: 64.00
Name

Shades of Color #CCEE5D

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

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

#CCEE5Drgb(204, 238, 93)

About #CCEE5D Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 81%, and a lightness of 65%. The HSV representation shows a hue of 74°, a saturation of 61%, and a value of 93%.

  • HEX: #CCEE5D
  • RGB: rgb(204, 238, 93)
  • HSL: hsl(74, 81%, 65%)
  • HSV: hsv(74, 61%, 93%)
  • CMYK: 14.00% cyan, 0.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 60.82, 75.39, 16.96
  • Yxy: 75.39, 0.3971, 0.4922
  • Hunter Lab: 89.58, -26.26, 64.00
  • CIE-Lab: 89.58, -26.26, 64.00

In the XYZ color space, this color is represented as X: 60.82, Y: 75.39, Z: 16.96. The Yxy representation further refines this as Y: 75.39, x: 0.3971, and y: 0.4922.

In the Hunter Lab color space, this color is represented as L: 89.58, a: -26.26, and b: 64.00. Similarly, in the CIE-Lab color space, it is represented as L: 89.58, a: -26.26, and b: 64.00.

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

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

Analogous Colors of #CCEE5D

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

Split Complementary Colors of #CCEE5D

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

Tetradic Colors of #CCEE5D

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

Monochromatic Colors of #CCEE5D

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

Complementary Color of #CCEE5D

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

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

HTML Examples of #CCEE5D

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

Related Colors of #CCEE5D

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