deep green-cyan/deep spring green
#00ff80 color RGB value is (0,255,128)
#00ff80 color CMYK value
#00ff80 color HSL value
HSV(or HSB) | 150.1° | 100 | 100 |
XYZ | 39.656 | 73.079 | 32.438 |
Yxy | 0.273 | 0.503 | 73.079 |
LAB | 88.485 | -76.749 | 46.572 |
LUV | 88.485 | -79.607 | 74.793 |
Hunter-LAB | 85.486 | -66.796 | 37.343 |
CIE-LCH | 88.485 | 89.774 | 148.75 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | FF | 80 |
Decimal | 0 | 255 | 128 |
Octal | 0 | 377 | 200 |
Binary | 00000000 | 11111111 | 10000000 |
Below, you can see some colors close to #00ff80. 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 #00ff80.
<span style="color:#00ff80">Text here</span>
This paragraph has a background color of #00ff80.
<p style="background-color:#00ff80;">Content here</p>
This element has a border color of #00ff80.
<div style="border:1px #00ff80;">Content here</div>
.text {color:#00ff80;}
.background {background-color:#00ff80;}
.border {border:1px solid #00ff80;}
.text-shadow {border:1px solid #00ff80;}
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 #eafff4 is the lightest one.