Shades of Mantis #8CF158
Tints of Mantis #8CF158
RGB
CMYK
RGB Variations
Color information
#8CF158 (or 0x8CF158) is known color: Mantis. HEX triplet: 8C, F1 and 58. RGB value is (140,241,88). Sum of RGB (Red+Green+Blue) = 140+241+88=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF158 is #730EA7. Grayscale: #C1C1C1. Windows color (decimal): -7540392 or 5829004. OLE color: 5829004.
HSL color Cylindrical-coordinate representation of color #8CF158: hue angle of 99.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CF158 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 88 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.05 |
| HSL | 99.61º | 0.85% | 0.65% | - |
| HSV(B) | 99.61º | 0.63% | 0.95% | - |
| XYZ | 44.03 | 69.19 | 20.27 | - |
| YUV | 193.36 | 68.54 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 88 | 0.42 | 0 | 0.63 | 0.05 | 99.61 | 0.85 | 0.65 |
| Hex | 8C | F1 | 58 | 2A | 0 | 3F | 5 | 64 | 55 | 41 |
| Octal | 214 | 361 | 130 | 52 | 0 | 77 | 5 | 144 | 125 | 101 |
| Binary | 10001100 | 11110001 | 1011000 | 101010 | 0 | 111111 | 101 | 1100100 | 1010101 | 1000001 |
Color Harmonies of #8CF158
Complementary color
Monochromatic Colors of #8CF158
Black with #8CF158
Text Example
Text Example
White with #8CF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF158; }
p { color: rgb(140,241,88); }
H1.HeaderClassName
{
color: #8CF158;
}
.AnyTagClassName
{
color: #8CF158;
}
</style>
background-color css
<style>
a { background-color: #8CF158; }
a { background-color: rgb(140,241,88); }
div.DivClassName
{
background-color: #8CF158;
}
.BgClassName
{
background-color: #8CF158;
}
</style>
border-color css
<style>
span { border-color: #8CF158; }
span { border-color: rgb(140,241,88); }
td.TdClassName
{
border-color: #8CF158;
}
.TagClassName
{
border-color: #8CF158;
}
</style>