Color: #CDF56E

#CDF56E Color Information

#CDF56E is a light color. The closest websafe version is #CDF56E. A complement of this color would be #9870F5, perceived brightness is 0.85, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 78°,a saturation of 87%, and a lightness of 70%.The HSV representation shows a hue of 78°, a saturation of 55%, and a value of 96%.

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

In the Yxy color space, this color is represented as Y: 79.99, x: 0.3883, and y: 0.4852.

Color Code #CDF56E

#CDF56Ergb(205, 245, 110)
HEX
#CDF56E
RGB
rgb(205, 245, 110)
HSL
hsl(78, 87%, 70%)
HSV
hsv(78, 55%, 96%)
CMYK
16%, 0%, 55%, 4%
XYZ
X: 64.01, Y: 79.99, Z: 20.85
Lab
L: 91.68, a: -27.95, b: 59.21
Name

Shades of Color #CDF56E

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

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

#CDF56Ergb(205, 245, 110)

About #CDF56E Color Code

In the HSL color space, this color has a hue angle of 78°, a saturation of 87%, and a lightness of 70%. The HSV representation shows a hue of 78°, a saturation of 55%, and a value of 96%.

  • HEX: #CDF56E
  • RGB: rgb(205, 245, 110)
  • HSL: hsl(78, 87%, 70%)
  • HSV: hsv(78, 55%, 96%)
  • CMYK: 16.00% cyan, 0.00% magenta, 55.00% yellow, 4.00% black
  • XYZ: 64.01, 79.99, 20.85
  • Yxy: 79.99, 0.3883, 0.4852
  • Hunter Lab: 91.68, -27.95, 59.21
  • CIE-Lab: 91.68, -27.95, 59.21

In the XYZ color space, this color is represented as X: 64.01, Y: 79.99, Z: 20.85. The Yxy representation further refines this as Y: 79.99, x: 0.3883, and y: 0.4852.

In the Hunter Lab color space, this color is represented as L: 91.68, a: -27.95, and b: 59.21. Similarly, in the CIE-Lab color space, it is represented as L: 91.68, a: -27.95, and b: 59.21.

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

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

Analogous Colors of #CDF56E

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

Monochromatic Colors of #CDF56E

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

Complementary Color of #CDF56E

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

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

HTML Examples of #CDF56E

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

Related Colors of #CDF56E

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