Shades of Mantis #8BC758
Tints of Mantis #8BC758
RGB
CMYK
RGB Variations
Color information
#8BC758 (or 0x8BC758) is known color: Mantis. HEX triplet: 8B, C7 and 58. RGB value is (139,199,88). Sum of RGB (Red+Green+Blue) = 139+199+88=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC758 is #7438A7. Grayscale: #A8A8A8. Windows color (decimal): -7616680 or 5818251. OLE color: 5818251.
HSL color Cylindrical-coordinate representation of color #8BC758: hue angle of 92.43º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC758 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 88 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.22 |
| HSL | 92.43º | 0.5% | 0.56% | - |
| HSV(B) | 92.43º | 0.56% | 0.78% | - |
| XYZ | 32.83 | 47.04 | 16.58 | - |
| YUV | 168.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 88 | 0.30 | 0 | 0.56 | 0.22 | 92.43 | 0.5 | 0.56 |
| Hex | 8B | C7 | 58 | 1E | 0 | 38 | 16 | 5C | 32 | 38 |
| Octal | 213 | 307 | 130 | 36 | 0 | 70 | 26 | 134 | 62 | 70 |
| Binary | 10001011 | 11000111 | 1011000 | 11110 | 0 | 111000 | 10110 | 1011100 | 110010 | 111000 |
Color Harmonies of #8BC758
Complementary color
Monochromatic Colors of #8BC758
Black with #8BC758
Text Example
Text Example
White with #8BC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC758; }
p { color: rgb(139,199,88); }
H1.HeaderClassName
{
color: #8BC758;
}
.AnyTagClassName
{
color: #8BC758;
}
</style>
background-color css
<style>
a { background-color: #8BC758; }
a { background-color: rgb(139,199,88); }
div.DivClassName
{
background-color: #8BC758;
}
.BgClassName
{
background-color: #8BC758;
}
</style>
border-color css
<style>
span { border-color: #8BC758; }
span { border-color: rgb(139,199,88); }
td.TdClassName
{
border-color: #8BC758;
}
.TagClassName
{
border-color: #8BC758;
}
</style>