Color: #CBEE5D

#CBEE5D Color Information

#CBEE5D is a light color. The closest websafe version is #CBEE5D. 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, #CBEE5D is composed of 80% red, 93% green and 36% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 75.24, x: 0.3963, and y: 0.4927.

Color Code #CBEE5D

#CBEE5Drgb(203, 238, 93)
HEX
#CBEE5D
RGB
rgb(203, 238, 93)
HSL
hsl(74, 81%, 65%)
HSV
hsv(74, 61%, 93%)
CMYK
15%, 0%, 61%, 7%
XYZ
X: 60.53, Y: 75.24, Z: 16.95
Lab
L: 89.51, a: -26.65, b: 63.90
Name

Shades of Color #CBEE5D

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

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

#CBEE5Drgb(203, 238, 93)

About #CBEE5D 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: #CBEE5D
  • RGB: rgb(203, 238, 93)
  • HSL: hsl(74, 81%, 65%)
  • HSV: hsv(74, 61%, 93%)
  • CMYK: 15.00% cyan, 0.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 60.53, 75.24, 16.95
  • Yxy: 75.24, 0.3963, 0.4927
  • Hunter Lab: 89.51, -26.65, 63.90
  • CIE-Lab: 89.51, -26.65, 63.90

In the XYZ color space, this color is represented as X: 60.53, Y: 75.24, Z: 16.95. The Yxy representation further refines this as Y: 75.24, x: 0.3963, and y: 0.4927.

In the Hunter Lab color space, this color is represented as L: 89.51, a: -26.65, and b: 63.90. Similarly, in the CIE-Lab color space, it is represented as L: 89.51, a: -26.65, and b: 63.90.

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

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

Analogous Colors of #CBEE5D

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

Split Complementary Colors of #CBEE5D

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

Tetradic Colors of #CBEE5D

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

Monochromatic Colors of #CBEE5D

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

Complementary Color of #CBEE5D

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

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

HTML Examples of #CBEE5D

<!-- Using HEX -->
<div style="background-color: #cbee5d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 238, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 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: #cbee5d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbee5d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cbee5d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cbee5d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cbee5d; color: #fff; padding: 16px; border-radius: 8px;">
  #CBEE5D
</div>
#CBEE5D
On Black Background
#CBEE5D
On White Background
#CBEE5D

Related Colors of #CBEE5D

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