Shades of Mint Green #80FE9B
Tints of Mint Green #80FE9B
RGB
CMYK
RGB Variations
Color information
#80FE9B (or 0x80FE9B) is known color: Mint Green. HEX triplet: 80, FE and 9B. RGB value is (128,254,155). Sum of RGB (Red+Green+Blue) = 128+254+155=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FE9B is #7F0164. Grayscale: #CDCDCD. Windows color (decimal): -8323429 or 10223232. OLE color: 10223232.
HSL color Cylindrical-coordinate representation of color #80FE9B: hue angle of 132.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FE9B is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 155 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.00 |
| HSL | 132.86º | 0.98% | 0.75% | - |
| HSV(B) | 132.86º | 0.5% | 1% | - |
| XYZ | 50.26 | 77.84 | 43.39 | - |
| YUV | 205.04 | 99.76 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 155 | 0.50 | 0 | 0.39 | 0.00 | 132.86 | 0.98 | 0.75 |
| Hex | 80 | FE | 9B | 32 | 0 | 27 | 0 | 85 | 62 | 4B |
| Octal | 200 | 376 | 233 | 62 | 0 | 47 | 0 | 205 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10011011 | 110010 | 0 | 100111 | 0 | 10000101 | 1100010 | 1001011 |
Color Harmonies of #80FE9B
Complementary color
Monochromatic Colors of #80FE9B
Black with #80FE9B
Text Example
Text Example
White with #80FE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE9B; }
p { color: rgb(128,254,155); }
H1.HeaderClassName
{
color: #80FE9B;
}
.AnyTagClassName
{
color: #80FE9B;
}
</style>
background-color css
<style>
a { background-color: #80FE9B; }
a { background-color: rgb(128,254,155); }
div.DivClassName
{
background-color: #80FE9B;
}
.BgClassName
{
background-color: #80FE9B;
}
</style>
border-color css
<style>
span { border-color: #80FE9B; }
span { border-color: rgb(128,254,155); }
td.TdClassName
{
border-color: #80FE9B;
}
.TagClassName
{
border-color: #80FE9B;
}
</style>