Color: #BAF84F

#BAF84F Color Information

#BAF84F is a light color. The closest websafe version is #BAF84F. A complement of this color would be #8D4FF8, perceived brightness is 0.82, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 82°,a saturation of 92%, and a lightness of 64%.The HSV representation shows a hue of 82°, a saturation of 68%, and a value of 97%.

In a RGB color space, #BAF84F is composed of 73% red, 97% green and 31% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 68% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 78.69, x: 0.3842, and y: 0.5152.

Color Code #BAF84F

#BAF84Frgb(186, 248, 79)
HEX
#BAF84F
RGB
rgb(186, 248, 79)
HSL
hsl(82, 92%, 64%)
HSV
hsv(82, 68%, 97%)
CMYK
25%, 0%, 68%, 3%
XYZ
X: 58.68, Y: 78.69, Z: 15.38
Lab
L: 91.09, a: -37.91, b: 70.40
Name

Shades of Color #BAF84F

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

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

#BAF84Frgb(186, 248, 79)

About #BAF84F Color Code

In the HSL color space, this color has a hue angle of 82°, a saturation of 92%, and a lightness of 64%. The HSV representation shows a hue of 82°, a saturation of 68%, and a value of 97%.

  • HEX: #BAF84F
  • RGB: rgb(186, 248, 79)
  • HSL: hsl(82, 92%, 64%)
  • HSV: hsv(82, 68%, 97%)
  • CMYK: 25.00% cyan, 0.00% magenta, 68.00% yellow, 3.00% black
  • XYZ: 58.68, 78.69, 15.38
  • Yxy: 78.69, 0.3842, 0.5152
  • Hunter Lab: 91.09, -37.91, 70.40
  • CIE-Lab: 91.09, -37.91, 70.40

In the XYZ color space, this color is represented as X: 58.68, Y: 78.69, Z: 15.38. The Yxy representation further refines this as Y: 78.69, x: 0.3842, and y: 0.5152.

In the Hunter Lab color space, this color is represented as L: 91.09, a: -37.91, and b: 70.40. Similarly, in the CIE-Lab color space, it is represented as L: 91.09, a: -37.91, and b: 70.40.

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

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

Analogous Colors of #BAF84F

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

Split Complementary Colors of #BAF84F

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

Tetradic Colors of #BAF84F

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

Monochromatic Colors of #BAF84F

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

Complementary Color of #BAF84F

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

/* Using HEX */
body {
  background-color: #baf84f;
}
/* Using RGB */
body {
  background-color: rgb(186, 248, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 248, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(82, 92%, 64%);
}
/* Text color */
p {
  color: #baf84f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #baf84f;
}
/* Border color */
.box {
  border: 4px solid #baf84f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #baf84f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #baf84f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BAF84F
On Black Background
#BAF84F
On White Background
#BAF84F

HTML Examples of #BAF84F

<!-- Using HEX -->
<div style="background-color: #baf84f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 248, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 248, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(82, 92%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #baf84f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #baf84f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #baf84f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #baf84f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #baf84f; color: #fff; padding: 16px; border-radius: 8px;">
  #BAF84F
</div>
#BAF84F
On Black Background
#BAF84F
On White Background
#BAF84F

Related Colors of #BAF84F

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