Shades of Mantis #8CF057
Tints of Mantis #8CF057
RGB
CMYK
RGB Variations
Color information
#8CF057 (or 0x8CF057) is known color: Mantis. HEX triplet: 8C, F0 and 57. RGB value is (140,240,87). Sum of RGB (Red+Green+Blue) = 140+240+87=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF057 is #730FA8. Grayscale: #C1C1C1. Windows color (decimal): -7540649 or 5763212. OLE color: 5763212.
HSL color Cylindrical-coordinate representation of color #8CF057: hue angle of 99.22º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CF057 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 87 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.06 |
| HSL | 99.22º | 0.84% | 0.64% | - |
| HSV(B) | 99.22º | 0.64% | 0.94% | - |
| XYZ | 43.7 | 68.58 | 19.95 | - |
| YUV | 192.66 | 68.37 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 87 | 0.42 | 0 | 0.64 | 0.06 | 99.22 | 0.84 | 0.64 |
| Hex | 8C | F0 | 57 | 2A | 0 | 40 | 6 | 63 | 54 | 40 |
| Octal | 214 | 360 | 127 | 52 | 0 | 100 | 6 | 143 | 124 | 100 |
| Binary | 10001100 | 11110000 | 1010111 | 101010 | 0 | 1000000 | 110 | 1100011 | 1010100 | 1000000 |
Color Harmonies of #8CF057
Complementary color
Monochromatic Colors of #8CF057
Black with #8CF057
Text Example
Text Example
White with #8CF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF057; }
p { color: rgb(140,240,87); }
H1.HeaderClassName
{
color: #8CF057;
}
.AnyTagClassName
{
color: #8CF057;
}
</style>
background-color css
<style>
a { background-color: #8CF057; }
a { background-color: rgb(140,240,87); }
div.DivClassName
{
background-color: #8CF057;
}
.BgClassName
{
background-color: #8CF057;
}
</style>
border-color css
<style>
span { border-color: #8CF057; }
span { border-color: rgb(140,240,87); }
td.TdClassName
{
border-color: #8CF057;
}
.TagClassName
{
border-color: #8CF057;
}
</style>