Shades of Mantis #8FD65E
Tints of Mantis #8FD65E
RGB
CMYK
RGB Variations
Color information
#8FD65E (or 0x8FD65E) is known color: Mantis. HEX triplet: 8F, D6 and 5E. RGB value is (143,214,94). Sum of RGB (Red+Green+Blue) = 143+214+94=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD65E is #7029A1. Grayscale: #B3B3B3. Windows color (decimal): -7350690 or 6215311. OLE color: 6215311.
HSL color Cylindrical-coordinate representation of color #8FD65E: hue angle of 95.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FD65E is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 94 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.16 |
| HSL | 95.5º | 0.59% | 0.6% | - |
| HSV(B) | 95.5º | 0.56% | 0.84% | - |
| XYZ | 37.39 | 54.74 | 19.18 | - |
| YUV | 179.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 94 | 0.33 | 0 | 0.56 | 0.16 | 95.5 | 0.59 | 0.6 |
| Hex | 8F | D6 | 5E | 21 | 0 | 38 | 10 | 60 | 3B | 3C |
| Octal | 217 | 326 | 136 | 41 | 0 | 70 | 20 | 140 | 73 | 74 |
| Binary | 10001111 | 11010110 | 1011110 | 100001 | 0 | 111000 | 10000 | 1100000 | 111011 | 111100 |
Color Harmonies of #8FD65E
Complementary color
Monochromatic Colors of #8FD65E
Black with #8FD65E
Text Example
Text Example
White with #8FD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD65E; }
p { color: rgb(143,214,94); }
H1.HeaderClassName
{
color: #8FD65E;
}
.AnyTagClassName
{
color: #8FD65E;
}
</style>
background-color css
<style>
a { background-color: #8FD65E; }
a { background-color: rgb(143,214,94); }
div.DivClassName
{
background-color: #8FD65E;
}
.BgClassName
{
background-color: #8FD65E;
}
</style>
border-color css
<style>
span { border-color: #8FD65E; }
span { border-color: rgb(143,214,94); }
td.TdClassName
{
border-color: #8FD65E;
}
.TagClassName
{
border-color: #8FD65E;
}
</style>