Shades of Mantis #91DC56
Tints of Mantis #91DC56
RGB
CMYK
RGB Variations
Color information
#91DC56 (or 0x91DC56) is known color: Mantis. HEX triplet: 91, DC and 56. RGB value is (145,220,86). Sum of RGB (Red+Green+Blue) = 145+220+86=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DC56 is #6E23A9. Grayscale: #B6B6B6. Windows color (decimal): -7218090 or 5692561. OLE color: 5692561.
HSL color Cylindrical-coordinate representation of color #91DC56: hue angle of 93.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91DC56 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 86 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.14 |
| HSL | 93.58º | 0.66% | 0.6% | - |
| HSV(B) | 93.58º | 0.61% | 0.86% | - |
| XYZ | 38.95 | 57.88 | 17.92 | - |
| YUV | 182.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 86 | 0.34 | 0 | 0.61 | 0.14 | 93.58 | 0.66 | 0.6 |
| Hex | 91 | DC | 56 | 22 | 0 | 3D | E | 5E | 42 | 3C |
| Octal | 221 | 334 | 126 | 42 | 0 | 75 | 16 | 136 | 102 | 74 |
| Binary | 10010001 | 11011100 | 1010110 | 100010 | 0 | 111101 | 1110 | 1011110 | 1000010 | 111100 |
Color Harmonies of #91DC56
Complementary color
Monochromatic Colors of #91DC56
Black with #91DC56
Text Example
Text Example
White with #91DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC56; }
p { color: rgb(145,220,86); }
H1.HeaderClassName
{
color: #91DC56;
}
.AnyTagClassName
{
color: #91DC56;
}
</style>
background-color css
<style>
a { background-color: #91DC56; }
a { background-color: rgb(145,220,86); }
div.DivClassName
{
background-color: #91DC56;
}
.BgClassName
{
background-color: #91DC56;
}
</style>
border-color css
<style>
span { border-color: #91DC56; }
span { border-color: rgb(145,220,86); }
td.TdClassName
{
border-color: #91DC56;
}
.TagClassName
{
border-color: #91DC56;
}
</style>