Shades of Mantis #8FEC5A
Tints of Mantis #8FEC5A
RGB
CMYK
RGB Variations
Color information
#8FEC5A (or 0x8FEC5A) is known color: Mantis. HEX triplet: 8F, EC and 5A. RGB value is (143,236,90). Sum of RGB (Red+Green+Blue) = 143+236+90=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEC5A is #7013A5. Grayscale: #C0C0C0. Windows color (decimal): -7345062 or 5958799. OLE color: 5958799.
HSL color Cylindrical-coordinate representation of color #8FEC5A: hue angle of 98.22º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FEC5A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 90 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.07 |
| HSL | 98.22º | 0.79% | 0.64% | - |
| HSV(B) | 98.22º | 0.62% | 0.93% | - |
| XYZ | 43.17 | 66.57 | 20.25 | - |
| YUV | 191.55 | 70.69 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 90 | 0.39 | 0 | 0.62 | 0.07 | 98.22 | 0.79 | 0.64 |
| Hex | 8F | EC | 5A | 27 | 0 | 3E | 7 | 62 | 4F | 40 |
| Octal | 217 | 354 | 132 | 47 | 0 | 76 | 7 | 142 | 117 | 100 |
| Binary | 10001111 | 11101100 | 1011010 | 100111 | 0 | 111110 | 111 | 1100010 | 1001111 | 1000000 |
Color Harmonies of #8FEC5A
Complementary color
Monochromatic Colors of #8FEC5A
Black with #8FEC5A
Text Example
Text Example
White with #8FEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC5A; }
p { color: rgb(143,236,90); }
H1.HeaderClassName
{
color: #8FEC5A;
}
.AnyTagClassName
{
color: #8FEC5A;
}
</style>
background-color css
<style>
a { background-color: #8FEC5A; }
a { background-color: rgb(143,236,90); }
div.DivClassName
{
background-color: #8FEC5A;
}
.BgClassName
{
background-color: #8FEC5A;
}
</style>
border-color css
<style>
span { border-color: #8FEC5A; }
span { border-color: rgb(143,236,90); }
td.TdClassName
{
border-color: #8FEC5A;
}
.TagClassName
{
border-color: #8FEC5A;
}
</style>