Color: #95D58A
#95D58A Color Information
#95D58A is a light color. The closest websafe version is #95D58A. A complement of this color would be #CA8BD5, perceived brightness is 0.73, and the grayscale version is #B0B0B0.
In the HSL color space, this color has a hue angle of 111°,a saturation of 47%, and a lightness of 69%.The HSV representation shows a hue of 111°, a saturation of 100%, and a value of 100%.
In a RGB color space, #95D58A is composed of 58% red, 84% green and 54% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 35% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 55.93, x: 0.3435, and y: 0.4535.
Color Code #95D58A
Shades of Color #95D58A
Shades are created by darkening the original color #95D58A 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 #95D58A
Tints are created by lightening the original color #95D58A 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 #95D58A Color Code
In the HSL color space, this color has a hue angle of 111°, a saturation of 47%, and a lightness of 69%. The HSV representation shows a hue of 111°, a saturation of 35%, and a value of 84%.
- HEX: #95D58A
- RGB: rgb(149, 213, 138)
- HSL: hsl(111, 47%, 69%)
- HSV: hsv(111, 35%, 84%)
- CMYK: 30.00% cyan, 0.00% magenta, 35.00% yellow, 16.00% black
- XYZ: 42.36, 55.93, 25.03
- Yxy: 55.93, 0.3435, 0.4535
- Hunter Lab: 79.57, -31.84, 30.40
- CIE-Lab: 79.57, -31.84, 30.40
In the XYZ color space, this color is represented as X: 42.36, Y: 55.93, Z: 25.03. The Yxy representation further refines this as Y: 55.93, x: 0.3435, and y: 0.4535.
In the Hunter Lab color space, this color is represented as L: 79.57, a: -31.84, and b: 30.40. Similarly, in the CIE-Lab color space, it is represented as L: 79.57, a: -31.84, and b: 30.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 #95D58A
Triadic colors are three colors evenly spaced around the color wheel, including #95D58A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #95D58A
Monochromatic colors are variations of #95D58A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #95D58A
The complementary color of #95D58A 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 #95D58A
/* Using HEX */ body { background-color: #95d58a; }
/* Using RGB */ body { background-color: rgb(149, 213, 138); }
/* Using RGB with opacity */ body { background-color: rgba(149, 213, 138, 0.5); }
/* Using HSL */ body { background-color: hsl(111, 47%, 69%); }
/* Text color */ p { color: #95d58a; }
/* Box shadow */ div { box-shadow: 4px 4px #95d58a; }
HTML Examples of #95D58A
<!-- Using HEX --> <div style="background-color: #95d58a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(149, 213, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(149, 213, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(111, 47%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #95d58a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #95d58a; width: 100px; height: 100px;"></div>
Related Colors of #95D58A
These colors are similar to #95D58A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.