Shades of Mantis #8BF253
Tints of Mantis #8BF253
RGB
CMYK
RGB Variations
Color information
#8BF253 (or 0x8BF253) is known color: Mantis. HEX triplet: 8B, F2 and 53. RGB value is (139,242,83). Sum of RGB (Red+Green+Blue) = 139+242+83=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF253 is #740DAC. Grayscale: #C1C1C1. Windows color (decimal): -7605677 or 5501579. OLE color: 5501579.
HSL color Cylindrical-coordinate representation of color #8BF253: hue angle of 98.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BF253 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 83 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.05 |
| HSL | 98.87º | 0.86% | 0.64% | - |
| HSV(B) | 98.87º | 0.66% | 0.95% | - |
| XYZ | 43.96 | 69.62 | 19.3 | - |
| YUV | 193.08 | 65.88 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 83 | 0.43 | 0 | 0.66 | 0.05 | 98.87 | 0.86 | 0.64 |
| Hex | 8B | F2 | 53 | 2B | 0 | 42 | 5 | 63 | 56 | 40 |
| Octal | 213 | 362 | 123 | 53 | 0 | 102 | 5 | 143 | 126 | 100 |
| Binary | 10001011 | 11110010 | 1010011 | 101011 | 0 | 1000010 | 101 | 1100011 | 1010110 | 1000000 |
Color Harmonies of #8BF253
Complementary color
Monochromatic Colors of #8BF253
Black with #8BF253
Text Example
Text Example
White with #8BF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF253; }
p { color: rgb(139,242,83); }
H1.HeaderClassName
{
color: #8BF253;
}
.AnyTagClassName
{
color: #8BF253;
}
</style>
background-color css
<style>
a { background-color: #8BF253; }
a { background-color: rgb(139,242,83); }
div.DivClassName
{
background-color: #8BF253;
}
.BgClassName
{
background-color: #8BF253;
}
</style>
border-color css
<style>
span { border-color: #8BF253; }
span { border-color: rgb(139,242,83); }
td.TdClassName
{
border-color: #8BF253;
}
.TagClassName
{
border-color: #8BF253;
}
</style>