Color: #D5FCAF
#D5FCAF Color Information
#D5FCAF is a light color. The closest websafe version is #D5FCAF. A complement of this color would be #D6B0FC, perceived brightness is 0.91, and the grayscale version is #D6D6D6.
In the HSL color space, this color has a hue angle of 90°,a saturation of 93%, and a lightness of 84%.The HSV representation shows a hue of 90°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D5FCAF is composed of 84% red, 99% green and 69% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 31% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 87.19, x: 0.3617, and y: 0.4342.
Color Code #D5FCAF
Shades of Color #D5FCAF
Shades are created by darkening the original color #D5FCAF 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 #D5FCAF
Tints are created by lightening the original color #D5FCAF 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 #D5FCAF Color Code
In the HSL color space, this color has a hue angle of 90°, a saturation of 93%, and a lightness of 84%. The HSV representation shows a hue of 90°, a saturation of 31%, and a value of 99%.
- HEX: #D5FCAF
- RGB: rgb(213, 252, 175)
- HSL: hsl(90, 93%, 84%)
- HSV: hsv(90, 31%, 99%)
- CMYK: 15.00% cyan, 0.00% magenta, 31.00% yellow, 100.00% black
- XYZ: 72.63, 87.19, 41.00
- Yxy: 87.19, 0.3617, 0.4342
- Hunter Lab: 94.82, -22.72, 32.67
- CIE-Lab: 94.82, -22.72, 32.67
In the XYZ color space, this color is represented as X: 72.63, Y: 87.19, Z: 41.00. The Yxy representation further refines this as Y: 87.19, x: 0.3617, and y: 0.4342.
In the Hunter Lab color space, this color is represented as L: 94.82, a: -22.72, and b: 32.67. Similarly, in the CIE-Lab color space, it is represented as L: 94.82, a: -22.72, and b: 32.67.
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 #D5FCAF
Triadic colors are three colors evenly spaced around the color wheel, including #D5FCAF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D5FCAF
Monochromatic colors are variations of #D5FCAF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D5FCAF
The complementary color of #D5FCAF 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 #D5FCAF
/* Using HEX */ body { background-color: #d5fcaf; }
/* Using RGB */ body { background-color: rgb(213, 252, 175); }
/* Using RGB with opacity */ body { background-color: rgba(213, 252, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(90, 93%, 84%); }
/* Text color */ p { color: #d5fcaf; }
/* Box shadow */ div { box-shadow: 4px 4px #d5fcaf; }
HTML Examples of #D5FCAF
<!-- Using HEX --> <div style="background-color: #d5fcaf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(213, 252, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(213, 252, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(90, 93%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d5fcaf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d5fcaf; width: 100px; height: 100px;"></div>
Related Colors of #D5FCAF
These colors are similar to #D5FCAF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.