Shades of Mantis #8BE166
Tints of Mantis #8BE166
RGB
CMYK
RGB Variations
Color information
#8BE166 (or 0x8BE166) is known color: Mantis. HEX triplet: 8B, E1 and 66. RGB value is (139,225,102). Sum of RGB (Red+Green+Blue) = 139+225+102=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE166 is #741E99. Grayscale: #B9B9B9. Windows color (decimal): -7610010 or 6742411. OLE color: 6742411.
HSL color Cylindrical-coordinate representation of color #8BE166: hue angle of 101.95º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BE166 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 102 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.12 |
| HSL | 101.95º | 0.67% | 0.64% | - |
| HSV(B) | 101.95º | 0.55% | 0.88% | - |
| XYZ | 39.97 | 60.3 | 22.1 | - |
| YUV | 185.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 102 | 0.38 | 0 | 0.55 | 0.12 | 101.95 | 0.67 | 0.64 |
| Hex | 8B | E1 | 66 | 26 | 0 | 37 | C | 66 | 43 | 40 |
| Octal | 213 | 341 | 146 | 46 | 0 | 67 | 14 | 146 | 103 | 100 |
| Binary | 10001011 | 11100001 | 1100110 | 100110 | 0 | 110111 | 1100 | 1100110 | 1000011 | 1000000 |
Color Harmonies of #8BE166
Complementary color
Monochromatic Colors of #8BE166
Black with #8BE166
Text Example
Text Example
White with #8BE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE166; }
p { color: rgb(139,225,102); }
H1.HeaderClassName
{
color: #8BE166;
}
.AnyTagClassName
{
color: #8BE166;
}
</style>
background-color css
<style>
a { background-color: #8BE166; }
a { background-color: rgb(139,225,102); }
div.DivClassName
{
background-color: #8BE166;
}
.BgClassName
{
background-color: #8BE166;
}
</style>
border-color css
<style>
span { border-color: #8BE166; }
span { border-color: rgb(139,225,102); }
td.TdClassName
{
border-color: #8BE166;
}
.TagClassName
{
border-color: #8BE166;
}
</style>