Shades of Mantis #80CB56
Tints of Mantis #80CB56
RGB
CMYK
RGB Variations
Color information
#80CB56 (or 0x80CB56) is known color: Mantis. HEX triplet: 80, CB and 56. RGB value is (128,203,86). Sum of RGB (Red+Green+Blue) = 128+203+86=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB56 is #7F34A9. Grayscale: #A7A7A7. Windows color (decimal): -8336554 or 5688192. OLE color: 5688192.
HSL color Cylindrical-coordinate representation of color #80CB56: hue angle of 98.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80CB56 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 86 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.20 |
| HSL | 98.46º | 0.53% | 0.57% | - |
| HSV(B) | 98.46º | 0.58% | 0.8% | - |
| XYZ | 31.94 | 47.97 | 16.38 | - |
| YUV | 167.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 86 | 0.37 | 0 | 0.58 | 0.20 | 98.46 | 0.53 | 0.57 |
| Hex | 80 | CB | 56 | 25 | 0 | 3A | 14 | 62 | 35 | 39 |
| Octal | 200 | 313 | 126 | 45 | 0 | 72 | 24 | 142 | 65 | 71 |
| Binary | 10000000 | 11001011 | 1010110 | 100101 | 0 | 111010 | 10100 | 1100010 | 110101 | 111001 |
Color Harmonies of #80CB56
Complementary color
Monochromatic Colors of #80CB56
Black with #80CB56
Text Example
Text Example
White with #80CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB56; }
p { color: rgb(128,203,86); }
H1.HeaderClassName
{
color: #80CB56;
}
.AnyTagClassName
{
color: #80CB56;
}
</style>
background-color css
<style>
a { background-color: #80CB56; }
a { background-color: rgb(128,203,86); }
div.DivClassName
{
background-color: #80CB56;
}
.BgClassName
{
background-color: #80CB56;
}
</style>
border-color css
<style>
span { border-color: #80CB56; }
span { border-color: rgb(128,203,86); }
td.TdClassName
{
border-color: #80CB56;
}
.TagClassName
{
border-color: #80CB56;
}
</style>