Shades of Mantis #80B943
Tints of Mantis #80B943
RGB
CMYK
RGB Variations
Color information
#80B943 (or 0x80B943) is known color: Mantis. HEX triplet: 80, B9 and 43. RGB value is (128,185,67). Sum of RGB (Red+Green+Blue) = 128+185+67=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #80B943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B943 is #7F46BC. Grayscale: #9A9A9A. Windows color (decimal): -8341181 or 4438400. OLE color: 4438400.
HSL color Cylindrical-coordinate representation of color #80B943: hue angle of 88.98º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80B943 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 67 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.27 |
| HSL | 88.98º | 0.47% | 0.49% | - |
| HSV(B) | 88.98º | 0.64% | 0.73% | - |
| XYZ | 27.26 | 39.69 | 11.53 | - |
| YUV | 154.51 | 78.62 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 67 | 0.31 | 0 | 0.64 | 0.27 | 88.98 | 0.47 | 0.49 |
| Hex | 80 | B9 | 43 | 1F | 0 | 40 | 1B | 59 | 2F | 31 |
| Octal | 200 | 271 | 103 | 37 | 0 | 100 | 33 | 131 | 57 | 61 |
| Binary | 10000000 | 10111001 | 1000011 | 11111 | 0 | 1000000 | 11011 | 1011001 | 101111 | 110001 |
Color Harmonies of #80B943
Complementary color
Monochromatic Colors of #80B943
Black with #80B943
Text Example
Text Example
White with #80B943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B943; }
p { color: rgb(128,185,67); }
H1.HeaderClassName
{
color: #80B943;
}
.AnyTagClassName
{
color: #80B943;
}
</style>
background-color css
<style>
a { background-color: #80B943; }
a { background-color: rgb(128,185,67); }
div.DivClassName
{
background-color: #80B943;
}
.BgClassName
{
background-color: #80B943;
}
</style>
border-color css
<style>
span { border-color: #80B943; }
span { border-color: rgb(128,185,67); }
td.TdClassName
{
border-color: #80B943;
}
.TagClassName
{
border-color: #80B943;
}
</style>