Shades of Mantis #80BD62
Tints of Mantis #80BD62
RGB
CMYK
RGB Variations
Color information
#80BD62 (or 0x80BD62) is known color: Mantis. HEX triplet: 80, BD and 62. RGB value is (128,189,98). Sum of RGB (Red+Green+Blue) = 128+189+98=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD62 is #7F429D. Grayscale: #A0A0A0. Windows color (decimal): -8340126 or 6471040. OLE color: 6471040.
HSL color Cylindrical-coordinate representation of color #80BD62: hue angle of 100.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BD62 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 98 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.26 |
| HSL | 100.22º | 0.41% | 0.56% | - |
| HSV(B) | 100.22º | 0.48% | 0.74% | - |
| XYZ | 29.3 | 41.87 | 18.09 | - |
| YUV | 160.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 98 | 0.32 | 0 | 0.48 | 0.26 | 100.22 | 0.41 | 0.56 |
| Hex | 80 | BD | 62 | 20 | 0 | 30 | 1A | 64 | 29 | 38 |
| Octal | 200 | 275 | 142 | 40 | 0 | 60 | 32 | 144 | 51 | 70 |
| Binary | 10000000 | 10111101 | 1100010 | 100000 | 0 | 110000 | 11010 | 1100100 | 101001 | 111000 |
Color Harmonies of #80BD62
Complementary color
Monochromatic Colors of #80BD62
Black with #80BD62
Text Example
Text Example
White with #80BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD62; }
p { color: rgb(128,189,98); }
H1.HeaderClassName
{
color: #80BD62;
}
.AnyTagClassName
{
color: #80BD62;
}
</style>
background-color css
<style>
a { background-color: #80BD62; }
a { background-color: rgb(128,189,98); }
div.DivClassName
{
background-color: #80BD62;
}
.BgClassName
{
background-color: #80BD62;
}
</style>
border-color css
<style>
span { border-color: #80BD62; }
span { border-color: rgb(128,189,98); }
td.TdClassName
{
border-color: #80BD62;
}
.TagClassName
{
border-color: #80BD62;
}
</style>