Shades of Mantis #94D665
Tints of Mantis #94D665
RGB
CMYK
RGB Variations
Color information
#94D665 (or 0x94D665) is known color: Mantis. HEX triplet: 94, D6 and 65. RGB value is (148,214,101). Sum of RGB (Red+Green+Blue) = 148+214+101=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #94D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D665 is #6B299A. Grayscale: #B5B5B5. Windows color (decimal): -7023003 or 6674068. OLE color: 6674068.
HSL color Cylindrical-coordinate representation of color #94D665: hue angle of 95.04º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94D665 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.16 |
| HSL | 95.04º | 0.58% | 0.62% | - |
| HSV(B) | 95.04º | 0.53% | 0.84% | - |
| XYZ | 38.61 | 55.33 | 20.96 | - |
| YUV | 181.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 101 | 0.31 | 0 | 0.53 | 0.16 | 95.04 | 0.58 | 0.62 |
| Hex | 94 | D6 | 65 | 1F | 0 | 35 | 10 | 5F | 3A | 3E |
| Octal | 224 | 326 | 145 | 37 | 0 | 65 | 20 | 137 | 72 | 76 |
| Binary | 10010100 | 11010110 | 1100101 | 11111 | 0 | 110101 | 10000 | 1011111 | 111010 | 111110 |
Color Harmonies of #94D665
Complementary color
Monochromatic Colors of #94D665
Black with #94D665
Text Example
Text Example
White with #94D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D665; }
p { color: rgb(148,214,101); }
H1.HeaderClassName
{
color: #94D665;
}
.AnyTagClassName
{
color: #94D665;
}
</style>
background-color css
<style>
a { background-color: #94D665; }
a { background-color: rgb(148,214,101); }
div.DivClassName
{
background-color: #94D665;
}
.BgClassName
{
background-color: #94D665;
}
</style>
border-color css
<style>
span { border-color: #94D665; }
span { border-color: rgb(148,214,101); }
td.TdClassName
{
border-color: #94D665;
}
.TagClassName
{
border-color: #94D665;
}
</style>