Color: #ADF47F

#ADF47F Color Information

#ADF47F is a light color. The closest websafe version is #ADF47F. A complement of this color would be #C680F4, perceived brightness is 0.82, and the grayscale version is #B9B9B9.

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

In a RGB color space, #ADF47F is composed of 68% red, 96% green and 50% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 0% magenta, 48% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 75.44, x: 0.3594, and y: 0.4834.

Color Code #ADF47F

#ADF47Frgb(173, 244, 127)
HEX
#ADF47F
RGB
rgb(173, 244, 127)
HSL
hsl(96, 84%, 73%)
HSV
hsv(96, 48%, 96%)
CMYK
29%, 0%, 48%, 4%
XYZ
X: 56.09, Y: 75.44, Z: 24.52
Lab
L: 89.60, a: -37.76, b: 48.60
Name

Shades of Color #ADF47F

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

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

#ADF47Frgb(173, 244, 127)

About #ADF47F Color Code

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

  • HEX: #ADF47F
  • RGB: rgb(173, 244, 127)
  • HSL: hsl(96, 84%, 73%)
  • HSV: hsv(96, 48%, 96%)
  • CMYK: 29.00% cyan, 0.00% magenta, 48.00% yellow, 4.00% black
  • XYZ: 56.09, 75.44, 24.52
  • Yxy: 75.44, 0.3594, 0.4834
  • Hunter Lab: 89.60, -37.76, 48.60
  • CIE-Lab: 89.60, -37.76, 48.60

In the XYZ color space, this color is represented as X: 56.09, Y: 75.44, Z: 24.52. The Yxy representation further refines this as Y: 75.44, x: 0.3594, and y: 0.4834.

In the Hunter Lab color space, this color is represented as L: 89.60, a: -37.76, and b: 48.60. Similarly, in the CIE-Lab color space, it is represented as L: 89.60, a: -37.76, and b: 48.60.

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

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

Analogous Colors of #ADF47F

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

Split Complementary Colors of #ADF47F

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

Tetradic Colors of #ADF47F

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

Monochromatic Colors of #ADF47F

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

Complementary Color of #ADF47F

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

/* Using HEX */
body {
  background-color: #adf47f;
}
/* Using RGB */
body {
  background-color: rgb(173, 244, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 244, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(96, 84%, 73%);
}
/* Text color */
p {
  color: #adf47f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adf47f;
}
/* Border color */
.box {
  border: 4px solid #adf47f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adf47f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adf47f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADF47F
On Black Background
#ADF47F
On White Background
#ADF47F

HTML Examples of #ADF47F

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

Related Colors of #ADF47F

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