Shades of Mint Green #80FF99
Tints of Mint Green #80FF99
RGB
CMYK
RGB Variations
Color information
#80FF99 (or 0x80FF99) is known color: Mint Green. HEX triplet: 80, FF and 99. RGB value is (128,255,153). Sum of RGB (Red+Green+Blue) = 128+255+153=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FF99 is #7F0066. Grayscale: #CDCDCD. Windows color (decimal): -8323175 or 10092416. OLE color: 10092416.
HSL color Cylindrical-coordinate representation of color #80FF99: hue angle of 131.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FF99 is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 153 | - |
| CMYK | 0.50 | 0 | 0.4 | 0 |
| HSL | 131.81º | 1% | 0.75% | - |
| HSV(B) | 131.81º | 0.5% | 1% | - |
| XYZ | 50.41 | 78.41 | 42.61 | - |
| YUV | 205.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 153 | 0.50 | 0 | 0.4 | 0 | 131.81 | 1 | 0.75 |
| Hex | 80 | FF | 99 | 32 | 0 | 28 | 0 | 84 | 64 | 4B |
| Octal | 200 | 377 | 231 | 62 | 0 | 50 | 0 | 204 | 144 | 113 |
| Binary | 10000000 | 11111111 | 10011001 | 110010 | 0 | 101000 | 0 | 10000100 | 1100100 | 1001011 |
Color Harmonies of #80FF99
Complementary color
Monochromatic Colors of #80FF99
Black with #80FF99
Text Example
Text Example
White with #80FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF99; }
p { color: rgb(128,255,153); }
H1.HeaderClassName
{
color: #80FF99;
}
.AnyTagClassName
{
color: #80FF99;
}
</style>
background-color css
<style>
a { background-color: #80FF99; }
a { background-color: rgb(128,255,153); }
div.DivClassName
{
background-color: #80FF99;
}
.BgClassName
{
background-color: #80FF99;
}
</style>
border-color css
<style>
span { border-color: #80FF99; }
span { border-color: rgb(128,255,153); }
td.TdClassName
{
border-color: #80FF99;
}
.TagClassName
{
border-color: #80FF99;
}
</style>