Color: #ADC57D
#ADC57D Color Information
#ADC57D is a light color. The closest websafe version is #ADC57D. A complement of this color would be #957DC5, perceived brightness is 0.71, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 80°,a saturation of 38%, and a lightness of 63%.The HSV representation shows a hue of 80°, a saturation of 37%, and a value of 77%.
In a RGB color space, #ADC57D is composed of 68% red, 77% green and 49% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 37% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 50.57, x: 0.3746, and y: 0.4441.
Color Code #ADC57D
Shades of Color #ADC57D
Shades are created by darkening the original color #ADC57D 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 #ADC57D
Tints are created by lightening the original color #ADC57D 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 #ADC57D Color Code
In the HSL color space, this color has a hue angle of 80°, a saturation of 38%, and a lightness of 63%. The HSV representation shows a hue of 80°, a saturation of 37%, and a value of 77%.
- HEX: #ADC57D
- RGB: rgb(173, 197, 125)
- HSL: hsl(80, 38%, 63%)
- HSV: hsv(80, 37%, 77%)
- CMYK: 12.00% cyan, 0.00% magenta, 37.00% yellow, 23.00% black
- XYZ: 42.66, 50.57, 20.65
- Yxy: 50.57, 0.3746, 0.4441
- Hunter Lab: 76.42, -17.36, 33.31
- CIE-Lab: 76.42, -17.36, 33.31
In the XYZ color space, this color is represented as X: 42.66, Y: 50.57, Z: 20.65. The Yxy representation further refines this as Y: 50.57, x: 0.3746, and y: 0.4441.
In the Hunter Lab color space, this color is represented as L: 76.42, a: -17.36, and b: 33.31. Similarly, in the CIE-Lab color space, it is represented as L: 76.42, a: -17.36, and b: 33.31.
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 #ADC57D
Triadic colors are three colors evenly spaced around the color wheel, including #ADC57D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADC57D
Split complementary colors are two colors adjacent to the complementary color of #ADC57D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADC57D
Monochromatic colors are variations of #ADC57D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADC57D
The complementary color of #ADC57D 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 #ADC57D
/* Using HEX */ body { background-color: #adc57d; }
/* Using RGB */ body { background-color: rgb(173, 197, 125); }
/* Using RGB with opacity */ body { background-color: rgba(173, 197, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(80, 38%, 63%); }
/* Text color */ p { color: #adc57d; }
/* Box shadow */ div { box-shadow: 4px 4px #adc57d; }
/* Border color */ .box { border: 4px solid #adc57d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adc57d; }
/* Background with text */ div { background: #adc57d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADC57D
<!-- Using HEX --> <div style="background-color: #adc57d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 197, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 197, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(80, 38%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adc57d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adc57d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adc57d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adc57d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adc57d; color: #fff; padding: 16px; border-radius: 8px;"> #ADC57D </div>
Related Colors of #ADC57D
These colors are similar to #ADC57D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.