Shades of Mantis #94DB61
Tints of Mantis #94DB61
RGB
CMYK
RGB Variations
Color information
#94DB61 (or 0x94DB61) is known color: Mantis. HEX triplet: 94, DB and 61. RGB value is (148,219,97). Sum of RGB (Red+Green+Blue) = 148+219+97=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB61 is #6B249E. Grayscale: #B8B8B8. Windows color (decimal): -7021727 or 6413204. OLE color: 6413204.
HSL color Cylindrical-coordinate representation of color #94DB61: hue angle of 94.92º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94DB61 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 97 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.14 |
| HSL | 94.92º | 0.63% | 0.62% | - |
| HSV(B) | 94.92º | 0.56% | 0.86% | - |
| XYZ | 39.7 | 57.82 | 20.38 | - |
| YUV | 183.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 97 | 0.32 | 0 | 0.56 | 0.14 | 94.92 | 0.63 | 0.62 |
| Hex | 94 | DB | 61 | 20 | 0 | 38 | E | 5F | 3F | 3E |
| Octal | 224 | 333 | 141 | 40 | 0 | 70 | 16 | 137 | 77 | 76 |
| Binary | 10010100 | 11011011 | 1100001 | 100000 | 0 | 111000 | 1110 | 1011111 | 111111 | 111110 |
Color Harmonies of #94DB61
Complementary color
Monochromatic Colors of #94DB61
Black with #94DB61
Text Example
Text Example
White with #94DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB61; }
p { color: rgb(148,219,97); }
H1.HeaderClassName
{
color: #94DB61;
}
.AnyTagClassName
{
color: #94DB61;
}
</style>
background-color css
<style>
a { background-color: #94DB61; }
a { background-color: rgb(148,219,97); }
div.DivClassName
{
background-color: #94DB61;
}
.BgClassName
{
background-color: #94DB61;
}
</style>
border-color css
<style>
span { border-color: #94DB61; }
span { border-color: rgb(148,219,97); }
td.TdClassName
{
border-color: #94DB61;
}
.TagClassName
{
border-color: #94DB61;
}
</style>