Shades of Mantis #94C558
Tints of Mantis #94C558
RGB
CMYK
RGB Variations
Color information
#94C558 (or 0x94C558) is known color: Mantis. HEX triplet: 94, C5 and 58. RGB value is (148,197,88). Sum of RGB (Red+Green+Blue) = 148+197+88=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #94C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C558 is #6B3AA7. Grayscale: #AAAAAA. Windows color (decimal): -7027368 or 5817748. OLE color: 5817748.
HSL color Cylindrical-coordinate representation of color #94C558: hue angle of 86.97º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94C558 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 88 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.23 |
| HSL | 86.97º | 0.48% | 0.56% | - |
| HSV(B) | 86.97º | 0.55% | 0.77% | - |
| XYZ | 33.94 | 46.93 | 16.5 | - |
| YUV | 169.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 88 | 0.25 | 0 | 0.55 | 0.23 | 86.97 | 0.48 | 0.56 |
| Hex | 94 | C5 | 58 | 19 | 0 | 37 | 17 | 57 | 30 | 38 |
| Octal | 224 | 305 | 130 | 31 | 0 | 67 | 27 | 127 | 60 | 70 |
| Binary | 10010100 | 11000101 | 1011000 | 11001 | 0 | 110111 | 10111 | 1010111 | 110000 | 111000 |
Color Harmonies of #94C558
Complementary color
Monochromatic Colors of #94C558
Black with #94C558
Text Example
Text Example
White with #94C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C558; }
p { color: rgb(148,197,88); }
H1.HeaderClassName
{
color: #94C558;
}
.AnyTagClassName
{
color: #94C558;
}
</style>
background-color css
<style>
a { background-color: #94C558; }
a { background-color: rgb(148,197,88); }
div.DivClassName
{
background-color: #94C558;
}
.BgClassName
{
background-color: #94C558;
}
</style>
border-color css
<style>
span { border-color: #94C558; }
span { border-color: rgb(148,197,88); }
td.TdClassName
{
border-color: #94C558;
}
.TagClassName
{
border-color: #94C558;
}
</style>