Shades of Mantis #80BF3E
Tints of Mantis #80BF3E
RGB
CMYK
RGB Variations
Color information
#80BF3E (or 0x80BF3E) is known color: Mantis. HEX triplet: 80, BF and 3E. RGB value is (128,191,62). Sum of RGB (Red+Green+Blue) = 128+191+62=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF3E is #7F40C1. Grayscale: #9D9D9D. Windows color (decimal): -8339650 or 4112256. OLE color: 4112256.
HSL color Cylindrical-coordinate representation of color #80BF3E: hue angle of 89.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80BF3E is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 62 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.25 |
| HSL | 89.3º | 0.51% | 0.5% | - |
| HSV(B) | 89.3º | 0.68% | 0.75% | - |
| XYZ | 28.4 | 42.2 | 11.21 | - |
| YUV | 157.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 62 | 0.33 | 0 | 0.68 | 0.25 | 89.3 | 0.51 | 0.5 |
| Hex | 80 | BF | 3E | 21 | 0 | 44 | 19 | 59 | 33 | 32 |
| Octal | 200 | 277 | 76 | 41 | 0 | 104 | 31 | 131 | 63 | 62 |
| Binary | 10000000 | 10111111 | 111110 | 100001 | 0 | 1000100 | 11001 | 1011001 | 110011 | 110010 |
Color Harmonies of #80BF3E
Complementary color
Monochromatic Colors of #80BF3E
Black with #80BF3E
Text Example
Text Example
White with #80BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF3E; }
p { color: rgb(128,191,62); }
H1.HeaderClassName
{
color: #80BF3E;
}
.AnyTagClassName
{
color: #80BF3E;
}
</style>
background-color css
<style>
a { background-color: #80BF3E; }
a { background-color: rgb(128,191,62); }
div.DivClassName
{
background-color: #80BF3E;
}
.BgClassName
{
background-color: #80BF3E;
}
</style>
border-color css
<style>
span { border-color: #80BF3E; }
span { border-color: rgb(128,191,62); }
td.TdClassName
{
border-color: #80BF3E;
}
.TagClassName
{
border-color: #80BF3E;
}
</style>