Shades of Mantis #91C356
Tints of Mantis #91C356
RGB
CMYK
RGB Variations
Color information
#91C356 (or 0x91C356) is known color: Mantis. HEX triplet: 91, C3 and 56. RGB value is (145,195,86). Sum of RGB (Red+Green+Blue) = 145+195+86=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #91C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C356 is #6E3CA9. Grayscale: #A8A8A8. Windows color (decimal): -7224490 or 5686161. OLE color: 5686161.
HSL color Cylindrical-coordinate representation of color #91C356: hue angle of 87.52º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91C356 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 86 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.24 |
| HSL | 87.52º | 0.48% | 0.55% | - |
| HSV(B) | 87.52º | 0.56% | 0.76% | - |
| XYZ | 32.87 | 45.72 | 15.9 | - |
| YUV | 167.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 86 | 0.26 | 0 | 0.56 | 0.24 | 87.52 | 0.48 | 0.55 |
| Hex | 91 | C3 | 56 | 1A | 0 | 38 | 18 | 58 | 30 | 37 |
| Octal | 221 | 303 | 126 | 32 | 0 | 70 | 30 | 130 | 60 | 67 |
| Binary | 10010001 | 11000011 | 1010110 | 11010 | 0 | 111000 | 11000 | 1011000 | 110000 | 110111 |
Color Harmonies of #91C356
Complementary color
Monochromatic Colors of #91C356
Black with #91C356
Text Example
Text Example
White with #91C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C356; }
p { color: rgb(145,195,86); }
H1.HeaderClassName
{
color: #91C356;
}
.AnyTagClassName
{
color: #91C356;
}
</style>
background-color css
<style>
a { background-color: #91C356; }
a { background-color: rgb(145,195,86); }
div.DivClassName
{
background-color: #91C356;
}
.BgClassName
{
background-color: #91C356;
}
</style>
border-color css
<style>
span { border-color: #91C356; }
span { border-color: rgb(145,195,86); }
td.TdClassName
{
border-color: #91C356;
}
.TagClassName
{
border-color: #91C356;
}
</style>