Shades of Mantis #8BEF58
Tints of Mantis #8BEF58
RGB
CMYK
RGB Variations
Color information
#8BEF58 (or 0x8BEF58) is known color: Mantis. HEX triplet: 8B, EF and 58. RGB value is (139,239,88). Sum of RGB (Red+Green+Blue) = 139+239+88=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEF58 is #7410A7. Grayscale: #C0C0C0. Windows color (decimal): -7606440 or 5828491. OLE color: 5828491.
HSL color Cylindrical-coordinate representation of color #8BEF58: hue angle of 99.74º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BEF58 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 88 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.06 |
| HSL | 99.74º | 0.83% | 0.64% | - |
| HSV(B) | 99.74º | 0.63% | 0.94% | - |
| XYZ | 43.28 | 67.93 | 20.06 | - |
| YUV | 191.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 88 | 0.42 | 0 | 0.63 | 0.06 | 99.74 | 0.83 | 0.64 |
| Hex | 8B | EF | 58 | 2A | 0 | 3F | 6 | 64 | 53 | 40 |
| Octal | 213 | 357 | 130 | 52 | 0 | 77 | 6 | 144 | 123 | 100 |
| Binary | 10001011 | 11101111 | 1011000 | 101010 | 0 | 111111 | 110 | 1100100 | 1010011 | 1000000 |
Color Harmonies of #8BEF58
Complementary color
Monochromatic Colors of #8BEF58
Black with #8BEF58
Text Example
Text Example
White with #8BEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEF58; }
p { color: rgb(139,239,88); }
H1.HeaderClassName
{
color: #8BEF58;
}
.AnyTagClassName
{
color: #8BEF58;
}
</style>
background-color css
<style>
a { background-color: #8BEF58; }
a { background-color: rgb(139,239,88); }
div.DivClassName
{
background-color: #8BEF58;
}
.BgClassName
{
background-color: #8BEF58;
}
</style>
border-color css
<style>
span { border-color: #8BEF58; }
span { border-color: rgb(139,239,88); }
td.TdClassName
{
border-color: #8BEF58;
}
.TagClassName
{
border-color: #8BEF58;
}
</style>