Shades of Mantis #91DC5B
Tints of Mantis #91DC5B
RGB
CMYK
RGB Variations
Color information
#91DC5B (or 0x91DC5B) is known color: Mantis. HEX triplet: 91, DC and 5B. RGB value is (145,220,91). Sum of RGB (Red+Green+Blue) = 145+220+91=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DC5B is #6E23A4. Grayscale: #B7B7B7. Windows color (decimal): -7218085 or 6020241. OLE color: 6020241.
HSL color Cylindrical-coordinate representation of color #91DC5B: hue angle of 94.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91DC5B is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 91 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.14 |
| HSL | 94.88º | 0.65% | 0.61% | - |
| HSV(B) | 94.88º | 0.59% | 0.86% | - |
| XYZ | 39.16 | 57.96 | 19.02 | - |
| YUV | 182.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 91 | 0.34 | 0 | 0.59 | 0.14 | 94.88 | 0.65 | 0.61 |
| Hex | 91 | DC | 5B | 22 | 0 | 3B | E | 5F | 41 | 3D |
| Octal | 221 | 334 | 133 | 42 | 0 | 73 | 16 | 137 | 101 | 75 |
| Binary | 10010001 | 11011100 | 1011011 | 100010 | 0 | 111011 | 1110 | 1011111 | 1000001 | 111101 |
Color Harmonies of #91DC5B
Complementary color
Monochromatic Colors of #91DC5B
Black with #91DC5B
Text Example
Text Example
White with #91DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC5B; }
p { color: rgb(145,220,91); }
H1.HeaderClassName
{
color: #91DC5B;
}
.AnyTagClassName
{
color: #91DC5B;
}
</style>
background-color css
<style>
a { background-color: #91DC5B; }
a { background-color: rgb(145,220,91); }
div.DivClassName
{
background-color: #91DC5B;
}
.BgClassName
{
background-color: #91DC5B;
}
</style>
border-color css
<style>
span { border-color: #91DC5B; }
span { border-color: rgb(145,220,91); }
td.TdClassName
{
border-color: #91DC5B;
}
.TagClassName
{
border-color: #91DC5B;
}
</style>