Shades of Mantis #8BE264
Tints of Mantis #8BE264
RGB
CMYK
RGB Variations
Color information
#8BE264 (or 0x8BE264) is known color: Mantis. HEX triplet: 8B, E2 and 64. RGB value is (139,226,100). Sum of RGB (Red+Green+Blue) = 139+226+100=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE264 is #741D9B. Grayscale: #BABABA. Windows color (decimal): -7609756 or 6611595. OLE color: 6611595.
HSL color Cylindrical-coordinate representation of color #8BE264: hue angle of 101.43º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BE264 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 226 | 100 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.11 |
| HSL | 101.43º | 0.68% | 0.64% | - |
| HSV(B) | 101.43º | 0.56% | 0.89% | - |
| XYZ | 40.14 | 60.8 | 21.68 | - |
| YUV | 185.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 100 | 0.38 | 0 | 0.56 | 0.11 | 101.43 | 0.68 | 0.64 |
| Hex | 8B | E2 | 64 | 26 | 0 | 38 | B | 65 | 44 | 40 |
| Octal | 213 | 342 | 144 | 46 | 0 | 70 | 13 | 145 | 104 | 100 |
| Binary | 10001011 | 11100010 | 1100100 | 100110 | 0 | 111000 | 1011 | 1100101 | 1000100 | 1000000 |
Color Harmonies of #8BE264
Complementary color
Monochromatic Colors of #8BE264
Black with #8BE264
Text Example
Text Example
White with #8BE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE264; }
p { color: rgb(139,226,100); }
H1.HeaderClassName
{
color: #8BE264;
}
.AnyTagClassName
{
color: #8BE264;
}
</style>
background-color css
<style>
a { background-color: #8BE264; }
a { background-color: rgb(139,226,100); }
div.DivClassName
{
background-color: #8BE264;
}
.BgClassName
{
background-color: #8BE264;
}
</style>
border-color css
<style>
span { border-color: #8BE264; }
span { border-color: rgb(139,226,100); }
td.TdClassName
{
border-color: #8BE264;
}
.TagClassName
{
border-color: #8BE264;
}
</style>