Shades of Mantis #8DF159
Tints of Mantis #8DF159
RGB
CMYK
RGB Variations
Color information
#8DF159 (or 0x8DF159) is known color: Mantis. HEX triplet: 8D, F1 and 59. RGB value is (141,241,89). Sum of RGB (Red+Green+Blue) = 141+241+89=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF159 is #720EA6. Grayscale: #C2C2C2. Windows color (decimal): -7474855 or 5894541. OLE color: 5894541.
HSL color Cylindrical-coordinate representation of color #8DF159: hue angle of 99.47º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DF159 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 89 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.05 |
| HSL | 99.47º | 0.84% | 0.65% | - |
| HSV(B) | 99.47º | 0.63% | 0.95% | - |
| XYZ | 44.24 | 69.29 | 20.49 | - |
| YUV | 193.77 | 68.87 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 89 | 0.41 | 0 | 0.63 | 0.05 | 99.47 | 0.84 | 0.65 |
| Hex | 8D | F1 | 59 | 29 | 0 | 3F | 5 | 63 | 54 | 41 |
| Octal | 215 | 361 | 131 | 51 | 0 | 77 | 5 | 143 | 124 | 101 |
| Binary | 10001101 | 11110001 | 1011001 | 101001 | 0 | 111111 | 101 | 1100011 | 1010100 | 1000001 |
Color Harmonies of #8DF159
Complementary color
Monochromatic Colors of #8DF159
Black with #8DF159
Text Example
Text Example
White with #8DF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF159; }
p { color: rgb(141,241,89); }
H1.HeaderClassName
{
color: #8DF159;
}
.AnyTagClassName
{
color: #8DF159;
}
</style>
background-color css
<style>
a { background-color: #8DF159; }
a { background-color: rgb(141,241,89); }
div.DivClassName
{
background-color: #8DF159;
}
.BgClassName
{
background-color: #8DF159;
}
</style>
border-color css
<style>
span { border-color: #8DF159; }
span { border-color: rgb(141,241,89); }
td.TdClassName
{
border-color: #8DF159;
}
.TagClassName
{
border-color: #8DF159;
}
</style>