Color: #CFEF7D

#CFEF7D Color Information

#CFEF7D is a light color. The closest websafe version is #CFEF7D. A complement of this color would be #9C7BEF, perceived brightness is 0.85, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 77°,a saturation of 78%, and a lightness of 71%.The HSV representation shows a hue of 77°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CFEF7D is composed of 81% red, 94% green and 49% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 48% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 77.00, x: 0.3858, and y: 0.4687.

Color Code #CFEF7D

HEX
#CFEF7D
RGB
rgb(207, 239, 125)
HSL
hsl(77, 78%, 71%)
HSV
hsv(77, 48%, 94%)
CMYK
13%, 0%, 48%, 6%
XYZ
X: 63.38, Y: 77.00, Z: 23.90
Lab
L: 90.32, a: -23.55, b: 51.00
Name

Shades of Color #CFEF7D

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

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

About #CFEF7D Color Code

In the HSL color space, this color has a hue angle of 77°, a saturation of 78%, and a lightness of 71%. The HSV representation shows a hue of 77°, a saturation of 48%, and a value of 94%.

  • HEX: #CFEF7D
  • RGB: rgb(207, 239, 125)
  • HSL: hsl(77, 78%, 71%)
  • HSV: hsv(77, 48%, 94%)
  • CMYK: 13.00% cyan, 0.00% magenta, 48.00% yellow, 6.00% black
  • XYZ: 63.38, 77.00, 23.90
  • Yxy: 77.00, 0.3858, 0.4687
  • Hunter Lab: 90.32, -23.55, 51.00
  • CIE-Lab: 90.32, -23.55, 51.00

In the XYZ color space, this color is represented as X: 63.38, Y: 77.00, Z: 23.90. The Yxy representation further refines this as Y: 77.00, x: 0.3858, and y: 0.4687.

In the Hunter Lab color space, this color is represented as L: 90.32, a: -23.55, and b: 51.00. Similarly, in the CIE-Lab color space, it is represented as L: 90.32, a: -23.55, and b: 51.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 #CFEF7D

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

Analogous Colors of #CFEF7D

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

Monochromatic Colors of #CFEF7D

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

Complementary Color of #CFEF7D

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

/* Using HEX */
body {
  background-color: #cfef7d;
}
/* Using RGB */
body {
  background-color: rgb(207, 239, 125);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 239, 125, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(77, 78%, 71%);
}
/* Text color */
p {
  color: #cfef7d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfef7d;
}

HTML Examples of #CFEF7D

<!-- Using HEX -->
<div style="background-color: #cfef7d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 239, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 239, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(77, 78%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfef7d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfef7d; width: 100px; height: 100px;"></div>

Related Colors of #CFEF7D

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