Shades of Mantis #94D866
Tints of Mantis #94D866
RGB
CMYK
RGB Variations
Color information
#94D866 (or 0x94D866) is known color: Mantis. HEX triplet: 94, D8 and 66. RGB value is (148,216,102). Sum of RGB (Red+Green+Blue) = 148+216+102=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #94D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D866 is #6B2799. Grayscale: #B7B7B7. Windows color (decimal): -7022490 or 6740116. OLE color: 6740116.
HSL color Cylindrical-coordinate representation of color #94D866: hue angle of 95.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94D866 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 102 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.15 |
| HSL | 95.79º | 0.59% | 0.62% | - |
| HSV(B) | 95.79º | 0.53% | 0.85% | - |
| XYZ | 39.17 | 56.37 | 21.39 | - |
| YUV | 182.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 102 | 0.31 | 0 | 0.53 | 0.15 | 95.79 | 0.59 | 0.62 |
| Hex | 94 | D8 | 66 | 1F | 0 | 35 | F | 60 | 3B | 3E |
| Octal | 224 | 330 | 146 | 37 | 0 | 65 | 17 | 140 | 73 | 76 |
| Binary | 10010100 | 11011000 | 1100110 | 11111 | 0 | 110101 | 1111 | 1100000 | 111011 | 111110 |
Color Harmonies of #94D866
Complementary color
Monochromatic Colors of #94D866
Black with #94D866
Text Example
Text Example
White with #94D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D866; }
p { color: rgb(148,216,102); }
H1.HeaderClassName
{
color: #94D866;
}
.AnyTagClassName
{
color: #94D866;
}
</style>
background-color css
<style>
a { background-color: #94D866; }
a { background-color: rgb(148,216,102); }
div.DivClassName
{
background-color: #94D866;
}
.BgClassName
{
background-color: #94D866;
}
</style>
border-color css
<style>
span { border-color: #94D866; }
span { border-color: rgb(148,216,102); }
td.TdClassName
{
border-color: #94D866;
}
.TagClassName
{
border-color: #94D866;
}
</style>