Shades of Mantis #80BC65
Tints of Mantis #80BC65
RGB
CMYK
RGB Variations
Color information
#80BC65 (or 0x80BC65) is known color: Mantis. HEX triplet: 80, BC and 65. RGB value is (128,188,101). Sum of RGB (Red+Green+Blue) = 128+188+101=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC65 is #7F439A. Grayscale: #A0A0A0. Windows color (decimal): -8340379 or 6667392. OLE color: 6667392.
HSL color Cylindrical-coordinate representation of color #80BC65: hue angle of 101.38º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BC65 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 101 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.26 |
| HSL | 101.38º | 0.39% | 0.57% | - |
| HSV(B) | 101.38º | 0.46% | 0.74% | - |
| XYZ | 29.23 | 41.5 | 18.78 | - |
| YUV | 160.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 101 | 0.32 | 0 | 0.46 | 0.26 | 101.38 | 0.39 | 0.57 |
| Hex | 80 | BC | 65 | 20 | 0 | 2E | 1A | 65 | 27 | 39 |
| Octal | 200 | 274 | 145 | 40 | 0 | 56 | 32 | 145 | 47 | 71 |
| Binary | 10000000 | 10111100 | 1100101 | 100000 | 0 | 101110 | 11010 | 1100101 | 100111 | 111001 |
Color Harmonies of #80BC65
Complementary color
Monochromatic Colors of #80BC65
Black with #80BC65
Text Example
Text Example
White with #80BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC65; }
p { color: rgb(128,188,101); }
H1.HeaderClassName
{
color: #80BC65;
}
.AnyTagClassName
{
color: #80BC65;
}
</style>
background-color css
<style>
a { background-color: #80BC65; }
a { background-color: rgb(128,188,101); }
div.DivClassName
{
background-color: #80BC65;
}
.BgClassName
{
background-color: #80BC65;
}
</style>
border-color css
<style>
span { border-color: #80BC65; }
span { border-color: rgb(128,188,101); }
td.TdClassName
{
border-color: #80BC65;
}
.TagClassName
{
border-color: #80BC65;
}
</style>