Color: #CDE81C

#CDE81C Color Information

#CDE81C is a light color. The closest websafe version is #CDE81C. A complement of this color would be #371CE9, perceived brightness is 0.79, and the grayscale version is #828282.

In the HSL color space, this color has a hue angle of 68°,a saturation of 82%, and a lightness of 51%.The HSV representation shows a hue of 68°, a saturation of 88%, and a value of 91%.

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

In the Yxy color space, this color is represented as Y: 71.50, x: 0.4166, and y: 0.5148.

Color Code #CDE81C

#CDE81Crgb(205, 232, 28)
HEX
#CDE81C
RGB
rgb(205, 232, 28)
HSL
hsl(68, 82%, 51%)
HSV
hsv(68, 88%, 91%)
CMYK
12%, 0%, 88%, 9%
XYZ
X: 57.86, Y: 71.50, Z: 9.52
Lab
L: 87.73, a: -25.37, b: 81.50
Name

Shades of Color #CDE81C

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

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

#CDE81Crgb(205, 232, 28)

About #CDE81C Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 82%, and a lightness of 51%. The HSV representation shows a hue of 68°, a saturation of 88%, and a value of 91%.

  • HEX: #CDE81C
  • RGB: rgb(205, 232, 28)
  • HSL: hsl(68, 82%, 51%)
  • HSV: hsv(68, 88%, 91%)
  • CMYK: 12.00% cyan, 0.00% magenta, 88.00% yellow, 9.00% black
  • XYZ: 57.86, 71.50, 9.52
  • Yxy: 71.50, 0.4166, 0.5148
  • Hunter Lab: 87.73, -25.37, 81.50
  • CIE-Lab: 87.73, -25.37, 81.50

In the XYZ color space, this color is represented as X: 57.86, Y: 71.50, Z: 9.52. The Yxy representation further refines this as Y: 71.50, x: 0.4166, and y: 0.5148.

In the Hunter Lab color space, this color is represented as L: 87.73, a: -25.37, and b: 81.50. Similarly, in the CIE-Lab color space, it is represented as L: 87.73, a: -25.37, and b: 81.50.

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

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

Analogous Colors of #CDE81C

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

Split Complementary Colors of #CDE81C

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

Tetradic Colors of #CDE81C

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

Monochromatic Colors of #CDE81C

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

Complementary Color of #CDE81C

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

/* Using HEX */
body {
  background-color: #cde81c;
}
/* Using RGB */
body {
  background-color: rgb(205, 232, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 232, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 82%, 51%);
}
/* Text color */
p {
  color: #cde81c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cde81c;
}
/* Border color */
.box {
  border: 4px solid #cde81c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cde81c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cde81c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDE81C
On Black Background
#CDE81C
On White Background
#CDE81C

HTML Examples of #CDE81C

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

Related Colors of #CDE81C

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