Shades of Mantis #8FE465
Tints of Mantis #8FE465
RGB
CMYK
RGB Variations
Color information
#8FE465 (or 0x8FE465) is known color: Mantis. HEX triplet: 8F, E4 and 65. RGB value is (143,228,101). Sum of RGB (Red+Green+Blue) = 143+228+101=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE465 is #701B9A. Grayscale: #BCBCBC. Windows color (decimal): -7347099 or 6677647. OLE color: 6677647.
HSL color Cylindrical-coordinate representation of color #8FE465: hue angle of 100.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FE465 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 101 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.11 |
| HSL | 100.16º | 0.7% | 0.65% | - |
| HSV(B) | 100.16º | 0.56% | 0.89% | - |
| XYZ | 41.42 | 62.27 | 22.15 | - |
| YUV | 188.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 101 | 0.37 | 0 | 0.56 | 0.11 | 100.16 | 0.7 | 0.65 |
| Hex | 8F | E4 | 65 | 25 | 0 | 38 | B | 64 | 46 | 41 |
| Octal | 217 | 344 | 145 | 45 | 0 | 70 | 13 | 144 | 106 | 101 |
| Binary | 10001111 | 11100100 | 1100101 | 100101 | 0 | 111000 | 1011 | 1100100 | 1000110 | 1000001 |
Color Harmonies of #8FE465
Complementary color
Monochromatic Colors of #8FE465
Black with #8FE465
Text Example
Text Example
White with #8FE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE465; }
p { color: rgb(143,228,101); }
H1.HeaderClassName
{
color: #8FE465;
}
.AnyTagClassName
{
color: #8FE465;
}
</style>
background-color css
<style>
a { background-color: #8FE465; }
a { background-color: rgb(143,228,101); }
div.DivClassName
{
background-color: #8FE465;
}
.BgClassName
{
background-color: #8FE465;
}
</style>
border-color css
<style>
span { border-color: #8FE465; }
span { border-color: rgb(143,228,101); }
td.TdClassName
{
border-color: #8FE465;
}
.TagClassName
{
border-color: #8FE465;
}
</style>