Shades of Mantis #8BC973
Tints of Mantis #8BC973
RGB
CMYK
RGB Variations
Color information
#8BC973 (or 0x8BC973) is known color: Mantis. HEX triplet: 8B, C9 and 73. RGB value is (139,201,115). Sum of RGB (Red+Green+Blue) = 139+201+115=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC973 is #74368C. Grayscale: #ACACAC. Windows color (decimal): -7616141 or 7588235. OLE color: 7588235.
HSL color Cylindrical-coordinate representation of color #8BC973: hue angle of 103.26º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BC973 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 115 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.21 |
| HSL | 103.26º | 0.44% | 0.62% | - |
| HSV(B) | 103.26º | 0.43% | 0.79% | - |
| XYZ | 34.63 | 48.5 | 23.76 | - |
| YUV | 172.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 115 | 0.31 | 0 | 0.43 | 0.21 | 103.26 | 0.44 | 0.62 |
| Hex | 8B | C9 | 73 | 1F | 0 | 2B | 15 | 67 | 2C | 3E |
| Octal | 213 | 311 | 163 | 37 | 0 | 53 | 25 | 147 | 54 | 76 |
| Binary | 10001011 | 11001001 | 1110011 | 11111 | 0 | 101011 | 10101 | 1100111 | 101100 | 111110 |
Color Harmonies of #8BC973
Complementary color
Monochromatic Colors of #8BC973
Black with #8BC973
Text Example
Text Example
White with #8BC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC973; }
p { color: rgb(139,201,115); }
H1.HeaderClassName
{
color: #8BC973;
}
.AnyTagClassName
{
color: #8BC973;
}
</style>
background-color css
<style>
a { background-color: #8BC973; }
a { background-color: rgb(139,201,115); }
div.DivClassName
{
background-color: #8BC973;
}
.BgClassName
{
background-color: #8BC973;
}
</style>
border-color css
<style>
span { border-color: #8BC973; }
span { border-color: rgb(139,201,115); }
td.TdClassName
{
border-color: #8BC973;
}
.TagClassName
{
border-color: #8BC973;
}
</style>