Shades of Mantis #8BBE70
Tints of Mantis #8BBE70
RGB
CMYK
RGB Variations
Color information
#8BBE70 (or 0x8BBE70) is known color: Mantis. HEX triplet: 8B, BE and 70. RGB value is (139,190,112). Sum of RGB (Red+Green+Blue) = 139+190+112=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBE70 is #74418F. Grayscale: #A6A6A6. Windows color (decimal): -7618960 or 7388811. OLE color: 7388811.
HSL color Cylindrical-coordinate representation of color #8BBE70: hue angle of 99.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBE70 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 112 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.25 |
| HSL | 99.23º | 0.38% | 0.59% | - |
| HSV(B) | 99.23º | 0.41% | 0.75% | - |
| XYZ | 31.99 | 43.49 | 22.04 | - |
| YUV | 165.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 112 | 0.27 | 0 | 0.41 | 0.25 | 99.23 | 0.38 | 0.59 |
| Hex | 8B | BE | 70 | 1B | 0 | 29 | 19 | 63 | 26 | 3B |
| Octal | 213 | 276 | 160 | 33 | 0 | 51 | 31 | 143 | 46 | 73 |
| Binary | 10001011 | 10111110 | 1110000 | 11011 | 0 | 101001 | 11001 | 1100011 | 100110 | 111011 |
Color Harmonies of #8BBE70
Complementary color
Monochromatic Colors of #8BBE70
Black with #8BBE70
Text Example
Text Example
White with #8BBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE70; }
p { color: rgb(139,190,112); }
H1.HeaderClassName
{
color: #8BBE70;
}
.AnyTagClassName
{
color: #8BBE70;
}
</style>
background-color css
<style>
a { background-color: #8BBE70; }
a { background-color: rgb(139,190,112); }
div.DivClassName
{
background-color: #8BBE70;
}
.BgClassName
{
background-color: #8BBE70;
}
</style>
border-color css
<style>
span { border-color: #8BBE70; }
span { border-color: rgb(139,190,112); }
td.TdClassName
{
border-color: #8BBE70;
}
.TagClassName
{
border-color: #8BBE70;
}
</style>