Shades of Mantis #91CF56
Tints of Mantis #91CF56
RGB
CMYK
RGB Variations
Color information
#91CF56 (or 0x91CF56) is known color: Mantis. HEX triplet: 91, CF and 56. RGB value is (145,207,86). Sum of RGB (Red+Green+Blue) = 145+207+86=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CF56 is #6E30A9. Grayscale: #AFAFAF. Windows color (decimal): -7221418 or 5689233. OLE color: 5689233.
HSL color Cylindrical-coordinate representation of color #91CF56: hue angle of 90.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #91CF56 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 86 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.19 |
| HSL | 90.74º | 0.56% | 0.57% | - |
| HSV(B) | 90.74º | 0.58% | 0.81% | - |
| XYZ | 35.67 | 51.32 | 16.83 | - |
| YUV | 174.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 86 | 0.30 | 0 | 0.58 | 0.19 | 90.74 | 0.56 | 0.57 |
| Hex | 91 | CF | 56 | 1E | 0 | 3A | 13 | 5B | 38 | 39 |
| Octal | 221 | 317 | 126 | 36 | 0 | 72 | 23 | 133 | 70 | 71 |
| Binary | 10010001 | 11001111 | 1010110 | 11110 | 0 | 111010 | 10011 | 1011011 | 111000 | 111001 |
Color Harmonies of #91CF56
Complementary color
Monochromatic Colors of #91CF56
Black with #91CF56
Text Example
Text Example
White with #91CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF56; }
p { color: rgb(145,207,86); }
H1.HeaderClassName
{
color: #91CF56;
}
.AnyTagClassName
{
color: #91CF56;
}
</style>
background-color css
<style>
a { background-color: #91CF56; }
a { background-color: rgb(145,207,86); }
div.DivClassName
{
background-color: #91CF56;
}
.BgClassName
{
background-color: #91CF56;
}
</style>
border-color css
<style>
span { border-color: #91CF56; }
span { border-color: rgb(145,207,86); }
td.TdClassName
{
border-color: #91CF56;
}
.TagClassName
{
border-color: #91CF56;
}
</style>