Shades of Mantis #91DA5E
Tints of Mantis #91DA5E
RGB
CMYK
RGB Variations
Color information
#91DA5E (or 0x91DA5E) is known color: Mantis. HEX triplet: 91, DA and 5E. RGB value is (145,218,94). Sum of RGB (Red+Green+Blue) = 145+218+94=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DA5E is #6E25A1. Grayscale: #B6B6B6. Windows color (decimal): -7218594 or 6216337. OLE color: 6216337.
HSL color Cylindrical-coordinate representation of color #91DA5E: hue angle of 95.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #91DA5E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 94 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.15 |
| HSL | 95.32º | 0.63% | 0.61% | - |
| HSV(B) | 95.32º | 0.57% | 0.85% | - |
| XYZ | 38.77 | 56.97 | 19.54 | - |
| YUV | 182.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 94 | 0.33 | 0 | 0.57 | 0.15 | 95.32 | 0.63 | 0.61 |
| Hex | 91 | DA | 5E | 21 | 0 | 39 | F | 5F | 3F | 3D |
| Octal | 221 | 332 | 136 | 41 | 0 | 71 | 17 | 137 | 77 | 75 |
| Binary | 10010001 | 11011010 | 1011110 | 100001 | 0 | 111001 | 1111 | 1011111 | 111111 | 111101 |
Color Harmonies of #91DA5E
Complementary color
Monochromatic Colors of #91DA5E
Black with #91DA5E
Text Example
Text Example
White with #91DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA5E; }
p { color: rgb(145,218,94); }
H1.HeaderClassName
{
color: #91DA5E;
}
.AnyTagClassName
{
color: #91DA5E;
}
</style>
background-color css
<style>
a { background-color: #91DA5E; }
a { background-color: rgb(145,218,94); }
div.DivClassName
{
background-color: #91DA5E;
}
.BgClassName
{
background-color: #91DA5E;
}
</style>
border-color css
<style>
span { border-color: #91DA5E; }
span { border-color: rgb(145,218,94); }
td.TdClassName
{
border-color: #91DA5E;
}
.TagClassName
{
border-color: #91DA5E;
}
</style>