Shades of Mantis #94D362
Tints of Mantis #94D362
RGB
CMYK
RGB Variations
Color information
#94D362 (or 0x94D362) is known color: Mantis. HEX triplet: 94, D3 and 62. RGB value is (148,211,98). Sum of RGB (Red+Green+Blue) = 148+211+98=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #94D362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D362 is #6B2C9D. Grayscale: #B3B3B3. Windows color (decimal): -7023774 or 6476692. OLE color: 6476692.
HSL color Cylindrical-coordinate representation of color #94D362: hue angle of 93.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94D362 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 98 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.17 |
| HSL | 93.45º | 0.56% | 0.61% | - |
| HSV(B) | 93.45º | 0.54% | 0.83% | - |
| XYZ | 37.71 | 53.77 | 19.95 | - |
| YUV | 179.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 98 | 0.30 | 0 | 0.54 | 0.17 | 93.45 | 0.56 | 0.61 |
| Hex | 94 | D3 | 62 | 1E | 0 | 36 | 11 | 5D | 38 | 3D |
| Octal | 224 | 323 | 142 | 36 | 0 | 66 | 21 | 135 | 70 | 75 |
| Binary | 10010100 | 11010011 | 1100010 | 11110 | 0 | 110110 | 10001 | 1011101 | 111000 | 111101 |
Color Harmonies of #94D362
Complementary color
Monochromatic Colors of #94D362
Black with #94D362
Text Example
Text Example
White with #94D362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D362; }
p { color: rgb(148,211,98); }
H1.HeaderClassName
{
color: #94D362;
}
.AnyTagClassName
{
color: #94D362;
}
</style>
background-color css
<style>
a { background-color: #94D362; }
a { background-color: rgb(148,211,98); }
div.DivClassName
{
background-color: #94D362;
}
.BgClassName
{
background-color: #94D362;
}
</style>
border-color css
<style>
span { border-color: #94D362; }
span { border-color: rgb(148,211,98); }
td.TdClassName
{
border-color: #94D362;
}
.TagClassName
{
border-color: #94D362;
}
</style>