Shades of Mantis #94E261
Tints of Mantis #94E261
RGB
CMYK
RGB Variations
Color information
#94E261 (or 0x94E261) is known color: Mantis. HEX triplet: 94, E2 and 61. RGB value is (148,226,97). Sum of RGB (Red+Green+Blue) = 148+226+97=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #94E261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E261 is #6B1D9E. Grayscale: #BCBCBC. Windows color (decimal): -7019935 or 6414996. OLE color: 6414996.
HSL color Cylindrical-coordinate representation of color #94E261: hue angle of 96.28º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94E261 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 97 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.11 |
| HSL | 96.28º | 0.69% | 0.63% | - |
| HSV(B) | 96.28º | 0.57% | 0.89% | - |
| XYZ | 41.57 | 61.55 | 21 | - |
| YUV | 187.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 97 | 0.35 | 0 | 0.57 | 0.11 | 96.28 | 0.69 | 0.63 |
| Hex | 94 | E2 | 61 | 23 | 0 | 39 | B | 60 | 45 | 3F |
| Octal | 224 | 342 | 141 | 43 | 0 | 71 | 13 | 140 | 105 | 77 |
| Binary | 10010100 | 11100010 | 1100001 | 100011 | 0 | 111001 | 1011 | 1100000 | 1000101 | 111111 |
Color Harmonies of #94E261
Complementary color
Monochromatic Colors of #94E261
Black with #94E261
Text Example
Text Example
White with #94E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E261; }
p { color: rgb(148,226,97); }
H1.HeaderClassName
{
color: #94E261;
}
.AnyTagClassName
{
color: #94E261;
}
</style>
background-color css
<style>
a { background-color: #94E261; }
a { background-color: rgb(148,226,97); }
div.DivClassName
{
background-color: #94E261;
}
.BgClassName
{
background-color: #94E261;
}
</style>
border-color css
<style>
span { border-color: #94E261; }
span { border-color: rgb(148,226,97); }
td.TdClassName
{
border-color: #94E261;
}
.TagClassName
{
border-color: #94E261;
}
</style>