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