Shades of Mantis #8BD070
Tints of Mantis #8BD070
RGB
CMYK
RGB Variations
Color information
#8BD070 (or 0x8BD070) is known color: Mantis. HEX triplet: 8B, D0 and 70. RGB value is (139,208,112). Sum of RGB (Red+Green+Blue) = 139+208+112=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD070 is #742F8F. Grayscale: #B0B0B0. Windows color (decimal): -7614352 or 7393419. OLE color: 7393419.
HSL color Cylindrical-coordinate representation of color #8BD070: hue angle of 103.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD070 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 112 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.18 |
| HSL | 103.13º | 0.51% | 0.63% | - |
| HSV(B) | 103.13º | 0.46% | 0.82% | - |
| XYZ | 36.13 | 51.77 | 23.42 | - |
| YUV | 176.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 112 | 0.33 | 0 | 0.46 | 0.18 | 103.13 | 0.51 | 0.63 |
| Hex | 8B | D0 | 70 | 21 | 0 | 2E | 12 | 67 | 33 | 3F |
| Octal | 213 | 320 | 160 | 41 | 0 | 56 | 22 | 147 | 63 | 77 |
| Binary | 10001011 | 11010000 | 1110000 | 100001 | 0 | 101110 | 10010 | 1100111 | 110011 | 111111 |
Color Harmonies of #8BD070
Complementary color
Monochromatic Colors of #8BD070
Black with #8BD070
Text Example
Text Example
White with #8BD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD070; }
p { color: rgb(139,208,112); }
H1.HeaderClassName
{
color: #8BD070;
}
.AnyTagClassName
{
color: #8BD070;
}
</style>
background-color css
<style>
a { background-color: #8BD070; }
a { background-color: rgb(139,208,112); }
div.DivClassName
{
background-color: #8BD070;
}
.BgClassName
{
background-color: #8BD070;
}
</style>
border-color css
<style>
span { border-color: #8BD070; }
span { border-color: rgb(139,208,112); }
td.TdClassName
{
border-color: #8BD070;
}
.TagClassName
{
border-color: #8BD070;
}
</style>