Shades of Mantis #94D966
Tints of Mantis #94D966
RGB
CMYK
RGB Variations
Color information
#94D966 (or 0x94D966) is known color: Mantis. HEX triplet: 94, D9 and 66. RGB value is (148,217,102). Sum of RGB (Red+Green+Blue) = 148+217+102=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #94D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D966 is #6B2699. Grayscale: #B7B7B7. Windows color (decimal): -7022234 or 6740372. OLE color: 6740372.
HSL color Cylindrical-coordinate representation of color #94D966: hue angle of 96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94D966 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 102 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.15 |
| HSL | 96º | 0.6% | 0.63% | - |
| HSV(B) | 96º | 0.53% | 0.85% | - |
| XYZ | 39.42 | 56.88 | 21.47 | - |
| YUV | 183.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 102 | 0.32 | 0 | 0.53 | 0.15 | 96 | 0.6 | 0.63 |
| Hex | 94 | D9 | 66 | 20 | 0 | 35 | F | 60 | 3C | 3F |
| Octal | 224 | 331 | 146 | 40 | 0 | 65 | 17 | 140 | 74 | 77 |
| Binary | 10010100 | 11011001 | 1100110 | 100000 | 0 | 110101 | 1111 | 1100000 | 111100 | 111111 |
Color Harmonies of #94D966
Complementary color
Monochromatic Colors of #94D966
Black with #94D966
Text Example
Text Example
White with #94D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D966; }
p { color: rgb(148,217,102); }
H1.HeaderClassName
{
color: #94D966;
}
.AnyTagClassName
{
color: #94D966;
}
</style>
background-color css
<style>
a { background-color: #94D966; }
a { background-color: rgb(148,217,102); }
div.DivClassName
{
background-color: #94D966;
}
.BgClassName
{
background-color: #94D966;
}
</style>
border-color css
<style>
span { border-color: #94D966; }
span { border-color: rgb(148,217,102); }
td.TdClassName
{
border-color: #94D966;
}
.TagClassName
{
border-color: #94D966;
}
</style>