Shades of Mantis #8EE75C
Tints of Mantis #8EE75C
RGB
CMYK
RGB Variations
Color information
#8EE75C (or 0x8EE75C) is known color: Mantis. HEX triplet: 8E, E7 and 5C. RGB value is (142,231,92). Sum of RGB (Red+Green+Blue) = 142+231+92=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE75C is #7118A3. Grayscale: #BDBDBD. Windows color (decimal): -7411876 or 6088590. OLE color: 6088590.
HSL color Cylindrical-coordinate representation of color #8EE75C: hue angle of 98.42º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EE75C is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 92 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.09 |
| HSL | 98.42º | 0.74% | 0.63% | - |
| HSV(B) | 98.42º | 0.6% | 0.91% | - |
| XYZ | 41.66 | 63.68 | 20.22 | - |
| YUV | 188.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 92 | 0.39 | 0 | 0.60 | 0.09 | 98.42 | 0.74 | 0.63 |
| Hex | 8E | E7 | 5C | 27 | 0 | 3C | 9 | 62 | 4A | 3F |
| Octal | 216 | 347 | 134 | 47 | 0 | 74 | 11 | 142 | 112 | 77 |
| Binary | 10001110 | 11100111 | 1011100 | 100111 | 0 | 111100 | 1001 | 1100010 | 1001010 | 111111 |
Color Harmonies of #8EE75C
Complementary color
Monochromatic Colors of #8EE75C
Black with #8EE75C
Text Example
Text Example
White with #8EE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE75C; }
p { color: rgb(142,231,92); }
H1.HeaderClassName
{
color: #8EE75C;
}
.AnyTagClassName
{
color: #8EE75C;
}
</style>
background-color css
<style>
a { background-color: #8EE75C; }
a { background-color: rgb(142,231,92); }
div.DivClassName
{
background-color: #8EE75C;
}
.BgClassName
{
background-color: #8EE75C;
}
</style>
border-color css
<style>
span { border-color: #8EE75C; }
span { border-color: rgb(142,231,92); }
td.TdClassName
{
border-color: #8EE75C;
}
.TagClassName
{
border-color: #8EE75C;
}
</style>