Shades of Mantis #80BE46
Tints of Mantis #80BE46
RGB
CMYK
RGB Variations
Color information
#80BE46 (or 0x80BE46) is known color: Mantis. HEX triplet: 80, BE and 46. RGB value is (128,190,70). Sum of RGB (Red+Green+Blue) = 128+190+70=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE46 is #7F41B9. Grayscale: #9E9E9E. Windows color (decimal): -8339898 or 4636288. OLE color: 4636288.
HSL color Cylindrical-coordinate representation of color #80BE46: hue angle of 91º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80BE46 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 70 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.25 |
| HSL | 91º | 0.48% | 0.51% | - |
| HSV(B) | 91º | 0.63% | 0.75% | - |
| XYZ | 28.42 | 41.86 | 12.38 | - |
| YUV | 157.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 70 | 0.33 | 0 | 0.63 | 0.25 | 91 | 0.48 | 0.51 |
| Hex | 80 | BE | 46 | 21 | 0 | 3F | 19 | 5B | 30 | 33 |
| Octal | 200 | 276 | 106 | 41 | 0 | 77 | 31 | 133 | 60 | 63 |
| Binary | 10000000 | 10111110 | 1000110 | 100001 | 0 | 111111 | 11001 | 1011011 | 110000 | 110011 |
Color Harmonies of #80BE46
Complementary color
Monochromatic Colors of #80BE46
Black with #80BE46
Text Example
Text Example
White with #80BE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE46; }
p { color: rgb(128,190,70); }
H1.HeaderClassName
{
color: #80BE46;
}
.AnyTagClassName
{
color: #80BE46;
}
</style>
background-color css
<style>
a { background-color: #80BE46; }
a { background-color: rgb(128,190,70); }
div.DivClassName
{
background-color: #80BE46;
}
.BgClassName
{
background-color: #80BE46;
}
</style>
border-color css
<style>
span { border-color: #80BE46; }
span { border-color: rgb(128,190,70); }
td.TdClassName
{
border-color: #80BE46;
}
.TagClassName
{
border-color: #80BE46;
}
</style>