Shades of Mantis #94D957
Tints of Mantis #94D957
RGB
CMYK
RGB Variations
Color information
#94D957 (or 0x94D957) is known color: Mantis. HEX triplet: 94, D9 and 57. RGB value is (148,217,87). Sum of RGB (Red+Green+Blue) = 148+217+87=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #94D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D957 is #6B26A8. Grayscale: #B6B6B6. Windows color (decimal): -7022249 or 5757332. OLE color: 5757332.
HSL color Cylindrical-coordinate representation of color #94D957: hue angle of 91.85º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94D957 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 87 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.15 |
| HSL | 91.85º | 0.63% | 0.6% | - |
| HSV(B) | 91.85º | 0.6% | 0.85% | - |
| XYZ | 38.75 | 56.61 | 17.9 | - |
| YUV | 181.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 87 | 0.32 | 0 | 0.60 | 0.15 | 91.85 | 0.63 | 0.6 |
| Hex | 94 | D9 | 57 | 20 | 0 | 3C | F | 5C | 3F | 3C |
| Octal | 224 | 331 | 127 | 40 | 0 | 74 | 17 | 134 | 77 | 74 |
| Binary | 10010100 | 11011001 | 1010111 | 100000 | 0 | 111100 | 1111 | 1011100 | 111111 | 111100 |
Color Harmonies of #94D957
Complementary color
Monochromatic Colors of #94D957
Black with #94D957
Text Example
Text Example
White with #94D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D957; }
p { color: rgb(148,217,87); }
H1.HeaderClassName
{
color: #94D957;
}
.AnyTagClassName
{
color: #94D957;
}
</style>
background-color css
<style>
a { background-color: #94D957; }
a { background-color: rgb(148,217,87); }
div.DivClassName
{
background-color: #94D957;
}
.BgClassName
{
background-color: #94D957;
}
</style>
border-color css
<style>
span { border-color: #94D957; }
span { border-color: rgb(148,217,87); }
td.TdClassName
{
border-color: #94D957;
}
.TagClassName
{
border-color: #94D957;
}
</style>