Shades of Mantis #80BE65
Tints of Mantis #80BE65
RGB
CMYK
RGB Variations
Color information
#80BE65 (or 0x80BE65) is known color: Mantis. HEX triplet: 80, BE and 65. RGB value is (128,190,101). Sum of RGB (Red+Green+Blue) = 128+190+101=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE65 is #7F419A. Grayscale: #A1A1A1. Windows color (decimal): -8339867 or 6667904. OLE color: 6667904.
HSL color Cylindrical-coordinate representation of color #80BE65: hue angle of 101.8º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BE65 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 101 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.25 |
| HSL | 101.8º | 0.41% | 0.57% | - |
| HSV(B) | 101.8º | 0.47% | 0.75% | - |
| XYZ | 29.66 | 42.36 | 18.92 | - |
| YUV | 161.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 101 | 0.33 | 0 | 0.47 | 0.25 | 101.8 | 0.41 | 0.57 |
| Hex | 80 | BE | 65 | 21 | 0 | 2F | 19 | 66 | 29 | 39 |
| Octal | 200 | 276 | 145 | 41 | 0 | 57 | 31 | 146 | 51 | 71 |
| Binary | 10000000 | 10111110 | 1100101 | 100001 | 0 | 101111 | 11001 | 1100110 | 101001 | 111001 |
Color Harmonies of #80BE65
Complementary color
Monochromatic Colors of #80BE65
Black with #80BE65
Text Example
Text Example
White with #80BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE65; }
p { color: rgb(128,190,101); }
H1.HeaderClassName
{
color: #80BE65;
}
.AnyTagClassName
{
color: #80BE65;
}
</style>
background-color css
<style>
a { background-color: #80BE65; }
a { background-color: rgb(128,190,101); }
div.DivClassName
{
background-color: #80BE65;
}
.BgClassName
{
background-color: #80BE65;
}
</style>
border-color css
<style>
span { border-color: #80BE65; }
span { border-color: rgb(128,190,101); }
td.TdClassName
{
border-color: #80BE65;
}
.TagClassName
{
border-color: #80BE65;
}
</style>