Shades of Mantis #80B74F
Tints of Mantis #80B74F
RGB
CMYK
RGB Variations
Color information
#80B74F (or 0x80B74F) is known color: Mantis. HEX triplet: 80, B7 and 4F. RGB value is (128,183,79). Sum of RGB (Red+Green+Blue) = 128+183+79=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #80B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B74F is #7F48B0. Grayscale: #9B9B9B. Windows color (decimal): -8341681 or 5224320. OLE color: 5224320.
HSL color Cylindrical-coordinate representation of color #80B74F: hue angle of 91.73º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80B74F is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 79 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.28 |
| HSL | 91.73º | 0.42% | 0.51% | - |
| HSV(B) | 91.73º | 0.57% | 0.72% | - |
| XYZ | 27.25 | 39.02 | 13.49 | - |
| YUV | 154.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 79 | 0.30 | 0 | 0.57 | 0.28 | 91.73 | 0.42 | 0.51 |
| Hex | 80 | B7 | 4F | 1E | 0 | 39 | 1C | 5C | 2A | 33 |
| Octal | 200 | 267 | 117 | 36 | 0 | 71 | 34 | 134 | 52 | 63 |
| Binary | 10000000 | 10110111 | 1001111 | 11110 | 0 | 111001 | 11100 | 1011100 | 101010 | 110011 |
Color Harmonies of #80B74F
Complementary color
Monochromatic Colors of #80B74F
Black with #80B74F
Text Example
Text Example
White with #80B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B74F; }
p { color: rgb(128,183,79); }
H1.HeaderClassName
{
color: #80B74F;
}
.AnyTagClassName
{
color: #80B74F;
}
</style>
background-color css
<style>
a { background-color: #80B74F; }
a { background-color: rgb(128,183,79); }
div.DivClassName
{
background-color: #80B74F;
}
.BgClassName
{
background-color: #80B74F;
}
</style>
border-color css
<style>
span { border-color: #80B74F; }
span { border-color: rgb(128,183,79); }
td.TdClassName
{
border-color: #80B74F;
}
.TagClassName
{
border-color: #80B74F;
}
</style>