Shades of Mantis #93D568
Tints of Mantis #93D568
RGB
CMYK
RGB Variations
Color information
#93D568 (or 0x93D568) is known color: Mantis. HEX triplet: 93, D5 and 68. RGB value is (147,213,104). Sum of RGB (Red+Green+Blue) = 147+213+104=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #93D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D568 is #6C2A97. Grayscale: #B5B5B5. Windows color (decimal): -7088792 or 6870419. OLE color: 6870419.
HSL color Cylindrical-coordinate representation of color #93D568: hue angle of 96.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93D568 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 104 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.16 |
| HSL | 96.33º | 0.56% | 0.62% | - |
| HSV(B) | 96.33º | 0.51% | 0.84% | - |
| XYZ | 38.33 | 54.79 | 21.65 | - |
| YUV | 180.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 104 | 0.31 | 0 | 0.51 | 0.16 | 96.33 | 0.56 | 0.62 |
| Hex | 93 | D5 | 68 | 1F | 0 | 33 | 10 | 60 | 38 | 3E |
| Octal | 223 | 325 | 150 | 37 | 0 | 63 | 20 | 140 | 70 | 76 |
| Binary | 10010011 | 11010101 | 1101000 | 11111 | 0 | 110011 | 10000 | 1100000 | 111000 | 111110 |
Color Harmonies of #93D568
Complementary color
Monochromatic Colors of #93D568
Black with #93D568
Text Example
Text Example
White with #93D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D568; }
p { color: rgb(147,213,104); }
H1.HeaderClassName
{
color: #93D568;
}
.AnyTagClassName
{
color: #93D568;
}
</style>
background-color css
<style>
a { background-color: #93D568; }
a { background-color: rgb(147,213,104); }
div.DivClassName
{
background-color: #93D568;
}
.BgClassName
{
background-color: #93D568;
}
</style>
border-color css
<style>
span { border-color: #93D568; }
span { border-color: rgb(147,213,104); }
td.TdClassName
{
border-color: #93D568;
}
.TagClassName
{
border-color: #93D568;
}
</style>