Shades of Mantis #93D565
Tints of Mantis #93D565
RGB
CMYK
RGB Variations
Color information
#93D565 (or 0x93D565) is known color: Mantis. HEX triplet: 93, D5 and 65. RGB value is (147,213,101). Sum of RGB (Red+Green+Blue) = 147+213+101=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #93D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D565 is #6C2A9A. Grayscale: #B4B4B4. Windows color (decimal): -7088795 or 6673811. OLE color: 6673811.
HSL color Cylindrical-coordinate representation of color #93D565: hue angle of 95.36º degrees, saturation: 0.57, 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 #93D565 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.16 |
| HSL | 95.36º | 0.57% | 0.62% | - |
| HSV(B) | 95.36º | 0.53% | 0.84% | - |
| XYZ | 38.18 | 54.73 | 20.86 | - |
| YUV | 180.5 | 83.13 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 101 | 0.31 | 0 | 0.53 | 0.16 | 95.36 | 0.57 | 0.62 |
| Hex | 93 | D5 | 65 | 1F | 0 | 35 | 10 | 5F | 39 | 3E |
| Octal | 223 | 325 | 145 | 37 | 0 | 65 | 20 | 137 | 71 | 76 |
| Binary | 10010011 | 11010101 | 1100101 | 11111 | 0 | 110101 | 10000 | 1011111 | 111001 | 111110 |
Color Harmonies of #93D565
Complementary color
Monochromatic Colors of #93D565
Black with #93D565
Text Example
Text Example
White with #93D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D565; }
p { color: rgb(147,213,101); }
H1.HeaderClassName
{
color: #93D565;
}
.AnyTagClassName
{
color: #93D565;
}
</style>
background-color css
<style>
a { background-color: #93D565; }
a { background-color: rgb(147,213,101); }
div.DivClassName
{
background-color: #93D565;
}
.BgClassName
{
background-color: #93D565;
}
</style>
border-color css
<style>
span { border-color: #93D565; }
span { border-color: rgb(147,213,101); }
td.TdClassName
{
border-color: #93D565;
}
.TagClassName
{
border-color: #93D565;
}
</style>