Shades of Mantis #8FE364
Tints of Mantis #8FE364
RGB
CMYK
RGB Variations
Color information
#8FE364 (or 0x8FE364) is known color: Mantis. HEX triplet: 8F, E3 and 64. RGB value is (143,227,100). Sum of RGB (Red+Green+Blue) = 143+227+100=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE364 is #701C9B. Grayscale: #BBBBBB. Windows color (decimal): -7347356 or 6611855. OLE color: 6611855.
HSL color Cylindrical-coordinate representation of color #8FE364: hue angle of 99.69º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FE364 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 100 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.11 |
| HSL | 99.69º | 0.69% | 0.64% | - |
| HSV(B) | 99.69º | 0.56% | 0.89% | - |
| XYZ | 41.1 | 61.7 | 21.8 | - |
| YUV | 187.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 100 | 0.37 | 0 | 0.56 | 0.11 | 99.69 | 0.69 | 0.64 |
| Hex | 8F | E3 | 64 | 25 | 0 | 38 | B | 64 | 45 | 40 |
| Octal | 217 | 343 | 144 | 45 | 0 | 70 | 13 | 144 | 105 | 100 |
| Binary | 10001111 | 11100011 | 1100100 | 100101 | 0 | 111000 | 1011 | 1100100 | 1000101 | 1000000 |
Color Harmonies of #8FE364
Complementary color
Monochromatic Colors of #8FE364
Black with #8FE364
Text Example
Text Example
White with #8FE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE364; }
p { color: rgb(143,227,100); }
H1.HeaderClassName
{
color: #8FE364;
}
.AnyTagClassName
{
color: #8FE364;
}
</style>
background-color css
<style>
a { background-color: #8FE364; }
a { background-color: rgb(143,227,100); }
div.DivClassName
{
background-color: #8FE364;
}
.BgClassName
{
background-color: #8FE364;
}
</style>
border-color css
<style>
span { border-color: #8FE364; }
span { border-color: rgb(143,227,100); }
td.TdClassName
{
border-color: #8FE364;
}
.TagClassName
{
border-color: #8FE364;
}
</style>