Color: #CCF58D

#CCF58D Color Information

#CCF58D is a light color. The closest websafe version is #CCF58D. A complement of this color would be #B88EF5, perceived brightness is 0.87, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 84°,a saturation of 84%, and a lightness of 76%.The HSV representation shows a hue of 84°, a saturation of 42%, and a value of 96%.

In a RGB color space, #CCF58D is composed of 80% red, 96% green and 55% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 42% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 80.51, x: 0.3741, and y: 0.4613.

Color Code #CCF58D

#CCF58Drgb(204, 245, 141)
HEX
#CCF58D
RGB
rgb(204, 245, 141)
HSL
hsl(84, 84%, 76%)
HSV
hsv(84, 42%, 96%)
CMYK
17%, 0%, 42%, 4%
XYZ
X: 65.30, Y: 80.51, Z: 28.73
Lab
L: 91.91, a: -26.05, b: 45.36
Name

Shades of Color #CCF58D

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

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

#CCF58Drgb(204, 245, 141)

About #CCF58D Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 84%, and a lightness of 76%. The HSV representation shows a hue of 84°, a saturation of 42%, and a value of 96%.

  • HEX: #CCF58D
  • RGB: rgb(204, 245, 141)
  • HSL: hsl(84, 84%, 76%)
  • HSV: hsv(84, 42%, 96%)
  • CMYK: 17.00% cyan, 0.00% magenta, 42.00% yellow, 4.00% black
  • XYZ: 65.30, 80.51, 28.73
  • Yxy: 80.51, 0.3741, 0.4613
  • Hunter Lab: 91.91, -26.05, 45.36
  • CIE-Lab: 91.91, -26.05, 45.36

In the XYZ color space, this color is represented as X: 65.30, Y: 80.51, Z: 28.73. The Yxy representation further refines this as Y: 80.51, x: 0.3741, and y: 0.4613.

In the Hunter Lab color space, this color is represented as L: 91.91, a: -26.05, and b: 45.36. Similarly, in the CIE-Lab color space, it is represented as L: 91.91, a: -26.05, and b: 45.36.

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

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

Analogous Colors of #CCF58D

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

Split Complementary Colors of #CCF58D

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

Tetradic Colors of #CCF58D

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

Monochromatic Colors of #CCF58D

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

Complementary Color of #CCF58D

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

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

HTML Examples of #CCF58D

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

Related Colors of #CCF58D

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