Shades of Mantis #8BF255
Tints of Mantis #8BF255
RGB
CMYK
RGB Variations
Color information
#8BF255 (or 0x8BF255) is known color: Mantis. HEX triplet: 8B, F2 and 55. RGB value is (139,242,85). Sum of RGB (Red+Green+Blue) = 139+242+85=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF255 is #740DAA. Grayscale: #C1C1C1. Windows color (decimal): -7605675 or 5632651. OLE color: 5632651.
HSL color Cylindrical-coordinate representation of color #8BF255: hue angle of 99.36º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BF255 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 85 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.05 |
| HSL | 99.36º | 0.86% | 0.64% | - |
| HSV(B) | 99.36º | 0.65% | 0.95% | - |
| XYZ | 44.04 | 69.65 | 19.72 | - |
| YUV | 193.31 | 66.88 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 85 | 0.43 | 0 | 0.65 | 0.05 | 99.36 | 0.86 | 0.64 |
| Hex | 8B | F2 | 55 | 2B | 0 | 41 | 5 | 63 | 56 | 40 |
| Octal | 213 | 362 | 125 | 53 | 0 | 101 | 5 | 143 | 126 | 100 |
| Binary | 10001011 | 11110010 | 1010101 | 101011 | 0 | 1000001 | 101 | 1100011 | 1010110 | 1000000 |
Color Harmonies of #8BF255
Complementary color
Monochromatic Colors of #8BF255
Black with #8BF255
Text Example
Text Example
White with #8BF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF255; }
p { color: rgb(139,242,85); }
H1.HeaderClassName
{
color: #8BF255;
}
.AnyTagClassName
{
color: #8BF255;
}
</style>
background-color css
<style>
a { background-color: #8BF255; }
a { background-color: rgb(139,242,85); }
div.DivClassName
{
background-color: #8BF255;
}
.BgClassName
{
background-color: #8BF255;
}
</style>
border-color css
<style>
span { border-color: #8BF255; }
span { border-color: rgb(139,242,85); }
td.TdClassName
{
border-color: #8BF255;
}
.TagClassName
{
border-color: #8BF255;
}
</style>