Shades of Mantis #91CB5E
Tints of Mantis #91CB5E
RGB
CMYK
RGB Variations
Color information
#91CB5E (or 0x91CB5E) is known color: Mantis. HEX triplet: 91, CB and 5E. RGB value is (145,203,94). Sum of RGB (Red+Green+Blue) = 145+203+94=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB5E is #6E34A1. Grayscale: #ADADAD. Windows color (decimal): -7222434 or 6212497. OLE color: 6212497.
HSL color Cylindrical-coordinate representation of color #91CB5E: hue angle of 91.93º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91CB5E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 94 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.20 |
| HSL | 91.93º | 0.51% | 0.58% | - |
| HSV(B) | 91.93º | 0.54% | 0.8% | - |
| XYZ | 35.05 | 49.54 | 18.3 | - |
| YUV | 173.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 94 | 0.29 | 0 | 0.54 | 0.20 | 91.93 | 0.51 | 0.58 |
| Hex | 91 | CB | 5E | 1D | 0 | 36 | 14 | 5C | 33 | 3A |
| Octal | 221 | 313 | 136 | 35 | 0 | 66 | 24 | 134 | 63 | 72 |
| Binary | 10010001 | 11001011 | 1011110 | 11101 | 0 | 110110 | 10100 | 1011100 | 110011 | 111010 |
Color Harmonies of #91CB5E
Complementary color
Monochromatic Colors of #91CB5E
Black with #91CB5E
Text Example
Text Example
White with #91CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB5E; }
p { color: rgb(145,203,94); }
H1.HeaderClassName
{
color: #91CB5E;
}
.AnyTagClassName
{
color: #91CB5E;
}
</style>
background-color css
<style>
a { background-color: #91CB5E; }
a { background-color: rgb(145,203,94); }
div.DivClassName
{
background-color: #91CB5E;
}
.BgClassName
{
background-color: #91CB5E;
}
</style>
border-color css
<style>
span { border-color: #91CB5E; }
span { border-color: rgb(145,203,94); }
td.TdClassName
{
border-color: #91CB5E;
}
.TagClassName
{
border-color: #91CB5E;
}
</style>