Color: #B5F09D
#B5F09D Color Information
#B5F09D is a light color. The closest websafe version is #B5F09D. A complement of this color would be #D99EF0, perceived brightness is 0.83, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 103°,a saturation of 73%, and a lightness of 78%.The HSV representation shows a hue of 103°, a saturation of 35%, and a value of 94%.
In a RGB color space, #B5F09D is composed of 71% red, 94% green and 62% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 35% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 74.79, x: 0.3515, and y: 0.4492.
Color Code #B5F09D
Shades of Color #B5F09D
Shades are created by darkening the original color #B5F09D 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 #B5F09D
Tints are created by lightening the original color #B5F09D 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 #B5F09D Color Code
In the HSL color space, this color has a hue angle of 103°, a saturation of 73%, and a lightness of 78%. The HSV representation shows a hue of 103°, a saturation of 35%, and a value of 94%.
- HEX: #B5F09D
- RGB: rgb(181, 240, 157)
- HSL: hsl(103, 73%, 78%)
- HSV: hsv(103, 35%, 94%)
- CMYK: 25.00% cyan, 0.00% magenta, 35.00% yellow, 6.00% black
- XYZ: 58.53, 74.79, 33.18
- Yxy: 74.79, 0.3515, 0.4492
- Hunter Lab: 89.30, -30.51, 33.92
- CIE-Lab: 89.30, -30.51, 33.92
In the XYZ color space, this color is represented as X: 58.53, Y: 74.79, Z: 33.18. The Yxy representation further refines this as Y: 74.79, x: 0.3515, and y: 0.4492.
In the Hunter Lab color space, this color is represented as L: 89.30, a: -30.51, and b: 33.92. Similarly, in the CIE-Lab color space, it is represented as L: 89.30, a: -30.51, and b: 33.92.
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 #B5F09D
Triadic colors are three colors evenly spaced around the color wheel, including #B5F09D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B5F09D
Monochromatic colors are variations of #B5F09D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5F09D
The complementary color of #B5F09D 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 #B5F09D
/* Using HEX */ body { background-color: #b5f09d; }
/* Using RGB */ body { background-color: rgb(181, 240, 157); }
/* Using RGB with opacity */ body { background-color: rgba(181, 240, 157, 0.5); }
/* Using HSL */ body { background-color: hsl(103, 73%, 78%); }
/* Text color */ p { color: #b5f09d; }
/* Box shadow */ div { box-shadow: 4px 4px #b5f09d; }
/* Border color */ .box { border: 4px solid #b5f09d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b5f09d; }
/* Background with text */ div { background: #b5f09d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B5F09D
<!-- Using HEX --> <div style="background-color: #b5f09d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 240, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 240, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(103, 73%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5f09d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5f09d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b5f09d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b5f09d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b5f09d; color: #fff; padding: 16px; border-radius: 8px;"> #B5F09D </div>
Related Colors of #B5F09D
These colors are similar to #B5F09D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.