Shades of Mantis #8BF057
Tints of Mantis #8BF057
RGB
CMYK
RGB Variations
Color information
#8BF057 (or 0x8BF057) is known color: Mantis. HEX triplet: 8B, F0 and 57. RGB value is (139,240,87). Sum of RGB (Red+Green+Blue) = 139+240+87=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF057 is #740FA8. Grayscale: #C0C0C0. Windows color (decimal): -7606185 or 5763211. OLE color: 5763211.
HSL color Cylindrical-coordinate representation of color #8BF057: hue angle of 99.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BF057 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 87 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.06 |
| HSL | 99.61º | 0.84% | 0.64% | - |
| HSV(B) | 99.61º | 0.64% | 0.94% | - |
| XYZ | 43.53 | 68.5 | 19.94 | - |
| YUV | 192.36 | 68.54 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 87 | 0.42 | 0 | 0.64 | 0.06 | 99.61 | 0.84 | 0.64 |
| Hex | 8B | F0 | 57 | 2A | 0 | 40 | 6 | 64 | 54 | 40 |
| Octal | 213 | 360 | 127 | 52 | 0 | 100 | 6 | 144 | 124 | 100 |
| Binary | 10001011 | 11110000 | 1010111 | 101010 | 0 | 1000000 | 110 | 1100100 | 1010100 | 1000000 |
Color Harmonies of #8BF057
Complementary color
Monochromatic Colors of #8BF057
Black with #8BF057
Text Example
Text Example
White with #8BF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF057; }
p { color: rgb(139,240,87); }
H1.HeaderClassName
{
color: #8BF057;
}
.AnyTagClassName
{
color: #8BF057;
}
</style>
background-color css
<style>
a { background-color: #8BF057; }
a { background-color: rgb(139,240,87); }
div.DivClassName
{
background-color: #8BF057;
}
.BgClassName
{
background-color: #8BF057;
}
</style>
border-color css
<style>
span { border-color: #8BF057; }
span { border-color: rgb(139,240,87); }
td.TdClassName
{
border-color: #8BF057;
}
.TagClassName
{
border-color: #8BF057;
}
</style>