Shades of Mantis #91CB5B
Tints of Mantis #91CB5B
RGB
CMYK
RGB Variations
Color information
#91CB5B (or 0x91CB5B) is known color: Mantis. HEX triplet: 91, CB and 5B. RGB value is (145,203,91). Sum of RGB (Red+Green+Blue) = 145+203+91=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB5B is #6E34A4. Grayscale: #ADADAD. Windows color (decimal): -7222437 or 6015889. OLE color: 6015889.
HSL color Cylindrical-coordinate representation of color #91CB5B: hue angle of 91.07º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91CB5B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 91 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.20 |
| HSL | 91.07º | 0.52% | 0.58% | - |
| HSV(B) | 91.07º | 0.55% | 0.8% | - |
| XYZ | 34.92 | 49.49 | 17.61 | - |
| YUV | 172.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 91 | 0.29 | 0 | 0.55 | 0.20 | 91.07 | 0.52 | 0.58 |
| Hex | 91 | CB | 5B | 1D | 0 | 37 | 14 | 5B | 34 | 3A |
| Octal | 221 | 313 | 133 | 35 | 0 | 67 | 24 | 133 | 64 | 72 |
| Binary | 10010001 | 11001011 | 1011011 | 11101 | 0 | 110111 | 10100 | 1011011 | 110100 | 111010 |
Color Harmonies of #91CB5B
Complementary color
Monochromatic Colors of #91CB5B
Black with #91CB5B
Text Example
Text Example
White with #91CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB5B; }
p { color: rgb(145,203,91); }
H1.HeaderClassName
{
color: #91CB5B;
}
.AnyTagClassName
{
color: #91CB5B;
}
</style>
background-color css
<style>
a { background-color: #91CB5B; }
a { background-color: rgb(145,203,91); }
div.DivClassName
{
background-color: #91CB5B;
}
.BgClassName
{
background-color: #91CB5B;
}
</style>
border-color css
<style>
span { border-color: #91CB5B; }
span { border-color: rgb(145,203,91); }
td.TdClassName
{
border-color: #91CB5B;
}
.TagClassName
{
border-color: #91CB5B;
}
</style>