Shades of Mantis #91D05D
Tints of Mantis #91D05D
RGB
CMYK
RGB Variations
Color information
#91D05D (or 0x91D05D) is known color: Mantis. HEX triplet: 91, D0 and 5D. RGB value is (145,208,93). Sum of RGB (Red+Green+Blue) = 145+208+93=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #91D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D05D is #6E2FA2. Grayscale: #B0B0B0. Windows color (decimal): -7221155 or 6148241. OLE color: 6148241.
HSL color Cylindrical-coordinate representation of color #91D05D: hue angle of 92.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91D05D is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 93 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.18 |
| HSL | 92.87º | 0.55% | 0.59% | - |
| HSV(B) | 92.87º | 0.55% | 0.82% | - |
| XYZ | 36.21 | 51.92 | 18.47 | - |
| YUV | 176.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 93 | 0.30 | 0 | 0.55 | 0.18 | 92.87 | 0.55 | 0.59 |
| Hex | 91 | D0 | 5D | 1E | 0 | 37 | 12 | 5D | 37 | 3B |
| Octal | 221 | 320 | 135 | 36 | 0 | 67 | 22 | 135 | 67 | 73 |
| Binary | 10010001 | 11010000 | 1011101 | 11110 | 0 | 110111 | 10010 | 1011101 | 110111 | 111011 |
Color Harmonies of #91D05D
Complementary color
Monochromatic Colors of #91D05D
Black with #91D05D
Text Example
Text Example
White with #91D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D05D; }
p { color: rgb(145,208,93); }
H1.HeaderClassName
{
color: #91D05D;
}
.AnyTagClassName
{
color: #91D05D;
}
</style>
background-color css
<style>
a { background-color: #91D05D; }
a { background-color: rgb(145,208,93); }
div.DivClassName
{
background-color: #91D05D;
}
.BgClassName
{
background-color: #91D05D;
}
</style>
border-color css
<style>
span { border-color: #91D05D; }
span { border-color: rgb(145,208,93); }
td.TdClassName
{
border-color: #91D05D;
}
.TagClassName
{
border-color: #91D05D;
}
</style>