Shades of Mantis #8FDA5F
Tints of Mantis #8FDA5F
RGB
CMYK
RGB Variations
Color information
#8FDA5F (or 0x8FDA5F) is known color: Mantis. HEX triplet: 8F, DA and 5F. RGB value is (143,218,95). Sum of RGB (Red+Green+Blue) = 143+218+95=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA5F is #7025A0. Grayscale: #B5B5B5. Windows color (decimal): -7349665 or 6281871. OLE color: 6281871.
HSL color Cylindrical-coordinate representation of color #8FDA5F: hue angle of 96.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FDA5F is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 95 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.15 |
| HSL | 96.59º | 0.62% | 0.61% | - |
| HSV(B) | 96.59º | 0.56% | 0.85% | - |
| XYZ | 38.46 | 56.81 | 19.76 | - |
| YUV | 181.55 | 79.15 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 95 | 0.34 | 0 | 0.56 | 0.15 | 96.59 | 0.62 | 0.61 |
| Hex | 8F | DA | 5F | 22 | 0 | 38 | F | 61 | 3E | 3D |
| Octal | 217 | 332 | 137 | 42 | 0 | 70 | 17 | 141 | 76 | 75 |
| Binary | 10001111 | 11011010 | 1011111 | 100010 | 0 | 111000 | 1111 | 1100001 | 111110 | 111101 |
Color Harmonies of #8FDA5F
Complementary color
Monochromatic Colors of #8FDA5F
Black with #8FDA5F
Text Example
Text Example
White with #8FDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA5F; }
p { color: rgb(143,218,95); }
H1.HeaderClassName
{
color: #8FDA5F;
}
.AnyTagClassName
{
color: #8FDA5F;
}
</style>
background-color css
<style>
a { background-color: #8FDA5F; }
a { background-color: rgb(143,218,95); }
div.DivClassName
{
background-color: #8FDA5F;
}
.BgClassName
{
background-color: #8FDA5F;
}
</style>
border-color css
<style>
span { border-color: #8FDA5F; }
span { border-color: rgb(143,218,95); }
td.TdClassName
{
border-color: #8FDA5F;
}
.TagClassName
{
border-color: #8FDA5F;
}
</style>