Color: #8FEF8F
#8FEF8F Color Information
#8FEF8F is a light color. The closest websafe version is #8FEF8F. A complement of this color would be #EF8FEF, perceived brightness is 0.78, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 120°,a saturation of 75%, and a lightness of 75%.The HSV representation shows a hue of 120°, a saturation of 40%, and a value of 94%.
In a RGB color space, #8FEF8F is composed of 56% red, 94% green and 56% blue. Whereas in a CMYK color space, it is composed of 40% cyan, 0% magenta, 40% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 69.65, x: 0.3339, and y: 0.4732.
Color Code #8FEF8F
Shades of Color #8FEF8F
Shades are created by darkening the original color #8FEF8F 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 #8FEF8F
Tints are created by lightening the original color #8FEF8F 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 #8FEF8F Color Code
In the HSL color space, this color has a hue angle of 120°, a saturation of 75%, and a lightness of 75%. The HSV representation shows a hue of 120°, a saturation of 40%, and a value of 94%.
- HEX: #8FEF8F
- RGB: rgb(143, 239, 143)
- HSL: hsl(120, 75%, 75%)
- HSV: hsv(120, 40%, 94%)
- CMYK: 40.00% cyan, 0.00% magenta, 40.00% yellow, 6.00% black
- XYZ: 49.15, 69.65, 28.38
- Yxy: 69.65, 0.3339, 0.4732
- Hunter Lab: 86.83, -43.82, 37.16
- CIE-Lab: 86.83, -43.82, 37.16
In the XYZ color space, this color is represented as X: 49.15, Y: 69.65, Z: 28.38. The Yxy representation further refines this as Y: 69.65, x: 0.3339, and y: 0.4732.
In the Hunter Lab color space, this color is represented as L: 86.83, a: -43.82, and b: 37.16. Similarly, in the CIE-Lab color space, it is represented as L: 86.83, a: -43.82, and b: 37.16.
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 #8FEF8F
Triadic colors are three colors evenly spaced around the color wheel, including #8FEF8F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #8FEF8F
Split complementary colors are two colors adjacent to the complementary color of #8FEF8F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #8FEF8F
Monochromatic colors are variations of #8FEF8F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8FEF8F
The complementary color of #8FEF8F 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 #8FEF8F
/* Using HEX */ body { background-color: #8fef8f; }
/* Using RGB */ body { background-color: rgb(143, 239, 143); }
/* Using RGB with opacity */ body { background-color: rgba(143, 239, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(120, 75%, 75%); }
/* Text color */ p { color: #8fef8f; }
/* Box shadow */ div { box-shadow: 4px 4px #8fef8f; }
/* Border color */ .box { border: 4px solid #8fef8f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #8fef8f; }
/* Background with text */ div { background: #8fef8f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #8FEF8F
<!-- Using HEX --> <div style="background-color: #8fef8f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(143, 239, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(143, 239, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(120, 75%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8fef8f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8fef8f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #8fef8f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #8fef8f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #8fef8f; color: #fff; padding: 16px; border-radius: 8px;"> #8FEF8F </div>
Related Colors of #8FEF8F
These colors are similar to #8FEF8F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.