Shades of Mantis #91C960
Tints of Mantis #91C960
RGB
CMYK
RGB Variations
Color information
#91C960 (or 0x91C960) is known color: Mantis. HEX triplet: 91, C9 and 60. RGB value is (145,201,96). Sum of RGB (Red+Green+Blue) = 145+201+96=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #91C960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C960 is #6E369F. Grayscale: #ACACAC. Windows color (decimal): -7222944 or 6343057. OLE color: 6343057.
HSL color Cylindrical-coordinate representation of color #91C960: hue angle of 92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91C960 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 96 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.21 |
| HSL | 92º | 0.49% | 0.58% | - |
| HSV(B) | 92º | 0.52% | 0.79% | - |
| XYZ | 34.68 | 48.64 | 18.63 | - |
| YUV | 172.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 96 | 0.28 | 0 | 0.52 | 0.21 | 92 | 0.49 | 0.58 |
| Hex | 91 | C9 | 60 | 1C | 0 | 34 | 15 | 5C | 31 | 3A |
| Octal | 221 | 311 | 140 | 34 | 0 | 64 | 25 | 134 | 61 | 72 |
| Binary | 10010001 | 11001001 | 1100000 | 11100 | 0 | 110100 | 10101 | 1011100 | 110001 | 111010 |
Color Harmonies of #91C960
Complementary color
Monochromatic Colors of #91C960
Black with #91C960
Text Example
Text Example
White with #91C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C960; }
p { color: rgb(145,201,96); }
H1.HeaderClassName
{
color: #91C960;
}
.AnyTagClassName
{
color: #91C960;
}
</style>
background-color css
<style>
a { background-color: #91C960; }
a { background-color: rgb(145,201,96); }
div.DivClassName
{
background-color: #91C960;
}
.BgClassName
{
background-color: #91C960;
}
</style>
border-color css
<style>
span { border-color: #91C960; }
span { border-color: rgb(145,201,96); }
td.TdClassName
{
border-color: #91C960;
}
.TagClassName
{
border-color: #91C960;
}
</style>