Shades of Mantis #91C964
Tints of Mantis #91C964
RGB
CMYK
RGB Variations
Color information
#91C964 (or 0x91C964) is known color: Mantis. HEX triplet: 91, C9 and 64. RGB value is (145,201,100). Sum of RGB (Red+Green+Blue) = 145+201+100=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #91C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C964 is #6E369B. Grayscale: #ADADAD. Windows color (decimal): -7222940 or 6605201. OLE color: 6605201.
HSL color Cylindrical-coordinate representation of color #91C964: hue angle of 93.27º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91C964 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 100 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.21 |
| HSL | 93.27º | 0.48% | 0.59% | - |
| HSV(B) | 93.27º | 0.5% | 0.79% | - |
| XYZ | 34.86 | 48.71 | 19.62 | - |
| YUV | 172.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 100 | 0.28 | 0 | 0.50 | 0.21 | 93.27 | 0.48 | 0.59 |
| Hex | 91 | C9 | 64 | 1C | 0 | 32 | 15 | 5D | 30 | 3B |
| Octal | 221 | 311 | 144 | 34 | 0 | 62 | 25 | 135 | 60 | 73 |
| Binary | 10010001 | 11001001 | 1100100 | 11100 | 0 | 110010 | 10101 | 1011101 | 110000 | 111011 |
Color Harmonies of #91C964
Complementary color
Monochromatic Colors of #91C964
Black with #91C964
Text Example
Text Example
White with #91C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C964; }
p { color: rgb(145,201,100); }
H1.HeaderClassName
{
color: #91C964;
}
.AnyTagClassName
{
color: #91C964;
}
</style>
background-color css
<style>
a { background-color: #91C964; }
a { background-color: rgb(145,201,100); }
div.DivClassName
{
background-color: #91C964;
}
.BgClassName
{
background-color: #91C964;
}
</style>
border-color css
<style>
span { border-color: #91C964; }
span { border-color: rgb(145,201,100); }
td.TdClassName
{
border-color: #91C964;
}
.TagClassName
{
border-color: #91C964;
}
</style>