Shades of Mantis #91C156
Tints of Mantis #91C156
RGB
CMYK
RGB Variations
Color information
#91C156 (or 0x91C156) is known color: Mantis. HEX triplet: 91, C1 and 56. RGB value is (145,193,86). Sum of RGB (Red+Green+Blue) = 145+193+86=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #91C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C156 is #6E3EA9. Grayscale: #A6A6A6. Windows color (decimal): -7225002 or 5685649. OLE color: 5685649.
HSL color Cylindrical-coordinate representation of color #91C156: hue angle of 86.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91C156 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 86 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.24 |
| HSL | 86.92º | 0.46% | 0.55% | - |
| HSV(B) | 86.92º | 0.55% | 0.76% | - |
| XYZ | 32.43 | 44.83 | 15.75 | - |
| YUV | 166.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 86 | 0.25 | 0 | 0.55 | 0.24 | 86.92 | 0.46 | 0.55 |
| Hex | 91 | C1 | 56 | 19 | 0 | 37 | 18 | 57 | 2E | 37 |
| Octal | 221 | 301 | 126 | 31 | 0 | 67 | 30 | 127 | 56 | 67 |
| Binary | 10010001 | 11000001 | 1010110 | 11001 | 0 | 110111 | 11000 | 1010111 | 101110 | 110111 |
Color Harmonies of #91C156
Complementary color
Monochromatic Colors of #91C156
Black with #91C156
Text Example
Text Example
White with #91C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C156; }
p { color: rgb(145,193,86); }
H1.HeaderClassName
{
color: #91C156;
}
.AnyTagClassName
{
color: #91C156;
}
</style>
background-color css
<style>
a { background-color: #91C156; }
a { background-color: rgb(145,193,86); }
div.DivClassName
{
background-color: #91C156;
}
.BgClassName
{
background-color: #91C156;
}
</style>
border-color css
<style>
span { border-color: #91C156; }
span { border-color: rgb(145,193,86); }
td.TdClassName
{
border-color: #91C156;
}
.TagClassName
{
border-color: #91C156;
}
</style>