Shades of Mantis #8FD45E
Tints of Mantis #8FD45E
RGB
CMYK
RGB Variations
Color information
#8FD45E (or 0x8FD45E) is known color: Mantis. HEX triplet: 8F, D4 and 5E. RGB value is (143,212,94). Sum of RGB (Red+Green+Blue) = 143+212+94=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD45E is #702BA1. Grayscale: #B2B2B2. Windows color (decimal): -7351202 or 6214799. OLE color: 6214799.
HSL color Cylindrical-coordinate representation of color #8FD45E: hue angle of 95.08º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FD45E is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 94 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.17 |
| HSL | 95.08º | 0.58% | 0.6% | - |
| HSV(B) | 95.08º | 0.56% | 0.83% | - |
| XYZ | 36.89 | 53.73 | 19.02 | - |
| YUV | 177.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 94 | 0.33 | 0 | 0.56 | 0.17 | 95.08 | 0.58 | 0.6 |
| Hex | 8F | D4 | 5E | 21 | 0 | 38 | 11 | 5F | 3A | 3C |
| Octal | 217 | 324 | 136 | 41 | 0 | 70 | 21 | 137 | 72 | 74 |
| Binary | 10001111 | 11010100 | 1011110 | 100001 | 0 | 111000 | 10001 | 1011111 | 111010 | 111100 |
Color Harmonies of #8FD45E
Complementary color
Monochromatic Colors of #8FD45E
Black with #8FD45E
Text Example
Text Example
White with #8FD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD45E; }
p { color: rgb(143,212,94); }
H1.HeaderClassName
{
color: #8FD45E;
}
.AnyTagClassName
{
color: #8FD45E;
}
</style>
background-color css
<style>
a { background-color: #8FD45E; }
a { background-color: rgb(143,212,94); }
div.DivClassName
{
background-color: #8FD45E;
}
.BgClassName
{
background-color: #8FD45E;
}
</style>
border-color css
<style>
span { border-color: #8FD45E; }
span { border-color: rgb(143,212,94); }
td.TdClassName
{
border-color: #8FD45E;
}
.TagClassName
{
border-color: #8FD45E;
}
</style>