Shades of Mantis #93D756
Tints of Mantis #93D756
RGB
CMYK
RGB Variations
Color information
#93D756 (or 0x93D756) is known color: Mantis. HEX triplet: 93, D7 and 56. RGB value is (147,215,86). Sum of RGB (Red+Green+Blue) = 147+215+86=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #93D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D756 is #6C28A9. Grayscale: #B4B4B4. Windows color (decimal): -7088298 or 5691283. OLE color: 5691283.
HSL color Cylindrical-coordinate representation of color #93D756: hue angle of 91.63º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93D756 is Cyan = 0.32, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 86 | - |
| CMYK | 0.32 | 0 | 0.6 | 0.16 |
| HSL | 91.63º | 0.62% | 0.59% | - |
| HSV(B) | 91.63º | 0.6% | 0.84% | - |
| XYZ | 38.01 | 55.48 | 17.51 | - |
| YUV | 179.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 86 | 0.32 | 0 | 0.6 | 0.16 | 91.63 | 0.62 | 0.59 |
| Hex | 93 | D7 | 56 | 20 | 0 | 3C | 10 | 5C | 3E | 3B |
| Octal | 223 | 327 | 126 | 40 | 0 | 74 | 20 | 134 | 76 | 73 |
| Binary | 10010011 | 11010111 | 1010110 | 100000 | 0 | 111100 | 10000 | 1011100 | 111110 | 111011 |
Color Harmonies of #93D756
Complementary color
Monochromatic Colors of #93D756
Black with #93D756
Text Example
Text Example
White with #93D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D756; }
p { color: rgb(147,215,86); }
H1.HeaderClassName
{
color: #93D756;
}
.AnyTagClassName
{
color: #93D756;
}
</style>
background-color css
<style>
a { background-color: #93D756; }
a { background-color: rgb(147,215,86); }
div.DivClassName
{
background-color: #93D756;
}
.BgClassName
{
background-color: #93D756;
}
</style>
border-color css
<style>
span { border-color: #93D756; }
span { border-color: rgb(147,215,86); }
td.TdClassName
{
border-color: #93D756;
}
.TagClassName
{
border-color: #93D756;
}
</style>