Shades of Mantis #91CB53
Tints of Mantis #91CB53
RGB
CMYK
RGB Variations
Color information
#91CB53 (or 0x91CB53) is known color: Mantis. HEX triplet: 91, CB and 53. RGB value is (145,203,83). Sum of RGB (Red+Green+Blue) = 145+203+83=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB53 is #6E34AC. Grayscale: #ACACAC. Windows color (decimal): -7222445 or 5491601. OLE color: 5491601.
HSL color Cylindrical-coordinate representation of color #91CB53: hue angle of 89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91CB53 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 83 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.20 |
| HSL | 89º | 0.54% | 0.56% | - |
| HSV(B) | 89º | 0.59% | 0.8% | - |
| XYZ | 34.59 | 49.36 | 15.89 | - |
| YUV | 171.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 83 | 0.29 | 0 | 0.59 | 0.20 | 89 | 0.54 | 0.56 |
| Hex | 91 | CB | 53 | 1D | 0 | 3B | 14 | 59 | 36 | 38 |
| Octal | 221 | 313 | 123 | 35 | 0 | 73 | 24 | 131 | 66 | 70 |
| Binary | 10010001 | 11001011 | 1010011 | 11101 | 0 | 111011 | 10100 | 1011001 | 110110 | 111000 |
Color Harmonies of #91CB53
Complementary color
Monochromatic Colors of #91CB53
Black with #91CB53
Text Example
Text Example
White with #91CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB53; }
p { color: rgb(145,203,83); }
H1.HeaderClassName
{
color: #91CB53;
}
.AnyTagClassName
{
color: #91CB53;
}
</style>
background-color css
<style>
a { background-color: #91CB53; }
a { background-color: rgb(145,203,83); }
div.DivClassName
{
background-color: #91CB53;
}
.BgClassName
{
background-color: #91CB53;
}
</style>
border-color css
<style>
span { border-color: #91CB53; }
span { border-color: rgb(145,203,83); }
td.TdClassName
{
border-color: #91CB53;
}
.TagClassName
{
border-color: #91CB53;
}
</style>