Color: #ADD467

#ADD467 Color Information

#ADD467 is a light color. The closest websafe version is #ADD467. A complement of this color would be #8E68D4, perceived brightness is 0.74, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 81°,a saturation of 56%, and a lightness of 62%.The HSV representation shows a hue of 81°, a saturation of 51%, and a value of 83%.

In a RGB color space, #ADD467 is composed of 68% red, 83% green and 40% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 51% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 57.32, x: 0.3809, and y: 0.4797.

Color Code #ADD467

#ADD467rgb(173, 212, 103)
HEX
#ADD467
RGB
rgb(173, 212, 103)
HSL
hsl(81, 56%, 62%)
HSV
hsv(81, 51%, 83%)
CMYK
18%, 0%, 51%, 17%
XYZ
X: 45.52, Y: 57.32, Z: 16.66
Lab
L: 80.36, a: -26.02, b: 48.80
Name

Shades of Color #ADD467

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

Tints are created by lightening the original color #ADD467 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.

#ADD467rgb(173, 212, 103)

About #ADD467 Color Code

In the HSL color space, this color has a hue angle of 81°, a saturation of 56%, and a lightness of 62%. The HSV representation shows a hue of 81°, a saturation of 51%, and a value of 83%.

  • HEX: #ADD467
  • RGB: rgb(173, 212, 103)
  • HSL: hsl(81, 56%, 62%)
  • HSV: hsv(81, 51%, 83%)
  • CMYK: 18.00% cyan, 0.00% magenta, 51.00% yellow, 17.00% black
  • XYZ: 45.52, 57.32, 16.66
  • Yxy: 57.32, 0.3809, 0.4797
  • Hunter Lab: 80.36, -26.02, 48.80
  • CIE-Lab: 80.36, -26.02, 48.80

In the XYZ color space, this color is represented as X: 45.52, Y: 57.32, Z: 16.66. The Yxy representation further refines this as Y: 57.32, x: 0.3809, and y: 0.4797.

In the Hunter Lab color space, this color is represented as L: 80.36, a: -26.02, and b: 48.80. Similarly, in the CIE-Lab color space, it is represented as L: 80.36, a: -26.02, and b: 48.80.

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

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

Analogous Colors of #ADD467

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

Split Complementary Colors of #ADD467

Split complementary colors are two colors adjacent to the complementary color of #ADD467. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ADD467

Tetradic colors form a rectangle on the color wheel, including #ADD467. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ADD467

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

Complementary Color of #ADD467

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

/* Using HEX */
body {
  background-color: #add467;
}
/* Using RGB */
body {
  background-color: rgb(173, 212, 103);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 212, 103, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(81, 56%, 62%);
}
/* Text color */
p {
  color: #add467;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #add467;
}
/* Border color */
.box {
  border: 4px solid #add467;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #add467;
}
Text Shadow Preview
/* Background with text */
div {
  background: #add467;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADD467
On Black Background
#ADD467
On White Background
#ADD467

HTML Examples of #ADD467

<!-- Using HEX -->
<div style="background-color: #add467; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 212, 103); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 212, 103, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(81, 56%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #add467;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #add467; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #add467; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #add467;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #add467; color: #fff; padding: 16px; border-radius: 8px;">
  #ADD467
</div>
#ADD467
On Black Background
#ADD467
On White Background
#ADD467

Related Colors of #ADD467

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