Shades of Mantis #8BEA53
Tints of Mantis #8BEA53
RGB
CMYK
RGB Variations
Color information
#8BEA53 (or 0x8BEA53) is known color: Mantis. HEX triplet: 8B, EA and 53. RGB value is (139,234,83). Sum of RGB (Red+Green+Blue) = 139+234+83=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEA53 is #7415AC. Grayscale: #BCBCBC. Windows color (decimal): -7607725 or 5499531. OLE color: 5499531.
HSL color Cylindrical-coordinate representation of color #8BEA53: hue angle of 97.75º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BEA53 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 83 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.08 |
| HSL | 97.75º | 0.78% | 0.62% | - |
| HSV(B) | 97.75º | 0.65% | 0.92% | - |
| XYZ | 41.63 | 64.96 | 18.53 | - |
| YUV | 188.38 | 68.53 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 83 | 0.41 | 0 | 0.65 | 0.08 | 97.75 | 0.78 | 0.62 |
| Hex | 8B | EA | 53 | 29 | 0 | 41 | 8 | 62 | 4E | 3E |
| Octal | 213 | 352 | 123 | 51 | 0 | 101 | 10 | 142 | 116 | 76 |
| Binary | 10001011 | 11101010 | 1010011 | 101001 | 0 | 1000001 | 1000 | 1100010 | 1001110 | 111110 |
Color Harmonies of #8BEA53
Complementary color
Monochromatic Colors of #8BEA53
Black with #8BEA53
Text Example
Text Example
White with #8BEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEA53; }
p { color: rgb(139,234,83); }
H1.HeaderClassName
{
color: #8BEA53;
}
.AnyTagClassName
{
color: #8BEA53;
}
</style>
background-color css
<style>
a { background-color: #8BEA53; }
a { background-color: rgb(139,234,83); }
div.DivClassName
{
background-color: #8BEA53;
}
.BgClassName
{
background-color: #8BEA53;
}
</style>
border-color css
<style>
span { border-color: #8BEA53; }
span { border-color: rgb(139,234,83); }
td.TdClassName
{
border-color: #8BEA53;
}
.TagClassName
{
border-color: #8BEA53;
}
</style>