Shades of Mantis #93C258
Tints of Mantis #93C258
RGB
CMYK
RGB Variations
Color information
#93C258 (or 0x93C258) is known color: Mantis. HEX triplet: 93, C2 and 58. RGB value is (147,194,88). Sum of RGB (Red+Green+Blue) = 147+194+88=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #93C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C258 is #6C3DA7. Grayscale: #A8A8A8. Windows color (decimal): -7093672 or 5816979. OLE color: 5816979.
HSL color Cylindrical-coordinate representation of color #93C258: hue angle of 86.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93C258 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 88 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.24 |
| HSL | 86.6º | 0.46% | 0.55% | - |
| HSV(B) | 86.6º | 0.55% | 0.76% | - |
| XYZ | 33.09 | 45.49 | 16.27 | - |
| YUV | 167.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 88 | 0.24 | 0 | 0.55 | 0.24 | 86.6 | 0.46 | 0.55 |
| Hex | 93 | C2 | 58 | 18 | 0 | 37 | 18 | 57 | 2E | 37 |
| Octal | 223 | 302 | 130 | 30 | 0 | 67 | 30 | 127 | 56 | 67 |
| Binary | 10010011 | 11000010 | 1011000 | 11000 | 0 | 110111 | 11000 | 1010111 | 101110 | 110111 |
Color Harmonies of #93C258
Complementary color
Monochromatic Colors of #93C258
Black with #93C258
Text Example
Text Example
White with #93C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C258; }
p { color: rgb(147,194,88); }
H1.HeaderClassName
{
color: #93C258;
}
.AnyTagClassName
{
color: #93C258;
}
</style>
background-color css
<style>
a { background-color: #93C258; }
a { background-color: rgb(147,194,88); }
div.DivClassName
{
background-color: #93C258;
}
.BgClassName
{
background-color: #93C258;
}
</style>
border-color css
<style>
span { border-color: #93C258; }
span { border-color: rgb(147,194,88); }
td.TdClassName
{
border-color: #93C258;
}
.TagClassName
{
border-color: #93C258;
}
</style>