Shades of Mantis #8EC750
Tints of Mantis #8EC750
RGB
CMYK
RGB Variations
Color information
#8EC750 (or 0x8EC750) is known color: Mantis. HEX triplet: 8E, C7 and 50. RGB value is (142,199,80). Sum of RGB (Red+Green+Blue) = 142+199+80=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC750 is #7138AF. Grayscale: #A8A8A8. Windows color (decimal): -7420080 or 5293966. OLE color: 5293966.
HSL color Cylindrical-coordinate representation of color #8EC750: hue angle of 88.74º 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 #8EC750 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 80 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.22 |
| HSL | 88.74º | 0.52% | 0.55% | - |
| HSV(B) | 88.74º | 0.6% | 0.78% | - |
| XYZ | 33.03 | 47.18 | 14.95 | - |
| YUV | 168.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 80 | 0.29 | 0 | 0.60 | 0.22 | 88.74 | 0.52 | 0.55 |
| Hex | 8E | C7 | 50 | 1D | 0 | 3C | 16 | 59 | 34 | 37 |
| Octal | 216 | 307 | 120 | 35 | 0 | 74 | 26 | 131 | 64 | 67 |
| Binary | 10001110 | 11000111 | 1010000 | 11101 | 0 | 111100 | 10110 | 1011001 | 110100 | 110111 |
Color Harmonies of #8EC750
Complementary color
Monochromatic Colors of #8EC750
Black with #8EC750
Text Example
Text Example
White with #8EC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC750; }
p { color: rgb(142,199,80); }
H1.HeaderClassName
{
color: #8EC750;
}
.AnyTagClassName
{
color: #8EC750;
}
</style>
background-color css
<style>
a { background-color: #8EC750; }
a { background-color: rgb(142,199,80); }
div.DivClassName
{
background-color: #8EC750;
}
.BgClassName
{
background-color: #8EC750;
}
</style>
border-color css
<style>
span { border-color: #8EC750; }
span { border-color: rgb(142,199,80); }
td.TdClassName
{
border-color: #8EC750;
}
.TagClassName
{
border-color: #8EC750;
}
</style>