Shades of Mantis #93E160
Tints of Mantis #93E160
RGB
CMYK
RGB Variations
Color information
#93E160 (or 0x93E160) is known color: Mantis. HEX triplet: 93, E1 and 60. RGB value is (147,225,96). Sum of RGB (Red+Green+Blue) = 147+225+96=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #93E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E160 is #6C1E9F. Grayscale: #BBBBBB. Windows color (decimal): -7085728 or 6349203. OLE color: 6349203.
HSL color Cylindrical-coordinate representation of color #93E160: hue angle of 96.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93E160 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 96 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.12 |
| HSL | 96.28º | 0.68% | 0.63% | - |
| HSV(B) | 96.28º | 0.57% | 0.88% | - |
| XYZ | 41.07 | 60.9 | 20.66 | - |
| YUV | 186.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 96 | 0.35 | 0 | 0.57 | 0.12 | 96.28 | 0.68 | 0.63 |
| Hex | 93 | E1 | 60 | 23 | 0 | 39 | C | 60 | 44 | 3F |
| Octal | 223 | 341 | 140 | 43 | 0 | 71 | 14 | 140 | 104 | 77 |
| Binary | 10010011 | 11100001 | 1100000 | 100011 | 0 | 111001 | 1100 | 1100000 | 1000100 | 111111 |
Color Harmonies of #93E160
Complementary color
Monochromatic Colors of #93E160
Black with #93E160
Text Example
Text Example
White with #93E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E160; }
p { color: rgb(147,225,96); }
H1.HeaderClassName
{
color: #93E160;
}
.AnyTagClassName
{
color: #93E160;
}
</style>
background-color css
<style>
a { background-color: #93E160; }
a { background-color: rgb(147,225,96); }
div.DivClassName
{
background-color: #93E160;
}
.BgClassName
{
background-color: #93E160;
}
</style>
border-color css
<style>
span { border-color: #93E160; }
span { border-color: rgb(147,225,96); }
td.TdClassName
{
border-color: #93E160;
}
.TagClassName
{
border-color: #93E160;
}
</style>