Shades of Mantis #94D865
Tints of Mantis #94D865
RGB
CMYK
RGB Variations
Color information
#94D865 (or 0x94D865) is known color: Mantis. HEX triplet: 94, D8 and 65. RGB value is (148,216,101). Sum of RGB (Red+Green+Blue) = 148+216+101=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #94D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D865 is #6B279A. Grayscale: #B6B6B6. Windows color (decimal): -7022491 or 6674580. OLE color: 6674580.
HSL color Cylindrical-coordinate representation of color #94D865: hue angle of 95.48º degrees, saturation: 0.6, 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 #94D865 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.15 |
| HSL | 95.48º | 0.6% | 0.62% | - |
| HSV(B) | 95.48º | 0.53% | 0.85% | - |
| XYZ | 39.12 | 56.35 | 21.13 | - |
| YUV | 182.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 101 | 0.31 | 0 | 0.53 | 0.15 | 95.48 | 0.6 | 0.62 |
| Hex | 94 | D8 | 65 | 1F | 0 | 35 | F | 5F | 3C | 3E |
| Octal | 224 | 330 | 145 | 37 | 0 | 65 | 17 | 137 | 74 | 76 |
| Binary | 10010100 | 11011000 | 1100101 | 11111 | 0 | 110101 | 1111 | 1011111 | 111100 | 111110 |
Color Harmonies of #94D865
Complementary color
Monochromatic Colors of #94D865
Black with #94D865
Text Example
Text Example
White with #94D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D865; }
p { color: rgb(148,216,101); }
H1.HeaderClassName
{
color: #94D865;
}
.AnyTagClassName
{
color: #94D865;
}
</style>
background-color css
<style>
a { background-color: #94D865; }
a { background-color: rgb(148,216,101); }
div.DivClassName
{
background-color: #94D865;
}
.BgClassName
{
background-color: #94D865;
}
</style>
border-color css
<style>
span { border-color: #94D865; }
span { border-color: rgb(148,216,101); }
td.TdClassName
{
border-color: #94D865;
}
.TagClassName
{
border-color: #94D865;
}
</style>