Shades of Mantis #8BC750
Tints of Mantis #8BC750
RGB
CMYK
RGB Variations
Color information
#8BC750 (or 0x8BC750) is known color: Mantis. HEX triplet: 8B, C7 and 50. RGB value is (139,199,80). Sum of RGB (Red+Green+Blue) = 139+199+80=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC750 is #7438AF. Grayscale: #A7A7A7. Windows color (decimal): -7616688 or 5293963. OLE color: 5293963.
HSL color Cylindrical-coordinate representation of color #8BC750: hue angle of 90.25º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BC750 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 80 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.22 |
| HSL | 90.25º | 0.52% | 0.55% | - |
| HSV(B) | 90.25º | 0.6% | 0.78% | - |
| XYZ | 32.52 | 46.92 | 14.93 | - |
| YUV | 167.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 80 | 0.30 | 0 | 0.60 | 0.22 | 90.25 | 0.52 | 0.55 |
| Hex | 8B | C7 | 50 | 1E | 0 | 3C | 16 | 5A | 34 | 37 |
| Octal | 213 | 307 | 120 | 36 | 0 | 74 | 26 | 132 | 64 | 67 |
| Binary | 10001011 | 11000111 | 1010000 | 11110 | 0 | 111100 | 10110 | 1011010 | 110100 | 110111 |
Color Harmonies of #8BC750
Complementary color
Monochromatic Colors of #8BC750
Black with #8BC750
Text Example
Text Example
White with #8BC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC750; }
p { color: rgb(139,199,80); }
H1.HeaderClassName
{
color: #8BC750;
}
.AnyTagClassName
{
color: #8BC750;
}
</style>
background-color css
<style>
a { background-color: #8BC750; }
a { background-color: rgb(139,199,80); }
div.DivClassName
{
background-color: #8BC750;
}
.BgClassName
{
background-color: #8BC750;
}
</style>
border-color css
<style>
span { border-color: #8BC750; }
span { border-color: rgb(139,199,80); }
td.TdClassName
{
border-color: #8BC750;
}
.TagClassName
{
border-color: #8BC750;
}
</style>