Shades of Mantis #93DE5D
Tints of Mantis #93DE5D
RGB
CMYK
RGB Variations
Color information
#93DE5D (or 0x93DE5D) is known color: Mantis. HEX triplet: 93, DE and 5D. RGB value is (147,222,93). Sum of RGB (Red+Green+Blue) = 147+222+93=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE5D is #6C21A2. Grayscale: #B9B9B9. Windows color (decimal): -7086499 or 6151827. OLE color: 6151827.
HSL color Cylindrical-coordinate representation of color #93DE5D: hue angle of 94.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93DE5D is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 93 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.13 |
| HSL | 94.88º | 0.66% | 0.62% | - |
| HSV(B) | 94.88º | 0.58% | 0.87% | - |
| XYZ | 40.13 | 59.24 | 19.67 | - |
| YUV | 184.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 93 | 0.34 | 0 | 0.58 | 0.13 | 94.88 | 0.66 | 0.62 |
| Hex | 93 | DE | 5D | 22 | 0 | 3A | D | 5F | 42 | 3E |
| Octal | 223 | 336 | 135 | 42 | 0 | 72 | 15 | 137 | 102 | 76 |
| Binary | 10010011 | 11011110 | 1011101 | 100010 | 0 | 111010 | 1101 | 1011111 | 1000010 | 111110 |
Color Harmonies of #93DE5D
Complementary color
Monochromatic Colors of #93DE5D
Black with #93DE5D
Text Example
Text Example
White with #93DE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DE5D; }
p { color: rgb(147,222,93); }
H1.HeaderClassName
{
color: #93DE5D;
}
.AnyTagClassName
{
color: #93DE5D;
}
</style>
background-color css
<style>
a { background-color: #93DE5D; }
a { background-color: rgb(147,222,93); }
div.DivClassName
{
background-color: #93DE5D;
}
.BgClassName
{
background-color: #93DE5D;
}
</style>
border-color css
<style>
span { border-color: #93DE5D; }
span { border-color: rgb(147,222,93); }
td.TdClassName
{
border-color: #93DE5D;
}
.TagClassName
{
border-color: #93DE5D;
}
</style>