Shades of Mantis #80C863
Tints of Mantis #80C863
RGB
CMYK
RGB Variations
Color information
#80C863 (or 0x80C863) is known color: Mantis. HEX triplet: 80, C8 and 63. RGB value is (128,200,99). Sum of RGB (Red+Green+Blue) = 128+200+99=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #80C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C863 is #7F379C. Grayscale: #A7A7A7. Windows color (decimal): -8337309 or 6539392. OLE color: 6539392.
HSL color Cylindrical-coordinate representation of color #80C863: hue angle of 102.77º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C863 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 99 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.22 |
| HSL | 102.77º | 0.48% | 0.59% | - |
| HSV(B) | 102.77º | 0.51% | 0.78% | - |
| XYZ | 31.81 | 46.8 | 19.16 | - |
| YUV | 166.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 99 | 0.36 | 0 | 0.50 | 0.22 | 102.77 | 0.48 | 0.59 |
| Hex | 80 | C8 | 63 | 24 | 0 | 32 | 16 | 67 | 30 | 3B |
| Octal | 200 | 310 | 143 | 44 | 0 | 62 | 26 | 147 | 60 | 73 |
| Binary | 10000000 | 11001000 | 1100011 | 100100 | 0 | 110010 | 10110 | 1100111 | 110000 | 111011 |
Color Harmonies of #80C863
Complementary color
Monochromatic Colors of #80C863
Black with #80C863
Text Example
Text Example
White with #80C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C863; }
p { color: rgb(128,200,99); }
H1.HeaderClassName
{
color: #80C863;
}
.AnyTagClassName
{
color: #80C863;
}
</style>
background-color css
<style>
a { background-color: #80C863; }
a { background-color: rgb(128,200,99); }
div.DivClassName
{
background-color: #80C863;
}
.BgClassName
{
background-color: #80C863;
}
</style>
border-color css
<style>
span { border-color: #80C863; }
span { border-color: rgb(128,200,99); }
td.TdClassName
{
border-color: #80C863;
}
.TagClassName
{
border-color: #80C863;
}
</style>