Color: #BAFF19

#BAFF19 Color Information

#BAFF19 is a light color. The closest websafe version is #BAFF19. A complement of this color would be #5E19FF, perceived brightness is 0.82, and the grayscale version is #8C8C8C.

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

In a RGB color space, #BAFF19 is composed of 73% red, 100% green and 10% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 90% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 82.67, x: 0.3905, and y: 0.5374.

Color Code #BAFF19

HEX
#BAFF19
RGB
rgb(186, 255, 25)
HSL
hsl(78, 100%, 55%)
HSV
hsv(78, 90%, 100%)
CMYK
27%, 0%, 90%, 0%
XYZ
X: 60.06, Y: 82.67, Z: 11.09
Lab
L: 92.87, a: -42.26, b: 85.27
Name

Shades of Color #BAFF19

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

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

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

  • HEX: #BAFF19
  • RGB: rgb(186, 255, 25)
  • HSL: hsl(78, 100%, 55%)
  • HSV: hsv(78, 90%, 100%)
  • CMYK: 27.00% cyan, 0.00% magenta, 90.00% yellow, 0.00% black
  • XYZ: 60.06, 82.67, 11.09
  • Yxy: 82.67, 0.3905, 0.5374
  • Hunter Lab: 92.87, -42.26, 85.27
  • CIE-Lab: 92.87, -42.26, 85.27

In the XYZ color space, this color is represented as X: 60.06, Y: 82.67, Z: 11.09. The Yxy representation further refines this as Y: 82.67, x: 0.3905, and y: 0.5374.

In the Hunter Lab color space, this color is represented as L: 92.87, a: -42.26, and b: 85.27. Similarly, in the CIE-Lab color space, it is represented as L: 92.87, a: -42.26, and b: 85.27.

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

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

Analogous Colors of #BAFF19

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

Monochromatic Colors of #BAFF19

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

Complementary Color of #BAFF19

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

/* Using HEX */
body {
  background-color: #baff19;
}
/* Using RGB */
body {
  background-color: rgb(186, 255, 25);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 255, 25, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(78, 100%, 55%);
}
/* Text color */
p {
  color: #baff19;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #baff19;
}

HTML Examples of #BAFF19

<!-- Using HEX -->
<div style="background-color: #baff19; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 255, 25); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 255, 25, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(78, 100%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #baff19;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #baff19; width: 100px; height: 100px;"></div>

Related Colors of #BAFF19

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