Shades of Mantis #91CB55
Tints of Mantis #91CB55
RGB
CMYK
RGB Variations
Color information
#91CB55 (or 0x91CB55) is known color: Mantis. HEX triplet: 91, CB and 55. RGB value is (145,203,85). Sum of RGB (Red+Green+Blue) = 145+203+85=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB55 is #6E34AA. Grayscale: #ACACAC. Windows color (decimal): -7222443 or 5622673. OLE color: 5622673.
HSL color Cylindrical-coordinate representation of color #91CB55: hue angle of 89.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #91CB55 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 85 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.20 |
| HSL | 89.49º | 0.53% | 0.56% | - |
| HSV(B) | 89.49º | 0.58% | 0.8% | - |
| XYZ | 34.67 | 49.39 | 16.3 | - |
| YUV | 172.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 85 | 0.29 | 0 | 0.58 | 0.20 | 89.49 | 0.53 | 0.56 |
| Hex | 91 | CB | 55 | 1D | 0 | 3A | 14 | 59 | 35 | 38 |
| Octal | 221 | 313 | 125 | 35 | 0 | 72 | 24 | 131 | 65 | 70 |
| Binary | 10010001 | 11001011 | 1010101 | 11101 | 0 | 111010 | 10100 | 1011001 | 110101 | 111000 |
Color Harmonies of #91CB55
Complementary color
Monochromatic Colors of #91CB55
Black with #91CB55
Text Example
Text Example
White with #91CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB55; }
p { color: rgb(145,203,85); }
H1.HeaderClassName
{
color: #91CB55;
}
.AnyTagClassName
{
color: #91CB55;
}
</style>
background-color css
<style>
a { background-color: #91CB55; }
a { background-color: rgb(145,203,85); }
div.DivClassName
{
background-color: #91CB55;
}
.BgClassName
{
background-color: #91CB55;
}
</style>
border-color css
<style>
span { border-color: #91CB55; }
span { border-color: rgb(145,203,85); }
td.TdClassName
{
border-color: #91CB55;
}
.TagClassName
{
border-color: #91CB55;
}
</style>