Color: #DAF85B
#DAF85B Color Information
#DAF85B is a light color. The closest websafe version is #DAF85B. A complement of this color would be #7659F8, perceived brightness is 0.87, and the grayscale version is #A9A9A9.
In the HSL color space, this color has a hue angle of 71°,a saturation of 92%, and a lightness of 66%.The HSV representation shows a hue of 71°, a saturation of 63%, and a value of 97%.
In a RGB color space, #DAF85B is composed of 85% red, 97% green and 36% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 63% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 83.53, x: 0.4029, and y: 0.4934.
Color Code #DAF85B
Shades of Color #DAF85B
Shades are created by darkening the original color #DAF85B 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 #DAF85B
Tints are created by lightening the original color #DAF85B 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 #DAF85B Color Code
In the HSL color space, this color has a hue angle of 71°, a saturation of 92%, and a lightness of 66%. The HSV representation shows a hue of 71°, a saturation of 63%, and a value of 97%.
- HEX: #DAF85B
- RGB: rgb(218, 248, 91)
- HSL: hsl(71, 92%, 66%)
- HSV: hsv(71, 63%, 97%)
- CMYK: 12.00% cyan, 0.00% magenta, 63.00% yellow, 3.00% black
- XYZ: 68.22, 83.53, 17.56
- Yxy: 83.53, 0.4029, 0.4934
- Hunter Lab: 93.24, -25.36, 68.94
- CIE-Lab: 93.24, -25.36, 68.94
In the XYZ color space, this color is represented as X: 68.22, Y: 83.53, Z: 17.56. The Yxy representation further refines this as Y: 83.53, x: 0.4029, and y: 0.4934.
In the Hunter Lab color space, this color is represented as L: 93.24, a: -25.36, and b: 68.94. Similarly, in the CIE-Lab color space, it is represented as L: 93.24, a: -25.36, and b: 68.94.
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 #DAF85B
Triadic colors are three colors evenly spaced around the color wheel, including #DAF85B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DAF85B
Split complementary colors are two colors adjacent to the complementary color of #DAF85B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DAF85B
Monochromatic colors are variations of #DAF85B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DAF85B
The complementary color of #DAF85B 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 #DAF85B
/* Using HEX */ body { background-color: #daf85b; }
/* Using RGB */ body { background-color: rgb(218, 248, 91); }
/* Using RGB with opacity */ body { background-color: rgba(218, 248, 91, 0.5); }
/* Using HSL */ body { background-color: hsl(71, 92%, 66%); }
/* Text color */ p { color: #daf85b; }
/* Box shadow */ div { box-shadow: 4px 4px #daf85b; }
/* Border color */ .box { border: 4px solid #daf85b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #daf85b; }
/* Background with text */ div { background: #daf85b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DAF85B
<!-- Using HEX --> <div style="background-color: #daf85b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 248, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 248, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(71, 92%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #daf85b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #daf85b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #daf85b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #daf85b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #daf85b; color: #fff; padding: 16px; border-radius: 8px;"> #DAF85B </div>
Related Colors of #DAF85B
These colors are similar to #DAF85B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.