Shades of Mantis #91CA58
Tints of Mantis #91CA58
RGB
CMYK
RGB Variations
Color information
#91CA58 (or 0x91CA58) is known color: Mantis. HEX triplet: 91, CA and 58. RGB value is (145,202,88). Sum of RGB (Red+Green+Blue) = 145+202+88=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA58 is #6E35A7. Grayscale: #ACACAC. Windows color (decimal): -7222696 or 5819025. OLE color: 5819025.
HSL color Cylindrical-coordinate representation of color #91CA58: hue angle of 90º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91CA58 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 88 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.21 |
| HSL | 90º | 0.52% | 0.57% | - |
| HSV(B) | 90º | 0.56% | 0.79% | - |
| XYZ | 34.56 | 48.97 | 16.86 | - |
| YUV | 171.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 88 | 0.28 | 0 | 0.56 | 0.21 | 90 | 0.52 | 0.57 |
| Hex | 91 | CA | 58 | 1C | 0 | 38 | 15 | 5A | 34 | 39 |
| Octal | 221 | 312 | 130 | 34 | 0 | 70 | 25 | 132 | 64 | 71 |
| Binary | 10010001 | 11001010 | 1011000 | 11100 | 0 | 111000 | 10101 | 1011010 | 110100 | 111001 |
Color Harmonies of #91CA58
Complementary color
Monochromatic Colors of #91CA58
Black with #91CA58
Text Example
Text Example
White with #91CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA58; }
p { color: rgb(145,202,88); }
H1.HeaderClassName
{
color: #91CA58;
}
.AnyTagClassName
{
color: #91CA58;
}
</style>
background-color css
<style>
a { background-color: #91CA58; }
a { background-color: rgb(145,202,88); }
div.DivClassName
{
background-color: #91CA58;
}
.BgClassName
{
background-color: #91CA58;
}
</style>
border-color css
<style>
span { border-color: #91CA58; }
span { border-color: rgb(145,202,88); }
td.TdClassName
{
border-color: #91CA58;
}
.TagClassName
{
border-color: #91CA58;
}
</style>