Shades of Mantis #94D060
Tints of Mantis #94D060
RGB
CMYK
RGB Variations
Color information
#94D060 (or 0x94D060) is known color: Mantis. HEX triplet: 94, D0 and 60. RGB value is (148,208,96). Sum of RGB (Red+Green+Blue) = 148+208+96=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #94D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D060 is #6B2F9F. Grayscale: #B1B1B1. Windows color (decimal): -7024544 or 6344852. OLE color: 6344852.
HSL color Cylindrical-coordinate representation of color #94D060: hue angle of 92.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94D060 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 96 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.18 |
| HSL | 92.14º | 0.54% | 0.6% | - |
| HSV(B) | 92.14º | 0.54% | 0.82% | - |
| XYZ | 36.88 | 52.25 | 19.21 | - |
| YUV | 177.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 96 | 0.29 | 0 | 0.54 | 0.18 | 92.14 | 0.54 | 0.6 |
| Hex | 94 | D0 | 60 | 1D | 0 | 36 | 12 | 5C | 36 | 3C |
| Octal | 224 | 320 | 140 | 35 | 0 | 66 | 22 | 134 | 66 | 74 |
| Binary | 10010100 | 11010000 | 1100000 | 11101 | 0 | 110110 | 10010 | 1011100 | 110110 | 111100 |
Color Harmonies of #94D060
Complementary color
Monochromatic Colors of #94D060
Black with #94D060
Text Example
Text Example
White with #94D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D060; }
p { color: rgb(148,208,96); }
H1.HeaderClassName
{
color: #94D060;
}
.AnyTagClassName
{
color: #94D060;
}
</style>
background-color css
<style>
a { background-color: #94D060; }
a { background-color: rgb(148,208,96); }
div.DivClassName
{
background-color: #94D060;
}
.BgClassName
{
background-color: #94D060;
}
</style>
border-color css
<style>
span { border-color: #94D060; }
span { border-color: rgb(148,208,96); }
td.TdClassName
{
border-color: #94D060;
}
.TagClassName
{
border-color: #94D060;
}
</style>