Color: #D2EE4A
#D2EE4A Color Information
#D2EE4A is a light color. The closest websafe version is #D2EE4A. A complement of this color would be #6549EE, perceived brightness is 0.83, and the grayscale version is #9C9C9C.
In the HSL color space, this color has a hue angle of 70°,a saturation of 83%, and a lightness of 61%.The HSV representation shows a hue of 70°, a saturation of 69%, and a value of 93%.
In a RGB color space, #D2EE4A is composed of 82% red, 93% green and 29% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 69% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 76.05, x: 0.4076, and y: 0.4998.
Color Code #D2EE4A
Shades of Color #D2EE4A
Shades are created by darkening the original color #D2EE4A 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 #D2EE4A
Tints are created by lightening the original color #D2EE4A 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 #D2EE4A Color Code
In the HSL color space, this color has a hue angle of 70°, a saturation of 83%, and a lightness of 61%. The HSV representation shows a hue of 70°, a saturation of 69%, and a value of 93%.
- HEX: #D2EE4A
- RGB: rgb(210, 238, 74)
- HSL: hsl(70, 83%, 61%)
- HSV: hsv(70, 69%, 93%)
- CMYK: 12.00% cyan, 0.00% magenta, 69.00% yellow, 7.00% black
- XYZ: 62.01, 76.05, 14.09
- Yxy: 76.05, 0.4076, 0.4998
- Hunter Lab: 89.88, -24.81, 71.60
- CIE-Lab: 89.88, -24.81, 71.60
In the XYZ color space, this color is represented as X: 62.01, Y: 76.05, Z: 14.09. The Yxy representation further refines this as Y: 76.05, x: 0.4076, and y: 0.4998.
In the Hunter Lab color space, this color is represented as L: 89.88, a: -24.81, and b: 71.60. Similarly, in the CIE-Lab color space, it is represented as L: 89.88, a: -24.81, and b: 71.60.
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 #D2EE4A
Triadic colors are three colors evenly spaced around the color wheel, including #D2EE4A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D2EE4A
Monochromatic colors are variations of #D2EE4A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D2EE4A
The complementary color of #D2EE4A 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 #D2EE4A
/* Using HEX */ body { background-color: #d2ee4a; }
/* Using RGB */ body { background-color: rgb(210, 238, 74); }
/* Using RGB with opacity */ body { background-color: rgba(210, 238, 74, 0.5); }
/* Using HSL */ body { background-color: hsl(70, 83%, 61%); }
/* Text color */ p { color: #d2ee4a; }
/* Box shadow */ div { box-shadow: 4px 4px #d2ee4a; }
/* Border color */ .box { border: 4px solid #d2ee4a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d2ee4a; }
/* Background with text */ div { background: #d2ee4a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D2EE4A
<!-- Using HEX --> <div style="background-color: #d2ee4a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(210, 238, 74); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(210, 238, 74, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(70, 83%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d2ee4a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d2ee4a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d2ee4a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d2ee4a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d2ee4a; color: #fff; padding: 16px; border-radius: 8px;"> #D2EE4A </div>
Related Colors of #D2EE4A
These colors are similar to #D2EE4A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.