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