Color: #ADD816

#ADD816 Color Information

#ADD816 is a light color. The closest websafe version is #ADD816. A complement of this color would be #4016DA, perceived brightness is 0.71, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 73°,a saturation of 82%, and a lightness of 47%.The HSV representation shows a hue of 73°, a saturation of 100%, and a value of 100%.

In a RGB color space, #ADD816 is composed of 68% red, 85% green and 9% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 90% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 58.57, x: 0.4028, and y: 0.5269.

Color Code #ADD816

HEX
#ADD816
RGB
rgb(173, 216, 22)
HSL
hsl(73, 82%, 47%)
HSV
hsv(73, 90%, 85%)
CMYK
20%, 0%, 90%, 15%
XYZ
X: 44.78, Y: 58.57, Z: 7.82
Lab
L: 81.06, a: -31.15, b: 76.14
Name

Shades of Color #ADD816

Shades are created by darkening the original color #ADD816 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 #ADD816

Tints are created by lightening the original color #ADD816 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 #ADD816 Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 82%, and a lightness of 47%. The HSV representation shows a hue of 73°, a saturation of 90%, and a value of 85%.

  • HEX: #ADD816
  • RGB: rgb(173, 216, 22)
  • HSL: hsl(73, 82%, 47%)
  • HSV: hsv(73, 90%, 85%)
  • CMYK: 20.00% cyan, 0.00% magenta, 90.00% yellow, 15.00% black
  • XYZ: 44.78, 58.57, 7.82
  • Yxy: 58.57, 0.4028, 0.5269
  • Hunter Lab: 81.06, -31.15, 76.14
  • CIE-Lab: 81.06, -31.15, 76.14

In the XYZ color space, this color is represented as X: 44.78, Y: 58.57, Z: 7.82. The Yxy representation further refines this as Y: 58.57, x: 0.4028, and y: 0.5269.

In the Hunter Lab color space, this color is represented as L: 81.06, a: -31.15, and b: 76.14. Similarly, in the CIE-Lab color space, it is represented as L: 81.06, a: -31.15, and b: 76.14.

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 #ADD816

Triadic colors are three colors evenly spaced around the color wheel, including #ADD816. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #ADD816

Analogous colors are adjacent to #ADD816 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #ADD816

Monochromatic colors are variations of #ADD816, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #ADD816

The complementary color of #ADD816 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 #ADD816

/* Using HEX */
body {
  background-color: #add816;
}
/* Using RGB */
body {
  background-color: rgb(173, 216, 22);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 216, 22, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(73, 82%, 47%);
}
/* Text color */
p {
  color: #add816;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #add816;
}

HTML Examples of #ADD816

<!-- Using HEX -->
<div style="background-color: #add816; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 216, 22); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 216, 22, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(73, 82%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #add816;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #add816; width: 100px; height: 100px;"></div>

Related Colors of #ADD816

These colors are similar to #ADD816, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.