Shades of Mantis #91C360
Tints of Mantis #91C360
RGB
CMYK
RGB Variations
Color information
#91C360 (or 0x91C360) is known color: Mantis. HEX triplet: 91, C3 and 60. RGB value is (145,195,96). Sum of RGB (Red+Green+Blue) = 145+195+96=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #91C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C360 is #6E3C9F. Grayscale: #A9A9A9. Windows color (decimal): -7224480 or 6341521. OLE color: 6341521.
HSL color Cylindrical-coordinate representation of color #91C360: hue angle of 90.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91C360 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 96 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.24 |
| HSL | 90.3º | 0.45% | 0.57% | - |
| HSV(B) | 90.3º | 0.51% | 0.76% | - |
| XYZ | 33.3 | 45.89 | 18.17 | - |
| YUV | 168.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 96 | 0.26 | 0 | 0.51 | 0.24 | 90.3 | 0.45 | 0.57 |
| Hex | 91 | C3 | 60 | 1A | 0 | 33 | 18 | 5A | 2D | 39 |
| Octal | 221 | 303 | 140 | 32 | 0 | 63 | 30 | 132 | 55 | 71 |
| Binary | 10010001 | 11000011 | 1100000 | 11010 | 0 | 110011 | 11000 | 1011010 | 101101 | 111001 |
Color Harmonies of #91C360
Complementary color
Monochromatic Colors of #91C360
Black with #91C360
Text Example
Text Example
White with #91C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C360; }
p { color: rgb(145,195,96); }
H1.HeaderClassName
{
color: #91C360;
}
.AnyTagClassName
{
color: #91C360;
}
</style>
background-color css
<style>
a { background-color: #91C360; }
a { background-color: rgb(145,195,96); }
div.DivClassName
{
background-color: #91C360;
}
.BgClassName
{
background-color: #91C360;
}
</style>
border-color css
<style>
span { border-color: #91C360; }
span { border-color: rgb(145,195,96); }
td.TdClassName
{
border-color: #91C360;
}
.TagClassName
{
border-color: #91C360;
}
</style>