Shades of Mantis #94C557
Tints of Mantis #94C557
RGB
CMYK
RGB Variations
Color information
#94C557 (or 0x94C557) is known color: Mantis. HEX triplet: 94, C5 and 57. RGB value is (148,197,87). Sum of RGB (Red+Green+Blue) = 148+197+87=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #94C557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C557 is #6B3AA8. Grayscale: #AAAAAA. Windows color (decimal): -7027369 or 5752212. OLE color: 5752212.
HSL color Cylindrical-coordinate representation of color #94C557: hue angle of 86.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94C557 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 87 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.23 |
| HSL | 86.73º | 0.49% | 0.56% | - |
| HSV(B) | 86.73º | 0.56% | 0.77% | - |
| XYZ | 33.9 | 46.92 | 16.29 | - |
| YUV | 169.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 87 | 0.25 | 0 | 0.56 | 0.23 | 86.73 | 0.49 | 0.56 |
| Hex | 94 | C5 | 57 | 19 | 0 | 38 | 17 | 57 | 31 | 38 |
| Octal | 224 | 305 | 127 | 31 | 0 | 70 | 27 | 127 | 61 | 70 |
| Binary | 10010100 | 11000101 | 1010111 | 11001 | 0 | 111000 | 10111 | 1010111 | 110001 | 111000 |
Color Harmonies of #94C557
Complementary color
Monochromatic Colors of #94C557
Black with #94C557
Text Example
Text Example
White with #94C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C557; }
p { color: rgb(148,197,87); }
H1.HeaderClassName
{
color: #94C557;
}
.AnyTagClassName
{
color: #94C557;
}
</style>
background-color css
<style>
a { background-color: #94C557; }
a { background-color: rgb(148,197,87); }
div.DivClassName
{
background-color: #94C557;
}
.BgClassName
{
background-color: #94C557;
}
</style>
border-color css
<style>
span { border-color: #94C557; }
span { border-color: rgb(148,197,87); }
td.TdClassName
{
border-color: #94C557;
}
.TagClassName
{
border-color: #94C557;
}
</style>