Shades of Mantis #80BF63
Tints of Mantis #80BF63
RGB
CMYK
RGB Variations
Color information
#80BF63 (or 0x80BF63) is known color: Mantis. HEX triplet: 80, BF and 63. RGB value is (128,191,99). Sum of RGB (Red+Green+Blue) = 128+191+99=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF63 is #7F409C. Grayscale: #A1A1A1. Windows color (decimal): -8339613 or 6537088. OLE color: 6537088.
HSL color Cylindrical-coordinate representation of color #80BF63: hue angle of 101.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BF63 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 99 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.25 |
| HSL | 101.09º | 0.42% | 0.57% | - |
| HSV(B) | 101.09º | 0.48% | 0.75% | - |
| XYZ | 29.79 | 42.75 | 18.49 | - |
| YUV | 161.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 99 | 0.33 | 0 | 0.48 | 0.25 | 101.09 | 0.42 | 0.57 |
| Hex | 80 | BF | 63 | 21 | 0 | 30 | 19 | 65 | 2A | 39 |
| Octal | 200 | 277 | 143 | 41 | 0 | 60 | 31 | 145 | 52 | 71 |
| Binary | 10000000 | 10111111 | 1100011 | 100001 | 0 | 110000 | 11001 | 1100101 | 101010 | 111001 |
Color Harmonies of #80BF63
Complementary color
Monochromatic Colors of #80BF63
Black with #80BF63
Text Example
Text Example
White with #80BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF63; }
p { color: rgb(128,191,99); }
H1.HeaderClassName
{
color: #80BF63;
}
.AnyTagClassName
{
color: #80BF63;
}
</style>
background-color css
<style>
a { background-color: #80BF63; }
a { background-color: rgb(128,191,99); }
div.DivClassName
{
background-color: #80BF63;
}
.BgClassName
{
background-color: #80BF63;
}
</style>
border-color css
<style>
span { border-color: #80BF63; }
span { border-color: rgb(128,191,99); }
td.TdClassName
{
border-color: #80BF63;
}
.TagClassName
{
border-color: #80BF63;
}
</style>