Shades of Mantis #80BC5F
Tints of Mantis #80BC5F
RGB
CMYK
RGB Variations
Color information
#80BC5F (or 0x80BC5F) is known color: Mantis. HEX triplet: 80, BC and 5F. RGB value is (128,188,95). Sum of RGB (Red+Green+Blue) = 128+188+95=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC5F is #7F43A0. Grayscale: #9F9F9F. Windows color (decimal): -8340385 or 6274176. OLE color: 6274176.
HSL color Cylindrical-coordinate representation of color #80BC5F: hue angle of 98.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BC5F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 95 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.26 |
| HSL | 98.71º | 0.41% | 0.55% | - |
| HSV(B) | 98.71º | 0.49% | 0.74% | - |
| XYZ | 28.95 | 41.38 | 17.29 | - |
| YUV | 159.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 95 | 0.32 | 0 | 0.49 | 0.26 | 98.71 | 0.41 | 0.55 |
| Hex | 80 | BC | 5F | 20 | 0 | 31 | 1A | 63 | 29 | 37 |
| Octal | 200 | 274 | 137 | 40 | 0 | 61 | 32 | 143 | 51 | 67 |
| Binary | 10000000 | 10111100 | 1011111 | 100000 | 0 | 110001 | 11010 | 1100011 | 101001 | 110111 |
Color Harmonies of #80BC5F
Complementary color
Monochromatic Colors of #80BC5F
Black with #80BC5F
Text Example
Text Example
White with #80BC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC5F; }
p { color: rgb(128,188,95); }
H1.HeaderClassName
{
color: #80BC5F;
}
.AnyTagClassName
{
color: #80BC5F;
}
</style>
background-color css
<style>
a { background-color: #80BC5F; }
a { background-color: rgb(128,188,95); }
div.DivClassName
{
background-color: #80BC5F;
}
.BgClassName
{
background-color: #80BC5F;
}
</style>
border-color css
<style>
span { border-color: #80BC5F; }
span { border-color: rgb(128,188,95); }
td.TdClassName
{
border-color: #80BC5F;
}
.TagClassName
{
border-color: #80BC5F;
}
</style>