Shades of Mantis #91D061
Tints of Mantis #91D061
RGB
CMYK
RGB Variations
Color information
#91D061 (or 0x91D061) is known color: Mantis. HEX triplet: 91, D0 and 61. RGB value is (145,208,97). Sum of RGB (Red+Green+Blue) = 145+208+97=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #91D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D061 is #6E2F9E. Grayscale: #B0B0B0. Windows color (decimal): -7221151 or 6410385. OLE color: 6410385.
HSL color Cylindrical-coordinate representation of color #91D061: hue angle of 94.05º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91D061 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 97 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.18 |
| HSL | 94.05º | 0.54% | 0.6% | - |
| HSV(B) | 94.05º | 0.53% | 0.82% | - |
| XYZ | 36.39 | 51.99 | 19.43 | - |
| YUV | 176.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 97 | 0.30 | 0 | 0.53 | 0.18 | 94.05 | 0.54 | 0.6 |
| Hex | 91 | D0 | 61 | 1E | 0 | 35 | 12 | 5E | 36 | 3C |
| Octal | 221 | 320 | 141 | 36 | 0 | 65 | 22 | 136 | 66 | 74 |
| Binary | 10010001 | 11010000 | 1100001 | 11110 | 0 | 110101 | 10010 | 1011110 | 110110 | 111100 |
Color Harmonies of #91D061
Complementary color
Monochromatic Colors of #91D061
Black with #91D061
Text Example
Text Example
White with #91D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D061; }
p { color: rgb(145,208,97); }
H1.HeaderClassName
{
color: #91D061;
}
.AnyTagClassName
{
color: #91D061;
}
</style>
background-color css
<style>
a { background-color: #91D061; }
a { background-color: rgb(145,208,97); }
div.DivClassName
{
background-color: #91D061;
}
.BgClassName
{
background-color: #91D061;
}
</style>
border-color css
<style>
span { border-color: #91D061; }
span { border-color: rgb(145,208,97); }
td.TdClassName
{
border-color: #91D061;
}
.TagClassName
{
border-color: #91D061;
}
</style>