Shades of Mantis #93DC59
Tints of Mantis #93DC59
RGB
CMYK
RGB Variations
Color information
#93DC59 (or 0x93DC59) is known color: Mantis. HEX triplet: 93, DC and 59. RGB value is (147,220,89). Sum of RGB (Red+Green+Blue) = 147+220+89=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC59 is #6C23A6. Grayscale: #B7B7B7. Windows color (decimal): -7087015 or 5889171. OLE color: 5889171.
HSL color Cylindrical-coordinate representation of color #93DC59: hue angle of 93.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93DC59 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 89 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.14 |
| HSL | 93.44º | 0.65% | 0.61% | - |
| HSV(B) | 93.44º | 0.6% | 0.86% | - |
| XYZ | 39.43 | 58.11 | 18.59 | - |
| YUV | 183.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 89 | 0.33 | 0 | 0.60 | 0.14 | 93.44 | 0.65 | 0.61 |
| Hex | 93 | DC | 59 | 21 | 0 | 3C | E | 5D | 41 | 3D |
| Octal | 223 | 334 | 131 | 41 | 0 | 74 | 16 | 135 | 101 | 75 |
| Binary | 10010011 | 11011100 | 1011001 | 100001 | 0 | 111100 | 1110 | 1011101 | 1000001 | 111101 |
Color Harmonies of #93DC59
Complementary color
Monochromatic Colors of #93DC59
Black with #93DC59
Text Example
Text Example
White with #93DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC59; }
p { color: rgb(147,220,89); }
H1.HeaderClassName
{
color: #93DC59;
}
.AnyTagClassName
{
color: #93DC59;
}
</style>
background-color css
<style>
a { background-color: #93DC59; }
a { background-color: rgb(147,220,89); }
div.DivClassName
{
background-color: #93DC59;
}
.BgClassName
{
background-color: #93DC59;
}
</style>
border-color css
<style>
span { border-color: #93DC59; }
span { border-color: rgb(147,220,89); }
td.TdClassName
{
border-color: #93DC59;
}
.TagClassName
{
border-color: #93DC59;
}
</style>