Shades of Mantis #93C356
Tints of Mantis #93C356
RGB
CMYK
RGB Variations
Color information
#93C356 (or 0x93C356) is known color: Mantis. HEX triplet: 93, C3 and 56. RGB value is (147,195,86). Sum of RGB (Red+Green+Blue) = 147+195+86=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #93C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C356 is #6C3CA9. Grayscale: #A8A8A8. Windows color (decimal): -7093418 or 5686163. OLE color: 5686163.
HSL color Cylindrical-coordinate representation of color #93C356: hue angle of 86.42º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93C356 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 86 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.24 |
| HSL | 86.42º | 0.48% | 0.55% | - |
| HSV(B) | 86.42º | 0.56% | 0.76% | - |
| XYZ | 33.23 | 45.91 | 15.91 | - |
| YUV | 168.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 86 | 0.25 | 0 | 0.56 | 0.24 | 86.42 | 0.48 | 0.55 |
| Hex | 93 | C3 | 56 | 19 | 0 | 38 | 18 | 56 | 30 | 37 |
| Octal | 223 | 303 | 126 | 31 | 0 | 70 | 30 | 126 | 60 | 67 |
| Binary | 10010011 | 11000011 | 1010110 | 11001 | 0 | 111000 | 11000 | 1010110 | 110000 | 110111 |
Color Harmonies of #93C356
Complementary color
Monochromatic Colors of #93C356
Black with #93C356
Text Example
Text Example
White with #93C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C356; }
p { color: rgb(147,195,86); }
H1.HeaderClassName
{
color: #93C356;
}
.AnyTagClassName
{
color: #93C356;
}
</style>
background-color css
<style>
a { background-color: #93C356; }
a { background-color: rgb(147,195,86); }
div.DivClassName
{
background-color: #93C356;
}
.BgClassName
{
background-color: #93C356;
}
</style>
border-color css
<style>
span { border-color: #93C356; }
span { border-color: rgb(147,195,86); }
td.TdClassName
{
border-color: #93C356;
}
.TagClassName
{
border-color: #93C356;
}
</style>