Shades of Mantis #93D766
Tints of Mantis #93D766
RGB
CMYK
RGB Variations
Color information
#93D766 (or 0x93D766) is known color: Mantis. HEX triplet: 93, D7 and 66. RGB value is (147,215,102). Sum of RGB (Red+Green+Blue) = 147+215+102=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #93D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D766 is #6C2899. Grayscale: #B6B6B6. Windows color (decimal): -7088282 or 6739859. OLE color: 6739859.
HSL color Cylindrical-coordinate representation of color #93D766: hue angle of 96.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93D766 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 102 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.16 |
| HSL | 96.11º | 0.59% | 0.62% | - |
| HSV(B) | 96.11º | 0.53% | 0.84% | - |
| XYZ | 38.73 | 55.76 | 21.29 | - |
| YUV | 181.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 102 | 0.32 | 0 | 0.53 | 0.16 | 96.11 | 0.59 | 0.62 |
| Hex | 93 | D7 | 66 | 20 | 0 | 35 | 10 | 60 | 3B | 3E |
| Octal | 223 | 327 | 146 | 40 | 0 | 65 | 20 | 140 | 73 | 76 |
| Binary | 10010011 | 11010111 | 1100110 | 100000 | 0 | 110101 | 10000 | 1100000 | 111011 | 111110 |
Color Harmonies of #93D766
Complementary color
Monochromatic Colors of #93D766
Black with #93D766
Text Example
Text Example
White with #93D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D766; }
p { color: rgb(147,215,102); }
H1.HeaderClassName
{
color: #93D766;
}
.AnyTagClassName
{
color: #93D766;
}
</style>
background-color css
<style>
a { background-color: #93D766; }
a { background-color: rgb(147,215,102); }
div.DivClassName
{
background-color: #93D766;
}
.BgClassName
{
background-color: #93D766;
}
</style>
border-color css
<style>
span { border-color: #93D766; }
span { border-color: rgb(147,215,102); }
td.TdClassName
{
border-color: #93D766;
}
.TagClassName
{
border-color: #93D766;
}
</style>