Shades of Mantis #93DE5E
Tints of Mantis #93DE5E
RGB
CMYK
RGB Variations
Color information
#93DE5E (or 0x93DE5E) is known color: Mantis. HEX triplet: 93, DE and 5E. RGB value is (147,222,94). Sum of RGB (Red+Green+Blue) = 147+222+94=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE5E is #6C21A1. Grayscale: #B9B9B9. Windows color (decimal): -7086498 or 6217363. OLE color: 6217363.
HSL color Cylindrical-coordinate representation of color #93DE5E: hue angle of 95.16º 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 #93DE5E is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 94 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.13 |
| HSL | 95.16º | 0.66% | 0.62% | - |
| HSV(B) | 95.16º | 0.58% | 0.87% | - |
| XYZ | 40.17 | 59.25 | 19.91 | - |
| YUV | 184.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 94 | 0.34 | 0 | 0.58 | 0.13 | 95.16 | 0.66 | 0.62 |
| Hex | 93 | DE | 5E | 22 | 0 | 3A | D | 5F | 42 | 3E |
| Octal | 223 | 336 | 136 | 42 | 0 | 72 | 15 | 137 | 102 | 76 |
| Binary | 10010011 | 11011110 | 1011110 | 100010 | 0 | 111010 | 1101 | 1011111 | 1000010 | 111110 |
Color Harmonies of #93DE5E
Complementary color
Monochromatic Colors of #93DE5E
Black with #93DE5E
Text Example
Text Example
White with #93DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DE5E; }
p { color: rgb(147,222,94); }
H1.HeaderClassName
{
color: #93DE5E;
}
.AnyTagClassName
{
color: #93DE5E;
}
</style>
background-color css
<style>
a { background-color: #93DE5E; }
a { background-color: rgb(147,222,94); }
div.DivClassName
{
background-color: #93DE5E;
}
.BgClassName
{
background-color: #93DE5E;
}
</style>
border-color css
<style>
span { border-color: #93DE5E; }
span { border-color: rgb(147,222,94); }
td.TdClassName
{
border-color: #93DE5E;
}
.TagClassName
{
border-color: #93DE5E;
}
</style>