Color: #BAE40A
#BAE40A Color Information
#BAE40A is a light color. The closest websafe version is #BAE40A. A complement of this color would be #360AE6, perceived brightness is 0.75, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 72°,a saturation of 92%, and a lightness of 47%.The HSV representation shows a hue of 72°, a saturation of 96%, and a value of 89%.
In a RGB color space, #BAE40A is composed of 73% red, 89% green and 4% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 96% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 66.56, x: 0.4063, and y: 0.5269.
Color Code #BAE40A
Shades of Color #BAE40A
Shades are created by darkening the original color #BAE40A 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 #BAE40A
Tints are created by lightening the original color #BAE40A 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 #BAE40A Color Code
In the HSL color space, this color has a hue angle of 72°, a saturation of 92%, and a lightness of 47%. The HSV representation shows a hue of 72°, a saturation of 96%, and a value of 89%.
- HEX: #BAE40A
- RGB: rgb(186, 228, 10)
- HSL: hsl(72, 92%, 47%)
- HSV: hsv(72, 96%, 89%)
- CMYK: 18.00% cyan, 0.00% magenta, 96.00% yellow, 11.00% black
- XYZ: 51.33, 66.56, 8.43
- Yxy: 66.56, 0.4063, 0.5269
- Hunter Lab: 85.28, -31.33, 81.11
- CIE-Lab: 85.28, -31.33, 81.11
In the XYZ color space, this color is represented as X: 51.33, Y: 66.56, Z: 8.43. The Yxy representation further refines this as Y: 66.56, x: 0.4063, and y: 0.5269.
In the Hunter Lab color space, this color is represented as L: 85.28, a: -31.33, and b: 81.11. Similarly, in the CIE-Lab color space, it is represented as L: 85.28, a: -31.33, and b: 81.11.
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 #BAE40A
Triadic colors are three colors evenly spaced around the color wheel, including #BAE40A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BAE40A
Split complementary colors are two colors adjacent to the complementary color of #BAE40A. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BAE40A
Monochromatic colors are variations of #BAE40A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BAE40A
The complementary color of #BAE40A 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 #BAE40A
/* Using HEX */ body { background-color: #bae40a; }
/* Using RGB */ body { background-color: rgb(186, 228, 10); }
/* Using RGB with opacity */ body { background-color: rgba(186, 228, 10, 0.5); }
/* Using HSL */ body { background-color: hsl(72, 92%, 47%); }
/* Text color */ p { color: #bae40a; }
/* Box shadow */ div { box-shadow: 4px 4px #bae40a; }
/* Border color */ .box { border: 4px solid #bae40a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bae40a; }
/* Background with text */ div { background: #bae40a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BAE40A
<!-- Using HEX --> <div style="background-color: #bae40a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 228, 10); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 228, 10, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(72, 92%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bae40a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bae40a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bae40a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bae40a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bae40a; color: #fff; padding: 16px; border-radius: 8px;"> #BAE40A </div>
Related Colors of #BAE40A
These colors are similar to #BAE40A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.