Shades of Mantis #94DB64
Tints of Mantis #94DB64
RGB
CMYK
RGB Variations
Color information
#94DB64 (or 0x94DB64) is known color: Mantis. HEX triplet: 94, DB and 64. RGB value is (148,219,100). Sum of RGB (Red+Green+Blue) = 148+219+100=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB64 is #6B249B. Grayscale: #B8B8B8. Windows color (decimal): -7021724 or 6609812. OLE color: 6609812.
HSL color Cylindrical-coordinate representation of color #94DB64: hue angle of 95.8º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94DB64 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 100 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.14 |
| HSL | 95.8º | 0.62% | 0.63% | - |
| HSV(B) | 95.8º | 0.54% | 0.86% | - |
| XYZ | 39.84 | 57.88 | 21.13 | - |
| YUV | 184.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 100 | 0.32 | 0 | 0.54 | 0.14 | 95.8 | 0.62 | 0.63 |
| Hex | 94 | DB | 64 | 20 | 0 | 36 | E | 60 | 3E | 3F |
| Octal | 224 | 333 | 144 | 40 | 0 | 66 | 16 | 140 | 76 | 77 |
| Binary | 10010100 | 11011011 | 1100100 | 100000 | 0 | 110110 | 1110 | 1100000 | 111110 | 111111 |
Color Harmonies of #94DB64
Complementary color
Monochromatic Colors of #94DB64
Black with #94DB64
Text Example
Text Example
White with #94DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB64; }
p { color: rgb(148,219,100); }
H1.HeaderClassName
{
color: #94DB64;
}
.AnyTagClassName
{
color: #94DB64;
}
</style>
background-color css
<style>
a { background-color: #94DB64; }
a { background-color: rgb(148,219,100); }
div.DivClassName
{
background-color: #94DB64;
}
.BgClassName
{
background-color: #94DB64;
}
</style>
border-color css
<style>
span { border-color: #94DB64; }
span { border-color: rgb(148,219,100); }
td.TdClassName
{
border-color: #94DB64;
}
.TagClassName
{
border-color: #94DB64;
}
</style>