In a RGB color space, #80ff80 hex color is composed of 50.2% red, 100% green and 50.2% blue. Whereas in a CMYK color space, it is composed of 49.8% cyan, 0% magenta, 49.8% yellow and 0% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 75.1%. #80ff80 color hex could be obtained by blending #010000 with #00ff00. Closest websafe color is: #99ff99.
The hexadecimal color #80ff80 has RGB values of R:128, G:255, B:128 and CMYK values of C:0.5, M:0, Y:0.5, K:0. Its decimal value is 8454016.
Hex triplet | 80ff80 | #80ff80 |
RGB Decimal | 128, 255, 128 | rgb(128,255,128) |
RGB Percent | 50.2, 100, 50.2 | rgb(50.2%,100%,50.2%) |
CMYK | 49.8, 0, 49.8, 0 | |
HSL | 120°, 100, 75.1 | hsl(120,100%,75.1%) |
HSV(HSB) | 120°, 49.8, 100 | |
Web Safe | 99ff99 | #9f9 |
XYZ | 48.558, 77.668, 32.854 |
xyY | 0.305, 0.488, 77.668 |
CIE-LAB | 90.628, -59.893, 49.697 |
CIE-LCH | 90.628, 77.827, 140.316 |
CIE-LUV | 90.628, -58.686, 75.862 |
Hunter-Lab | 88.129, -55.875, 39.587 |
Binary | 10000000, 11111111, 10000000 |
Below, you can see some colors close to #80ff80. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #80ff80.
<span style="color:#80ff80">Text here</span>
This paragraph has a background color of #80ff80.
<p style="background-color:#80ff80;">Content here</p>
This element has a border color of #80ff80.
<div style="border:1px #80ff80;">Content here</div>
.text {color:#80ff80;}
.background {background-color:#80ff80;}
.border {border:1px solid #80ff80;}
.text-shadow {border:1px solid #80ff80;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #bfc0bf is the less saturated color, while #85fa85 is the most saturated one.