Shades of Mantis #94C855
Tints of Mantis #94C855
RGB
CMYK
RGB Variations
Color information
#94C855 (or 0x94C855) is known color: Mantis. HEX triplet: 94, C8 and 55. RGB value is (148,200,85). Sum of RGB (Red+Green+Blue) = 148+200+85=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #94C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C855 is #6B37AA. Grayscale: #ABABAB. Windows color (decimal): -7026603 or 5621908. OLE color: 5621908.
HSL color Cylindrical-coordinate representation of color #94C855: hue angle of 87.13º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94C855 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 200 | 85 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.22 |
| HSL | 87.13º | 0.51% | 0.56% | - |
| HSV(B) | 87.13º | 0.58% | 0.78% | - |
| XYZ | 34.51 | 48.26 | 16.09 | - |
| YUV | 171.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 85 | 0.26 | 0 | 0.58 | 0.22 | 87.13 | 0.51 | 0.56 |
| Hex | 94 | C8 | 55 | 1A | 0 | 3A | 16 | 57 | 33 | 38 |
| Octal | 224 | 310 | 125 | 32 | 0 | 72 | 26 | 127 | 63 | 70 |
| Binary | 10010100 | 11001000 | 1010101 | 11010 | 0 | 111010 | 10110 | 1010111 | 110011 | 111000 |
Color Harmonies of #94C855
Complementary color
Monochromatic Colors of #94C855
Black with #94C855
Text Example
Text Example
White with #94C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C855; }
p { color: rgb(148,200,85); }
H1.HeaderClassName
{
color: #94C855;
}
.AnyTagClassName
{
color: #94C855;
}
</style>
background-color css
<style>
a { background-color: #94C855; }
a { background-color: rgb(148,200,85); }
div.DivClassName
{
background-color: #94C855;
}
.BgClassName
{
background-color: #94C855;
}
</style>
border-color css
<style>
span { border-color: #94C855; }
span { border-color: rgb(148,200,85); }
td.TdClassName
{
border-color: #94C855;
}
.TagClassName
{
border-color: #94C855;
}
</style>