Color: #ADDA43
#ADDA43 Color Information
#ADDA43 is a light color. The closest websafe version is #ADDA43. A complement of this color would be #7144DA, perceived brightness is 0.73, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 78°,a saturation of 67%, and a lightness of 56%.The HSV representation shows a hue of 78°, a saturation of 69%, and a value of 85%.
In a RGB color space, #ADDA43 is composed of 68% red, 85% green and 26% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 69% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 59.90, x: 0.3923, and y: 0.5106.
Color Code #ADDA43
Shades of Color #ADDA43
Shades are created by darkening the original color #ADDA43 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 #ADDA43
Tints are created by lightening the original color #ADDA43 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 #ADDA43 Color Code
In the HSL color space, this color has a hue angle of 78°, a saturation of 67%, and a lightness of 56%. The HSV representation shows a hue of 78°, a saturation of 69%, and a value of 85%.
- HEX: #ADDA43
- RGB: rgb(173, 218, 67)
- HSL: hsl(78, 67%, 56%)
- HSV: hsv(78, 69%, 85%)
- CMYK: 21.00% cyan, 0.00% magenta, 69.00% yellow, 15.00% black
- XYZ: 46.02, 59.90, 11.40
- Yxy: 59.90, 0.3923, 0.5106
- Hunter Lab: 81.78, -30.73, 65.21
- CIE-Lab: 81.78, -30.73, 65.21
In the XYZ color space, this color is represented as X: 46.02, Y: 59.90, Z: 11.40. The Yxy representation further refines this as Y: 59.90, x: 0.3923, and y: 0.5106.
In the Hunter Lab color space, this color is represented as L: 81.78, a: -30.73, and b: 65.21. Similarly, in the CIE-Lab color space, it is represented as L: 81.78, a: -30.73, and b: 65.21.
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 #ADDA43
Triadic colors are three colors evenly spaced around the color wheel, including #ADDA43. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADDA43
Split complementary colors are two colors adjacent to the complementary color of #ADDA43. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADDA43
Monochromatic colors are variations of #ADDA43, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADDA43
The complementary color of #ADDA43 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 #ADDA43
/* Using HEX */ body { background-color: #adda43; }
/* Using RGB */ body { background-color: rgb(173, 218, 67); }
/* Using RGB with opacity */ body { background-color: rgba(173, 218, 67, 0.5); }
/* Using HSL */ body { background-color: hsl(78, 67%, 56%); }
/* Text color */ p { color: #adda43; }
/* Box shadow */ div { box-shadow: 4px 4px #adda43; }
/* Border color */ .box { border: 4px solid #adda43; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adda43; }
/* Background with text */ div { background: #adda43; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADDA43
<!-- Using HEX --> <div style="background-color: #adda43; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 218, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 218, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(78, 67%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adda43;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adda43; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adda43; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adda43;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adda43; color: #fff; padding: 16px; border-radius: 8px;"> #ADDA43 </div>
Related Colors of #ADDA43
These colors are similar to #ADDA43, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.