Shades of Mantis #91C95F
Tints of Mantis #91C95F
RGB
CMYK
RGB Variations
Color information
#91C95F (or 0x91C95F) is known color: Mantis. HEX triplet: 91, C9 and 5F. RGB value is (145,201,95). Sum of RGB (Red+Green+Blue) = 145+201+95=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #91C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C95F is #6E36A0. Grayscale: #ACACAC. Windows color (decimal): -7222945 or 6277521. OLE color: 6277521.
HSL color Cylindrical-coordinate representation of color #91C95F: hue angle of 91.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91C95F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 95 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.21 |
| HSL | 91.7º | 0.5% | 0.58% | - |
| HSV(B) | 91.7º | 0.53% | 0.79% | - |
| XYZ | 34.63 | 48.62 | 18.39 | - |
| YUV | 172.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 95 | 0.28 | 0 | 0.53 | 0.21 | 91.7 | 0.5 | 0.58 |
| Hex | 91 | C9 | 5F | 1C | 0 | 35 | 15 | 5C | 32 | 3A |
| Octal | 221 | 311 | 137 | 34 | 0 | 65 | 25 | 134 | 62 | 72 |
| Binary | 10010001 | 11001001 | 1011111 | 11100 | 0 | 110101 | 10101 | 1011100 | 110010 | 111010 |
Color Harmonies of #91C95F
Complementary color
Monochromatic Colors of #91C95F
Black with #91C95F
Text Example
Text Example
White with #91C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C95F; }
p { color: rgb(145,201,95); }
H1.HeaderClassName
{
color: #91C95F;
}
.AnyTagClassName
{
color: #91C95F;
}
</style>
background-color css
<style>
a { background-color: #91C95F; }
a { background-color: rgb(145,201,95); }
div.DivClassName
{
background-color: #91C95F;
}
.BgClassName
{
background-color: #91C95F;
}
</style>
border-color css
<style>
span { border-color: #91C95F; }
span { border-color: rgb(145,201,95); }
td.TdClassName
{
border-color: #91C95F;
}
.TagClassName
{
border-color: #91C95F;
}
</style>