Shades of Mantis #8FED5D
Tints of Mantis #8FED5D
RGB
CMYK
RGB Variations
Color information
#8FED5D (or 0x8FED5D) is known color: Mantis. HEX triplet: 8F, ED and 5D. RGB value is (143,237,93). Sum of RGB (Red+Green+Blue) = 143+237+93=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FED5D is #7012A2. Grayscale: #C0C0C0. Windows color (decimal): -7344803 or 6155663. OLE color: 6155663.
HSL color Cylindrical-coordinate representation of color #8FED5D: hue angle of 99.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FED5D is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 93 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.07 |
| HSL | 99.17º | 0.8% | 0.65% | - |
| HSV(B) | 99.17º | 0.61% | 0.93% | - |
| XYZ | 43.59 | 67.2 | 21.03 | - |
| YUV | 192.48 | 71.86 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 93 | 0.40 | 0 | 0.61 | 0.07 | 99.17 | 0.8 | 0.65 |
| Hex | 8F | ED | 5D | 28 | 0 | 3D | 7 | 63 | 50 | 41 |
| Octal | 217 | 355 | 135 | 50 | 0 | 75 | 7 | 143 | 120 | 101 |
| Binary | 10001111 | 11101101 | 1011101 | 101000 | 0 | 111101 | 111 | 1100011 | 1010000 | 1000001 |
Color Harmonies of #8FED5D
Complementary color
Monochromatic Colors of #8FED5D
Black with #8FED5D
Text Example
Text Example
White with #8FED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED5D; }
p { color: rgb(143,237,93); }
H1.HeaderClassName
{
color: #8FED5D;
}
.AnyTagClassName
{
color: #8FED5D;
}
</style>
background-color css
<style>
a { background-color: #8FED5D; }
a { background-color: rgb(143,237,93); }
div.DivClassName
{
background-color: #8FED5D;
}
.BgClassName
{
background-color: #8FED5D;
}
</style>
border-color css
<style>
span { border-color: #8FED5D; }
span { border-color: rgb(143,237,93); }
td.TdClassName
{
border-color: #8FED5D;
}
.TagClassName
{
border-color: #8FED5D;
}
</style>