Shades of Mantis #94D85A
Tints of Mantis #94D85A
RGB
CMYK
RGB Variations
Color information
#94D85A (or 0x94D85A) is known color: Mantis. HEX triplet: 94, D8 and 5A. RGB value is (148,216,90). Sum of RGB (Red+Green+Blue) = 148+216+90=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #94D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D85A is #6B27A5. Grayscale: #B5B5B5. Windows color (decimal): -7022502 or 5953684. OLE color: 5953684.
HSL color Cylindrical-coordinate representation of color #94D85A: hue angle of 92.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94D85A is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 90 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.15 |
| HSL | 92.38º | 0.62% | 0.6% | - |
| HSV(B) | 92.38º | 0.58% | 0.85% | - |
| XYZ | 38.61 | 56.15 | 18.47 | - |
| YUV | 181.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 90 | 0.31 | 0 | 0.58 | 0.15 | 92.38 | 0.62 | 0.6 |
| Hex | 94 | D8 | 5A | 1F | 0 | 3A | F | 5C | 3E | 3C |
| Octal | 224 | 330 | 132 | 37 | 0 | 72 | 17 | 134 | 76 | 74 |
| Binary | 10010100 | 11011000 | 1011010 | 11111 | 0 | 111010 | 1111 | 1011100 | 111110 | 111100 |
Color Harmonies of #94D85A
Complementary color
Monochromatic Colors of #94D85A
Black with #94D85A
Text Example
Text Example
White with #94D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D85A; }
p { color: rgb(148,216,90); }
H1.HeaderClassName
{
color: #94D85A;
}
.AnyTagClassName
{
color: #94D85A;
}
</style>
background-color css
<style>
a { background-color: #94D85A; }
a { background-color: rgb(148,216,90); }
div.DivClassName
{
background-color: #94D85A;
}
.BgClassName
{
background-color: #94D85A;
}
</style>
border-color css
<style>
span { border-color: #94D85A; }
span { border-color: rgb(148,216,90); }
td.TdClassName
{
border-color: #94D85A;
}
.TagClassName
{
border-color: #94D85A;
}
</style>