Shades of Mantis #8FDA5A
Tints of Mantis #8FDA5A
RGB
CMYK
RGB Variations
Color information
#8FDA5A (or 0x8FDA5A) is known color: Mantis. HEX triplet: 8F, DA and 5A. RGB value is (143,218,90). Sum of RGB (Red+Green+Blue) = 143+218+90=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA5A is #7025A5. Grayscale: #B5B5B5. Windows color (decimal): -7349670 or 5954191. OLE color: 5954191.
HSL color Cylindrical-coordinate representation of color #8FDA5A: hue angle of 95.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FDA5A is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 90 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.15 |
| HSL | 95.16º | 0.63% | 0.6% | - |
| HSV(B) | 95.16º | 0.59% | 0.85% | - |
| XYZ | 38.24 | 56.72 | 18.61 | - |
| YUV | 180.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 90 | 0.34 | 0 | 0.59 | 0.15 | 95.16 | 0.63 | 0.6 |
| Hex | 8F | DA | 5A | 22 | 0 | 3B | F | 5F | 3F | 3C |
| Octal | 217 | 332 | 132 | 42 | 0 | 73 | 17 | 137 | 77 | 74 |
| Binary | 10001111 | 11011010 | 1011010 | 100010 | 0 | 111011 | 1111 | 1011111 | 111111 | 111100 |
Color Harmonies of #8FDA5A
Complementary color
Monochromatic Colors of #8FDA5A
Black with #8FDA5A
Text Example
Text Example
White with #8FDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA5A; }
p { color: rgb(143,218,90); }
H1.HeaderClassName
{
color: #8FDA5A;
}
.AnyTagClassName
{
color: #8FDA5A;
}
</style>
background-color css
<style>
a { background-color: #8FDA5A; }
a { background-color: rgb(143,218,90); }
div.DivClassName
{
background-color: #8FDA5A;
}
.BgClassName
{
background-color: #8FDA5A;
}
</style>
border-color css
<style>
span { border-color: #8FDA5A; }
span { border-color: rgb(143,218,90); }
td.TdClassName
{
border-color: #8FDA5A;
}
.TagClassName
{
border-color: #8FDA5A;
}
</style>