Shades of Mantis #94D559
Tints of Mantis #94D559
RGB
CMYK
RGB Variations
Color information
#94D559 (or 0x94D559) is known color: Mantis. HEX triplet: 94, D5 and 59. RGB value is (148,213,89). Sum of RGB (Red+Green+Blue) = 148+213+89=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #94D559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D559 is #6B2AA6. Grayscale: #B3B3B3. Windows color (decimal): -7023271 or 5887380. OLE color: 5887380.
HSL color Cylindrical-coordinate representation of color #94D559: hue angle of 91.45º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94D559 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 89 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.16 |
| HSL | 91.45º | 0.6% | 0.59% | - |
| HSV(B) | 91.45º | 0.58% | 0.84% | - |
| XYZ | 37.81 | 54.61 | 18 | - |
| YUV | 179.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 89 | 0.31 | 0 | 0.58 | 0.16 | 91.45 | 0.6 | 0.59 |
| Hex | 94 | D5 | 59 | 1F | 0 | 3A | 10 | 5B | 3C | 3B |
| Octal | 224 | 325 | 131 | 37 | 0 | 72 | 20 | 133 | 74 | 73 |
| Binary | 10010100 | 11010101 | 1011001 | 11111 | 0 | 111010 | 10000 | 1011011 | 111100 | 111011 |
Color Harmonies of #94D559
Complementary color
Monochromatic Colors of #94D559
Black with #94D559
Text Example
Text Example
White with #94D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D559; }
p { color: rgb(148,213,89); }
H1.HeaderClassName
{
color: #94D559;
}
.AnyTagClassName
{
color: #94D559;
}
</style>
background-color css
<style>
a { background-color: #94D559; }
a { background-color: rgb(148,213,89); }
div.DivClassName
{
background-color: #94D559;
}
.BgClassName
{
background-color: #94D559;
}
</style>
border-color css
<style>
span { border-color: #94D559; }
span { border-color: rgb(148,213,89); }
td.TdClassName
{
border-color: #94D559;
}
.TagClassName
{
border-color: #94D559;
}
</style>