Shades of Mantis #91C85A
Tints of Mantis #91C85A
RGB
CMYK
RGB Variations
Color information
#91C85A (or 0x91C85A) is known color: Mantis. HEX triplet: 91, C8 and 5A. RGB value is (145,200,90). Sum of RGB (Red+Green+Blue) = 145+200+90=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #91C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C85A is #6E37A5. Grayscale: #ABABAB. Windows color (decimal): -7223206 or 5949585. OLE color: 5949585.
HSL color Cylindrical-coordinate representation of color #91C85A: hue angle of 90º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91C85A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 90 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.22 |
| HSL | 90º | 0.5% | 0.57% | - |
| HSV(B) | 90º | 0.55% | 0.78% | - |
| XYZ | 34.18 | 48.07 | 17.15 | - |
| YUV | 171.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 90 | 0.28 | 0 | 0.55 | 0.22 | 90 | 0.5 | 0.57 |
| Hex | 91 | C8 | 5A | 1C | 0 | 37 | 16 | 5A | 32 | 39 |
| Octal | 221 | 310 | 132 | 34 | 0 | 67 | 26 | 132 | 62 | 71 |
| Binary | 10010001 | 11001000 | 1011010 | 11100 | 0 | 110111 | 10110 | 1011010 | 110010 | 111001 |
Color Harmonies of #91C85A
Complementary color
Monochromatic Colors of #91C85A
Black with #91C85A
Text Example
Text Example
White with #91C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C85A; }
p { color: rgb(145,200,90); }
H1.HeaderClassName
{
color: #91C85A;
}
.AnyTagClassName
{
color: #91C85A;
}
</style>
background-color css
<style>
a { background-color: #91C85A; }
a { background-color: rgb(145,200,90); }
div.DivClassName
{
background-color: #91C85A;
}
.BgClassName
{
background-color: #91C85A;
}
</style>
border-color css
<style>
span { border-color: #91C85A; }
span { border-color: rgb(145,200,90); }
td.TdClassName
{
border-color: #91C85A;
}
.TagClassName
{
border-color: #91C85A;
}
</style>