Shades of Mantis #8BEB5D
Tints of Mantis #8BEB5D
RGB
CMYK
RGB Variations
Color information
#8BEB5D (or 0x8BEB5D) is known color: Mantis. HEX triplet: 8B, EB and 5D. RGB value is (139,235,93). Sum of RGB (Red+Green+Blue) = 139+235+93=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEB5D is #7414A2. Grayscale: #BEBEBE. Windows color (decimal): -7607459 or 6155147. OLE color: 6155147.
HSL color Cylindrical-coordinate representation of color #8BEB5D: hue angle of 100.56º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BEB5D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 93 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.08 |
| HSL | 100.56º | 0.78% | 0.64% | - |
| HSV(B) | 100.56º | 0.6% | 0.92% | - |
| XYZ | 42.33 | 65.7 | 20.81 | - |
| YUV | 190.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 93 | 0.41 | 0 | 0.60 | 0.08 | 100.56 | 0.78 | 0.64 |
| Hex | 8B | EB | 5D | 29 | 0 | 3C | 8 | 65 | 4E | 40 |
| Octal | 213 | 353 | 135 | 51 | 0 | 74 | 10 | 145 | 116 | 100 |
| Binary | 10001011 | 11101011 | 1011101 | 101001 | 0 | 111100 | 1000 | 1100101 | 1001110 | 1000000 |
Color Harmonies of #8BEB5D
Complementary color
Monochromatic Colors of #8BEB5D
Black with #8BEB5D
Text Example
Text Example
White with #8BEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEB5D; }
p { color: rgb(139,235,93); }
H1.HeaderClassName
{
color: #8BEB5D;
}
.AnyTagClassName
{
color: #8BEB5D;
}
</style>
background-color css
<style>
a { background-color: #8BEB5D; }
a { background-color: rgb(139,235,93); }
div.DivClassName
{
background-color: #8BEB5D;
}
.BgClassName
{
background-color: #8BEB5D;
}
</style>
border-color css
<style>
span { border-color: #8BEB5D; }
span { border-color: rgb(139,235,93); }
td.TdClassName
{
border-color: #8BEB5D;
}
.TagClassName
{
border-color: #8BEB5D;
}
</style>