Shades of Mantis #80CB5B
Tints of Mantis #80CB5B
RGB
CMYK
RGB Variations
Color information
#80CB5B (or 0x80CB5B) is known color: Mantis. HEX triplet: 80, CB and 5B. RGB value is (128,203,91). Sum of RGB (Red+Green+Blue) = 128+203+91=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB5B is #7F34A4. Grayscale: #A8A8A8. Windows color (decimal): -8336549 or 6015872. OLE color: 6015872.
HSL color Cylindrical-coordinate representation of color #80CB5B: hue angle of 100.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80CB5B is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 91 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.20 |
| HSL | 100.18º | 0.52% | 0.58% | - |
| HSV(B) | 100.18º | 0.55% | 0.8% | - |
| XYZ | 32.15 | 48.06 | 17.48 | - |
| YUV | 167.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 91 | 0.37 | 0 | 0.55 | 0.20 | 100.18 | 0.52 | 0.58 |
| Hex | 80 | CB | 5B | 25 | 0 | 37 | 14 | 64 | 34 | 3A |
| Octal | 200 | 313 | 133 | 45 | 0 | 67 | 24 | 144 | 64 | 72 |
| Binary | 10000000 | 11001011 | 1011011 | 100101 | 0 | 110111 | 10100 | 1100100 | 110100 | 111010 |
Color Harmonies of #80CB5B
Complementary color
Monochromatic Colors of #80CB5B
Black with #80CB5B
Text Example
Text Example
White with #80CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB5B; }
p { color: rgb(128,203,91); }
H1.HeaderClassName
{
color: #80CB5B;
}
.AnyTagClassName
{
color: #80CB5B;
}
</style>
background-color css
<style>
a { background-color: #80CB5B; }
a { background-color: rgb(128,203,91); }
div.DivClassName
{
background-color: #80CB5B;
}
.BgClassName
{
background-color: #80CB5B;
}
</style>
border-color css
<style>
span { border-color: #80CB5B; }
span { border-color: rgb(128,203,91); }
td.TdClassName
{
border-color: #80CB5B;
}
.TagClassName
{
border-color: #80CB5B;
}
</style>