Shades of Mantis #91BF5E
Tints of Mantis #91BF5E
RGB
CMYK
RGB Variations
Color information
#91BF5E (or 0x91BF5E) is known color: Mantis. HEX triplet: 91, BF and 5E. RGB value is (145,191,94). Sum of RGB (Red+Green+Blue) = 145+191+94=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BF5E is #6E40A1. Grayscale: #A6A6A6. Windows color (decimal): -7225506 or 6209425. OLE color: 6209425.
HSL color Cylindrical-coordinate representation of color #91BF5E: hue angle of 88.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91BF5E is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 145 | 191 | 94 | - |
CMYK | 0.24 | 0 | 0.51 | 0.25 |
HSL | 88.45º | 0.43% | 0.56% | - |
HSV(B) | 88.45º | 0.51% | 0.75% | - |
XYZ | 32.33 | 44.09 | 17.4 | - |
YUV | 166.19 | 87.26 | 112.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 191 | 94 | 0.24 | 0 | 0.51 | 0.25 | 88.45 | 0.43 | 0.56 |
Hex | 91 | BF | 5E | 18 | 0 | 33 | 19 | 58 | 2B | 38 |
Octal | 221 | 277 | 136 | 30 | 0 | 63 | 31 | 130 | 53 | 70 |
Binary | 10010001 | 10111111 | 1011110 | 11000 | 0 | 110011 | 11001 | 1011000 | 101011 | 111000 |
Color Harmonies of #91BF5E
Complementary color
Monochromatic Colors of #91BF5E
Black with #91BF5E
Text Example
Text Example
White with #91BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BF5E; }
p { color: rgb(145,191,94); }
H1.HeaderClassName
{
color: #91BF5E;
}
.AnyTagClassName
{
color: #91BF5E;
}
</style>
background-color css
<style>
a { background-color: #91BF5E; }
a { background-color: rgb(145,191,94); }
div.DivClassName
{
background-color: #91BF5E;
}
.BgClassName
{
background-color: #91BF5E;
}
</style>
border-color css
<style>
span { border-color: #91BF5E; }
span { border-color: rgb(145,191,94); }
td.TdClassName
{
border-color: #91BF5E;
}
.TagClassName
{
border-color: #91BF5E;
}
</style>