Shades of Mantis #8FD769
Tints of Mantis #8FD769
RGB
CMYK
RGB Variations
Color information
#8FD769 (or 0x8FD769) is known color: Mantis. HEX triplet: 8F, D7 and 69. RGB value is (143,215,105). Sum of RGB (Red+Green+Blue) = 143+215+105=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD769 is #702896. Grayscale: #B5B5B5. Windows color (decimal): -7350423 or 6936463. OLE color: 6936463.
HSL color Cylindrical-coordinate representation of color #8FD769: hue angle of 99.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FD769 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 105 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.16 |
| HSL | 99.27º | 0.58% | 0.63% | - |
| HSV(B) | 99.27º | 0.51% | 0.84% | - |
| XYZ | 38.18 | 55.46 | 22.06 | - |
| YUV | 180.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 105 | 0.33 | 0 | 0.51 | 0.16 | 99.27 | 0.58 | 0.63 |
| Hex | 8F | D7 | 69 | 21 | 0 | 33 | 10 | 63 | 3A | 3F |
| Octal | 217 | 327 | 151 | 41 | 0 | 63 | 20 | 143 | 72 | 77 |
| Binary | 10001111 | 11010111 | 1101001 | 100001 | 0 | 110011 | 10000 | 1100011 | 111010 | 111111 |
Color Harmonies of #8FD769
Complementary color
Monochromatic Colors of #8FD769
Black with #8FD769
Text Example
Text Example
White with #8FD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD769; }
p { color: rgb(143,215,105); }
H1.HeaderClassName
{
color: #8FD769;
}
.AnyTagClassName
{
color: #8FD769;
}
</style>
background-color css
<style>
a { background-color: #8FD769; }
a { background-color: rgb(143,215,105); }
div.DivClassName
{
background-color: #8FD769;
}
.BgClassName
{
background-color: #8FD769;
}
</style>
border-color css
<style>
span { border-color: #8FD769; }
span { border-color: rgb(143,215,105); }
td.TdClassName
{
border-color: #8FD769;
}
.TagClassName
{
border-color: #8FD769;
}
</style>