Shades of Mantis #8CE760
Tints of Mantis #8CE760
RGB
CMYK
RGB Variations
Color information
#8CE760 (or 0x8CE760) is known color: Mantis. HEX triplet: 8C, E7 and 60. RGB value is (140,231,96). Sum of RGB (Red+Green+Blue) = 140+231+96=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE760 is #73189F. Grayscale: #BCBCBC. Windows color (decimal): -7542944 or 6350732. OLE color: 6350732.
HSL color Cylindrical-coordinate representation of color #8CE760: hue angle of 100.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CE760 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 96 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.09 |
| HSL | 100.44º | 0.74% | 0.64% | - |
| HSV(B) | 100.44º | 0.58% | 0.91% | - |
| XYZ | 41.5 | 63.57 | 21.15 | - |
| YUV | 188.4 | 75.85 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 96 | 0.39 | 0 | 0.58 | 0.09 | 100.44 | 0.74 | 0.64 |
| Hex | 8C | E7 | 60 | 27 | 0 | 3A | 9 | 64 | 4A | 40 |
| Octal | 214 | 347 | 140 | 47 | 0 | 72 | 11 | 144 | 112 | 100 |
| Binary | 10001100 | 11100111 | 1100000 | 100111 | 0 | 111010 | 1001 | 1100100 | 1001010 | 1000000 |
Color Harmonies of #8CE760
Complementary color
Monochromatic Colors of #8CE760
Black with #8CE760
Text Example
Text Example
White with #8CE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE760; }
p { color: rgb(140,231,96); }
H1.HeaderClassName
{
color: #8CE760;
}
.AnyTagClassName
{
color: #8CE760;
}
</style>
background-color css
<style>
a { background-color: #8CE760; }
a { background-color: rgb(140,231,96); }
div.DivClassName
{
background-color: #8CE760;
}
.BgClassName
{
background-color: #8CE760;
}
</style>
border-color css
<style>
span { border-color: #8CE760; }
span { border-color: rgb(140,231,96); }
td.TdClassName
{
border-color: #8CE760;
}
.TagClassName
{
border-color: #8CE760;
}
</style>