Shades of Mantis #8CF055
Tints of Mantis #8CF055
RGB
CMYK
RGB Variations
Color information
#8CF055 (or 0x8CF055) is known color: Mantis. HEX triplet: 8C, F0 and 55. RGB value is (140,240,85). Sum of RGB (Red+Green+Blue) = 140+240+85=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF055 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF055 is #730FAA. Grayscale: #C0C0C0. Windows color (decimal): -7540651 or 5632140. OLE color: 5632140.
HSL color Cylindrical-coordinate representation of color #8CF055: hue angle of 98.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CF055 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 85 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.06 |
| HSL | 98.71º | 0.84% | 0.64% | - |
| HSV(B) | 98.71º | 0.65% | 0.94% | - |
| XYZ | 43.62 | 68.55 | 19.53 | - |
| YUV | 192.43 | 67.37 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 85 | 0.42 | 0 | 0.65 | 0.06 | 98.71 | 0.84 | 0.64 |
| Hex | 8C | F0 | 55 | 2A | 0 | 41 | 6 | 63 | 54 | 40 |
| Octal | 214 | 360 | 125 | 52 | 0 | 101 | 6 | 143 | 124 | 100 |
| Binary | 10001100 | 11110000 | 1010101 | 101010 | 0 | 1000001 | 110 | 1100011 | 1010100 | 1000000 |
Color Harmonies of #8CF055
Complementary color
Monochromatic Colors of #8CF055
Black with #8CF055
Text Example
Text Example
White with #8CF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF055; }
p { color: rgb(140,240,85); }
H1.HeaderClassName
{
color: #8CF055;
}
.AnyTagClassName
{
color: #8CF055;
}
</style>
background-color css
<style>
a { background-color: #8CF055; }
a { background-color: rgb(140,240,85); }
div.DivClassName
{
background-color: #8CF055;
}
.BgClassName
{
background-color: #8CF055;
}
</style>
border-color css
<style>
span { border-color: #8CF055; }
span { border-color: rgb(140,240,85); }
td.TdClassName
{
border-color: #8CF055;
}
.TagClassName
{
border-color: #8CF055;
}
</style>