Shades of Mantis #8BF158
Tints of Mantis #8BF158
RGB
CMYK
RGB Variations
Color information
#8BF158 (or 0x8BF158) is known color: Mantis. HEX triplet: 8B, F1 and 58. RGB value is (139,241,88). Sum of RGB (Red+Green+Blue) = 139+241+88=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF158 is #740EA7. Grayscale: #C1C1C1. Windows color (decimal): -7605928 or 5829003. OLE color: 5829003.
HSL color Cylindrical-coordinate representation of color #8BF158: hue angle of 100º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BF158 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 88 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.05 |
| HSL | 100º | 0.85% | 0.65% | - |
| HSV(B) | 100º | 0.63% | 0.95% | - |
| XYZ | 43.86 | 69.1 | 20.26 | - |
| YUV | 193.06 | 68.71 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 88 | 0.42 | 0 | 0.63 | 0.05 | 100 | 0.85 | 0.65 |
| Hex | 8B | F1 | 58 | 2A | 0 | 3F | 5 | 64 | 55 | 41 |
| Octal | 213 | 361 | 130 | 52 | 0 | 77 | 5 | 144 | 125 | 101 |
| Binary | 10001011 | 11110001 | 1011000 | 101010 | 0 | 111111 | 101 | 1100100 | 1010101 | 1000001 |
Color Harmonies of #8BF158
Complementary color
Monochromatic Colors of #8BF158
Black with #8BF158
Text Example
Text Example
White with #8BF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF158; }
p { color: rgb(139,241,88); }
H1.HeaderClassName
{
color: #8BF158;
}
.AnyTagClassName
{
color: #8BF158;
}
</style>
background-color css
<style>
a { background-color: #8BF158; }
a { background-color: rgb(139,241,88); }
div.DivClassName
{
background-color: #8BF158;
}
.BgClassName
{
background-color: #8BF158;
}
</style>
border-color css
<style>
span { border-color: #8BF158; }
span { border-color: rgb(139,241,88); }
td.TdClassName
{
border-color: #8BF158;
}
.TagClassName
{
border-color: #8BF158;
}
</style>