Shades of Mantis #93D760
Tints of Mantis #93D760
RGB
CMYK
RGB Variations
Color information
#93D760 (or 0x93D760) is known color: Mantis. HEX triplet: 93, D7 and 60. RGB value is (147,215,96). Sum of RGB (Red+Green+Blue) = 147+215+96=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #93D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D760 is #6C289F. Grayscale: #B5B5B5. Windows color (decimal): -7088288 or 6346643. OLE color: 6346643.
HSL color Cylindrical-coordinate representation of color #93D760: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93D760 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 96 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.16 |
| HSL | 94.29º | 0.6% | 0.61% | - |
| HSV(B) | 94.29º | 0.55% | 0.84% | - |
| XYZ | 38.44 | 55.65 | 19.78 | - |
| YUV | 181.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 96 | 0.32 | 0 | 0.55 | 0.16 | 94.29 | 0.6 | 0.61 |
| Hex | 93 | D7 | 60 | 20 | 0 | 37 | 10 | 5E | 3C | 3D |
| Octal | 223 | 327 | 140 | 40 | 0 | 67 | 20 | 136 | 74 | 75 |
| Binary | 10010011 | 11010111 | 1100000 | 100000 | 0 | 110111 | 10000 | 1011110 | 111100 | 111101 |
Color Harmonies of #93D760
Complementary color
Monochromatic Colors of #93D760
Black with #93D760
Text Example
Text Example
White with #93D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D760; }
p { color: rgb(147,215,96); }
H1.HeaderClassName
{
color: #93D760;
}
.AnyTagClassName
{
color: #93D760;
}
</style>
background-color css
<style>
a { background-color: #93D760; }
a { background-color: rgb(147,215,96); }
div.DivClassName
{
background-color: #93D760;
}
.BgClassName
{
background-color: #93D760;
}
</style>
border-color css
<style>
span { border-color: #93D760; }
span { border-color: rgb(147,215,96); }
td.TdClassName
{
border-color: #93D760;
}
.TagClassName
{
border-color: #93D760;
}
</style>