Shades of Mantis #80BD65
Tints of Mantis #80BD65
RGB
CMYK
RGB Variations
Color information
#80BD65 (or 0x80BD65) is known color: Mantis. HEX triplet: 80, BD and 65. RGB value is (128,189,101). Sum of RGB (Red+Green+Blue) = 128+189+101=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD65 is #7F429A. Grayscale: #A1A1A1. Windows color (decimal): -8340123 or 6667648. OLE color: 6667648.
HSL color Cylindrical-coordinate representation of color #80BD65: hue angle of 101.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BD65 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 101 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.26 |
| HSL | 101.59º | 0.4% | 0.57% | - |
| HSV(B) | 101.59º | 0.47% | 0.74% | - |
| XYZ | 29.45 | 41.92 | 18.85 | - |
| YUV | 160.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 101 | 0.32 | 0 | 0.47 | 0.26 | 101.59 | 0.4 | 0.57 |
| Hex | 80 | BD | 65 | 20 | 0 | 2F | 1A | 66 | 28 | 39 |
| Octal | 200 | 275 | 145 | 40 | 0 | 57 | 32 | 146 | 50 | 71 |
| Binary | 10000000 | 10111101 | 1100101 | 100000 | 0 | 101111 | 11010 | 1100110 | 101000 | 111001 |
Color Harmonies of #80BD65
Complementary color
Monochromatic Colors of #80BD65
Black with #80BD65
Text Example
Text Example
White with #80BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD65; }
p { color: rgb(128,189,101); }
H1.HeaderClassName
{
color: #80BD65;
}
.AnyTagClassName
{
color: #80BD65;
}
</style>
background-color css
<style>
a { background-color: #80BD65; }
a { background-color: rgb(128,189,101); }
div.DivClassName
{
background-color: #80BD65;
}
.BgClassName
{
background-color: #80BD65;
}
</style>
border-color css
<style>
span { border-color: #80BD65; }
span { border-color: rgb(128,189,101); }
td.TdClassName
{
border-color: #80BD65;
}
.TagClassName
{
border-color: #80BD65;
}
</style>