Shades of Mantis #93DB63
Tints of Mantis #93DB63
RGB
CMYK
RGB Variations
Color information
#93DB63 (or 0x93DB63) is known color: Mantis. HEX triplet: 93, DB and 63. RGB value is (147,219,99). Sum of RGB (Red+Green+Blue) = 147+219+99=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB63 is #6C249C. Grayscale: #B8B8B8. Windows color (decimal): -7087261 or 6544275. OLE color: 6544275.
HSL color Cylindrical-coordinate representation of color #93DB63: hue angle of 96º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93DB63 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 99 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.14 |
| HSL | 96º | 0.63% | 0.62% | - |
| HSV(B) | 96º | 0.55% | 0.86% | - |
| XYZ | 39.62 | 57.77 | 20.87 | - |
| YUV | 183.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 99 | 0.33 | 0 | 0.55 | 0.14 | 96 | 0.63 | 0.62 |
| Hex | 93 | DB | 63 | 21 | 0 | 37 | E | 60 | 3E | 3E |
| Octal | 223 | 333 | 143 | 41 | 0 | 67 | 16 | 140 | 76 | 76 |
| Binary | 10010011 | 11011011 | 1100011 | 100001 | 0 | 110111 | 1110 | 1100000 | 111110 | 111110 |
Color Harmonies of #93DB63
Complementary color
Monochromatic Colors of #93DB63
Black with #93DB63
Text Example
Text Example
White with #93DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DB63; }
p { color: rgb(147,219,99); }
H1.HeaderClassName
{
color: #93DB63;
}
.AnyTagClassName
{
color: #93DB63;
}
</style>
background-color css
<style>
a { background-color: #93DB63; }
a { background-color: rgb(147,219,99); }
div.DivClassName
{
background-color: #93DB63;
}
.BgClassName
{
background-color: #93DB63;
}
</style>
border-color css
<style>
span { border-color: #93DB63; }
span { border-color: rgb(147,219,99); }
td.TdClassName
{
border-color: #93DB63;
}
.TagClassName
{
border-color: #93DB63;
}
</style>