Color: #ADF665
#ADF665 Color Information
#ADF665 is a light color. The closest websafe version is #ADF665. A complement of this color would be #AD65F6, perceived brightness is 0.81, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 90°,a saturation of 89%, and a lightness of 68%.The HSV representation shows a hue of 90°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADF665 is composed of 68% red, 96% green and 40% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 59% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 76.15, x: 0.3691, and y: 0.5058.
Color Code #ADF665
Shades of Color #ADF665
Shades are created by darkening the original color #ADF665 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 #ADF665
Tints are created by lightening the original color #ADF665 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 #ADF665 Color Code
In the HSL color space, this color has a hue angle of 90°, a saturation of 89%, and a lightness of 68%. The HSV representation shows a hue of 90°, a saturation of 59%, and a value of 96%.
- HEX: #ADF665
- RGB: rgb(173, 246, 101)
- HSL: hsl(90, 89%, 68%)
- HSV: hsv(90, 59%, 96%)
- CMYK: 30.00% cyan, 0.00% magenta, 59.00% yellow, 4.00% black
- XYZ: 55.57, 76.15, 18.83
- Yxy: 76.15, 0.3691, 0.5058
- Hunter Lab: 89.93, -40.50, 60.43
- CIE-Lab: 89.93, -40.50, 60.43
In the XYZ color space, this color is represented as X: 55.57, Y: 76.15, Z: 18.83. The Yxy representation further refines this as Y: 76.15, x: 0.3691, and y: 0.5058.
In the Hunter Lab color space, this color is represented as L: 89.93, a: -40.50, and b: 60.43. Similarly, in the CIE-Lab color space, it is represented as L: 89.93, a: -40.50, and b: 60.43.
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 #ADF665
Triadic colors are three colors evenly spaced around the color wheel, including #ADF665. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADF665
Monochromatic colors are variations of #ADF665, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADF665
The complementary color of #ADF665 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 #ADF665
/* Using HEX */ body { background-color: #adf665; }
/* Using RGB */ body { background-color: rgb(173, 246, 101); }
/* Using RGB with opacity */ body { background-color: rgba(173, 246, 101, 0.5); }
/* Using HSL */ body { background-color: hsl(90, 89%, 68%); }
/* Text color */ p { color: #adf665; }
/* Box shadow */ div { box-shadow: 4px 4px #adf665; }
HTML Examples of #ADF665
<!-- Using HEX --> <div style="background-color: #adf665; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 246, 101); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 246, 101, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(90, 89%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adf665;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adf665; width: 100px; height: 100px;"></div>
Related Colors of #ADF665
These colors are similar to #ADF665, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.