Shades of Mantis #93D256
Tints of Mantis #93D256
RGB
CMYK
RGB Variations
Color information
#93D256 (or 0x93D256) is known color: Mantis. HEX triplet: 93, D2 and 56. RGB value is (147,210,86). Sum of RGB (Red+Green+Blue) = 147+210+86=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #93D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D256 is #6C2DA9. Grayscale: #B1B1B1. Windows color (decimal): -7089578 or 5690003. OLE color: 5690003.
HSL color Cylindrical-coordinate representation of color #93D256: hue angle of 90.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93D256 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 86 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.18 |
| HSL | 90.48º | 0.58% | 0.58% | - |
| HSV(B) | 90.48º | 0.59% | 0.82% | - |
| XYZ | 36.76 | 52.97 | 17.09 | - |
| YUV | 177.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 86 | 0.30 | 0 | 0.59 | 0.18 | 90.48 | 0.58 | 0.58 |
| Hex | 93 | D2 | 56 | 1E | 0 | 3B | 12 | 5A | 3A | 3A |
| Octal | 223 | 322 | 126 | 36 | 0 | 73 | 22 | 132 | 72 | 72 |
| Binary | 10010011 | 11010010 | 1010110 | 11110 | 0 | 111011 | 10010 | 1011010 | 111010 | 111010 |
Color Harmonies of #93D256
Complementary color
Monochromatic Colors of #93D256
Black with #93D256
Text Example
Text Example
White with #93D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D256; }
p { color: rgb(147,210,86); }
H1.HeaderClassName
{
color: #93D256;
}
.AnyTagClassName
{
color: #93D256;
}
</style>
background-color css
<style>
a { background-color: #93D256; }
a { background-color: rgb(147,210,86); }
div.DivClassName
{
background-color: #93D256;
}
.BgClassName
{
background-color: #93D256;
}
</style>
border-color css
<style>
span { border-color: #93D256; }
span { border-color: rgb(147,210,86); }
td.TdClassName
{
border-color: #93D256;
}
.TagClassName
{
border-color: #93D256;
}
</style>