Shades of Mantis #94D565
Tints of Mantis #94D565
RGB
CMYK
RGB Variations
Color information
#94D565 (or 0x94D565) is known color: Mantis. HEX triplet: 94, D5 and 65. RGB value is (148,213,101). Sum of RGB (Red+Green+Blue) = 148+213+101=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #94D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D565 is #6B2A9A. Grayscale: #B5B5B5. Windows color (decimal): -7023259 or 6673812. OLE color: 6673812.
HSL color Cylindrical-coordinate representation of color #94D565: hue angle of 94.82º degrees, saturation: 0.57, 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 #94D565 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.16 |
| HSL | 94.82º | 0.57% | 0.62% | - |
| HSV(B) | 94.82º | 0.53% | 0.84% | - |
| XYZ | 38.36 | 54.82 | 20.87 | - |
| YUV | 180.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 101 | 0.31 | 0 | 0.53 | 0.16 | 94.82 | 0.57 | 0.62 |
| Hex | 94 | D5 | 65 | 1F | 0 | 35 | 10 | 5F | 39 | 3E |
| Octal | 224 | 325 | 145 | 37 | 0 | 65 | 20 | 137 | 71 | 76 |
| Binary | 10010100 | 11010101 | 1100101 | 11111 | 0 | 110101 | 10000 | 1011111 | 111001 | 111110 |
Color Harmonies of #94D565
Complementary color
Monochromatic Colors of #94D565
Black with #94D565
Text Example
Text Example
White with #94D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D565; }
p { color: rgb(148,213,101); }
H1.HeaderClassName
{
color: #94D565;
}
.AnyTagClassName
{
color: #94D565;
}
</style>
background-color css
<style>
a { background-color: #94D565; }
a { background-color: rgb(148,213,101); }
div.DivClassName
{
background-color: #94D565;
}
.BgClassName
{
background-color: #94D565;
}
</style>
border-color css
<style>
span { border-color: #94D565; }
span { border-color: rgb(148,213,101); }
td.TdClassName
{
border-color: #94D565;
}
.TagClassName
{
border-color: #94D565;
}
</style>