Shades of Mantis #80E659
Tints of Mantis #80E659
RGB
CMYK
RGB Variations
Color information
#80E659 (or 0x80E659) is known color: Mantis. HEX triplet: 80, E6 and 59. RGB value is (128,230,89). Sum of RGB (Red+Green+Blue) = 128+230+89=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #80E659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E659 is #7F19A6. Grayscale: #B7B7B7. Windows color (decimal): -8329639 or 5891712. OLE color: 5891712.
HSL color Cylindrical-coordinate representation of color #80E659: hue angle of 103.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80E659 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 89 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.10 |
| HSL | 103.4º | 0.74% | 0.63% | - |
| HSV(B) | 103.4º | 0.61% | 0.9% | - |
| XYZ | 39 | 61.9 | 19.34 | - |
| YUV | 183.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 89 | 0.44 | 0 | 0.61 | 0.10 | 103.4 | 0.74 | 0.63 |
| Hex | 80 | E6 | 59 | 2C | 0 | 3D | A | 67 | 4A | 3F |
| Octal | 200 | 346 | 131 | 54 | 0 | 75 | 12 | 147 | 112 | 77 |
| Binary | 10000000 | 11100110 | 1011001 | 101100 | 0 | 111101 | 1010 | 1100111 | 1001010 | 111111 |
Color Harmonies of #80E659
Complementary color
Monochromatic Colors of #80E659
Black with #80E659
Text Example
Text Example
White with #80E659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E659; }
p { color: rgb(128,230,89); }
H1.HeaderClassName
{
color: #80E659;
}
.AnyTagClassName
{
color: #80E659;
}
</style>
background-color css
<style>
a { background-color: #80E659; }
a { background-color: rgb(128,230,89); }
div.DivClassName
{
background-color: #80E659;
}
.BgClassName
{
background-color: #80E659;
}
</style>
border-color css
<style>
span { border-color: #80E659; }
span { border-color: rgb(128,230,89); }
td.TdClassName
{
border-color: #80E659;
}
.TagClassName
{
border-color: #80E659;
}
</style>