Shades of Mantis #91CA5D
Tints of Mantis #91CA5D
RGB
CMYK
RGB Variations
Color information
#91CA5D (or 0x91CA5D) is known color: Mantis. HEX triplet: 91, CA and 5D. RGB value is (145,202,93). Sum of RGB (Red+Green+Blue) = 145+202+93=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA5D is #6E35A2. Grayscale: #ACACAC. Windows color (decimal): -7222691 or 6146705. OLE color: 6146705.
HSL color Cylindrical-coordinate representation of color #91CA5D: hue angle of 91.38º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91CA5D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 93 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.21 |
| HSL | 91.38º | 0.51% | 0.58% | - |
| HSV(B) | 91.38º | 0.54% | 0.79% | - |
| XYZ | 34.77 | 49.05 | 17.99 | - |
| YUV | 172.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 93 | 0.28 | 0 | 0.54 | 0.21 | 91.38 | 0.51 | 0.58 |
| Hex | 91 | CA | 5D | 1C | 0 | 36 | 15 | 5B | 33 | 3A |
| Octal | 221 | 312 | 135 | 34 | 0 | 66 | 25 | 133 | 63 | 72 |
| Binary | 10010001 | 11001010 | 1011101 | 11100 | 0 | 110110 | 10101 | 1011011 | 110011 | 111010 |
Color Harmonies of #91CA5D
Complementary color
Monochromatic Colors of #91CA5D
Black with #91CA5D
Text Example
Text Example
White with #91CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA5D; }
p { color: rgb(145,202,93); }
H1.HeaderClassName
{
color: #91CA5D;
}
.AnyTagClassName
{
color: #91CA5D;
}
</style>
background-color css
<style>
a { background-color: #91CA5D; }
a { background-color: rgb(145,202,93); }
div.DivClassName
{
background-color: #91CA5D;
}
.BgClassName
{
background-color: #91CA5D;
}
</style>
border-color css
<style>
span { border-color: #91CA5D; }
span { border-color: rgb(145,202,93); }
td.TdClassName
{
border-color: #91CA5D;
}
.TagClassName
{
border-color: #91CA5D;
}
</style>