Shades of Mantis #91CC5D
Tints of Mantis #91CC5D
RGB
CMYK
RGB Variations
Color information
#91CC5D (or 0x91CC5D) is known color: Mantis. HEX triplet: 91, CC and 5D. RGB value is (145,204,93). Sum of RGB (Red+Green+Blue) = 145+204+93=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #91CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CC5D is #6E33A2. Grayscale: #AEAEAE. Windows color (decimal): -7222179 or 6147217. OLE color: 6147217.
HSL color Cylindrical-coordinate representation of color #91CC5D: hue angle of 91.89º degrees, saturation: 0.52, 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 #91CC5D is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 93 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.2 |
| HSL | 91.89º | 0.52% | 0.58% | - |
| HSV(B) | 91.89º | 0.54% | 0.8% | - |
| XYZ | 35.25 | 50 | 18.15 | - |
| YUV | 173.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 93 | 0.29 | 0 | 0.54 | 0.2 | 91.89 | 0.52 | 0.58 |
| Hex | 91 | CC | 5D | 1D | 0 | 36 | 14 | 5C | 34 | 3A |
| Octal | 221 | 314 | 135 | 35 | 0 | 66 | 24 | 134 | 64 | 72 |
| Binary | 10010001 | 11001100 | 1011101 | 11101 | 0 | 110110 | 10100 | 1011100 | 110100 | 111010 |
Color Harmonies of #91CC5D
Complementary color
Monochromatic Colors of #91CC5D
Black with #91CC5D
Text Example
Text Example
White with #91CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CC5D; }
p { color: rgb(145,204,93); }
H1.HeaderClassName
{
color: #91CC5D;
}
.AnyTagClassName
{
color: #91CC5D;
}
</style>
background-color css
<style>
a { background-color: #91CC5D; }
a { background-color: rgb(145,204,93); }
div.DivClassName
{
background-color: #91CC5D;
}
.BgClassName
{
background-color: #91CC5D;
}
</style>
border-color css
<style>
span { border-color: #91CC5D; }
span { border-color: rgb(145,204,93); }
td.TdClassName
{
border-color: #91CC5D;
}
.TagClassName
{
border-color: #91CC5D;
}
</style>