Shades of Mantis #8CE758
Tints of Mantis #8CE758
RGB
CMYK
RGB Variations
Color information
#8CE758 (or 0x8CE758) is known color: Mantis. HEX triplet: 8C, E7 and 58. RGB value is (140,231,88). Sum of RGB (Red+Green+Blue) = 140+231+88=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE758 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE758 is #7318A7. Grayscale: #BBBBBB. Windows color (decimal): -7542952 or 5826444. OLE color: 5826444.
HSL color Cylindrical-coordinate representation of color #8CE758: hue angle of 98.18º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CE758 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 88 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.09 |
| HSL | 98.18º | 0.75% | 0.63% | - |
| HSV(B) | 98.18º | 0.62% | 0.91% | - |
| XYZ | 41.15 | 63.43 | 19.31 | - |
| YUV | 187.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 88 | 0.39 | 0 | 0.62 | 0.09 | 98.18 | 0.75 | 0.63 |
| Hex | 8C | E7 | 58 | 27 | 0 | 3E | 9 | 62 | 4B | 3F |
| Octal | 214 | 347 | 130 | 47 | 0 | 76 | 11 | 142 | 113 | 77 |
| Binary | 10001100 | 11100111 | 1011000 | 100111 | 0 | 111110 | 1001 | 1100010 | 1001011 | 111111 |
Color Harmonies of #8CE758
Complementary color
Monochromatic Colors of #8CE758
Black with #8CE758
Text Example
Text Example
White with #8CE758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE758; }
p { color: rgb(140,231,88); }
H1.HeaderClassName
{
color: #8CE758;
}
.AnyTagClassName
{
color: #8CE758;
}
</style>
background-color css
<style>
a { background-color: #8CE758; }
a { background-color: rgb(140,231,88); }
div.DivClassName
{
background-color: #8CE758;
}
.BgClassName
{
background-color: #8CE758;
}
</style>
border-color css
<style>
span { border-color: #8CE758; }
span { border-color: rgb(140,231,88); }
td.TdClassName
{
border-color: #8CE758;
}
.TagClassName
{
border-color: #8CE758;
}
</style>