Shades of Mantis #93D364
Tints of Mantis #93D364
RGB
CMYK
RGB Variations
Color information
#93D364 (or 0x93D364) is known color: Mantis. HEX triplet: 93, D3 and 64. RGB value is (147,211,100). Sum of RGB (Red+Green+Blue) = 147+211+100=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #93D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D364 is #6C2C9B. Grayscale: #B3B3B3. Windows color (decimal): -7089308 or 6607763. OLE color: 6607763.
HSL color Cylindrical-coordinate representation of color #93D364: hue angle of 94.59º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93D364 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 100 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.17 |
| HSL | 94.59º | 0.56% | 0.61% | - |
| HSV(B) | 94.59º | 0.53% | 0.83% | - |
| XYZ | 37.63 | 53.71 | 20.44 | - |
| YUV | 179.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 100 | 0.30 | 0 | 0.53 | 0.17 | 94.59 | 0.56 | 0.61 |
| Hex | 93 | D3 | 64 | 1E | 0 | 35 | 11 | 5F | 38 | 3D |
| Octal | 223 | 323 | 144 | 36 | 0 | 65 | 21 | 137 | 70 | 75 |
| Binary | 10010011 | 11010011 | 1100100 | 11110 | 0 | 110101 | 10001 | 1011111 | 111000 | 111101 |
Color Harmonies of #93D364
Complementary color
Monochromatic Colors of #93D364
Black with #93D364
Text Example
Text Example
White with #93D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D364; }
p { color: rgb(147,211,100); }
H1.HeaderClassName
{
color: #93D364;
}
.AnyTagClassName
{
color: #93D364;
}
</style>
background-color css
<style>
a { background-color: #93D364; }
a { background-color: rgb(147,211,100); }
div.DivClassName
{
background-color: #93D364;
}
.BgClassName
{
background-color: #93D364;
}
</style>
border-color css
<style>
span { border-color: #93D364; }
span { border-color: rgb(147,211,100); }
td.TdClassName
{
border-color: #93D364;
}
.TagClassName
{
border-color: #93D364;
}
</style>