Shades of Mantis #8BC772
Tints of Mantis #8BC772
RGB
CMYK
RGB Variations
Color information
#8BC772 (or 0x8BC772) is known color: Mantis. HEX triplet: 8B, C7 and 72. RGB value is (139,199,114). Sum of RGB (Red+Green+Blue) = 139+199+114=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC772 is #74388D. Grayscale: #ABABAB. Windows color (decimal): -7616654 or 7522187. OLE color: 7522187.
HSL color Cylindrical-coordinate representation of color #8BC772: hue angle of 102.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BC772 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 114 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.22 |
| HSL | 102.35º | 0.43% | 0.61% | - |
| HSV(B) | 102.35º | 0.43% | 0.78% | - |
| XYZ | 34.11 | 47.55 | 23.3 | - |
| YUV | 171.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 114 | 0.30 | 0 | 0.43 | 0.22 | 102.35 | 0.43 | 0.61 |
| Hex | 8B | C7 | 72 | 1E | 0 | 2B | 16 | 66 | 2B | 3D |
| Octal | 213 | 307 | 162 | 36 | 0 | 53 | 26 | 146 | 53 | 75 |
| Binary | 10001011 | 11000111 | 1110010 | 11110 | 0 | 101011 | 10110 | 1100110 | 101011 | 111101 |
Color Harmonies of #8BC772
Complementary color
Monochromatic Colors of #8BC772
Black with #8BC772
Text Example
Text Example
White with #8BC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC772; }
p { color: rgb(139,199,114); }
H1.HeaderClassName
{
color: #8BC772;
}
.AnyTagClassName
{
color: #8BC772;
}
</style>
background-color css
<style>
a { background-color: #8BC772; }
a { background-color: rgb(139,199,114); }
div.DivClassName
{
background-color: #8BC772;
}
.BgClassName
{
background-color: #8BC772;
}
</style>
border-color css
<style>
span { border-color: #8BC772; }
span { border-color: rgb(139,199,114); }
td.TdClassName
{
border-color: #8BC772;
}
.TagClassName
{
border-color: #8BC772;
}
</style>