Shades of Mantis #8FE75B
Tints of Mantis #8FE75B
RGB
CMYK
RGB Variations
Color information
#8FE75B (or 0x8FE75B) is known color: Mantis. HEX triplet: 8F, E7 and 5B. RGB value is (143,231,91). Sum of RGB (Red+Green+Blue) = 143+231+91=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE75B is #7018A4. Grayscale: #BDBDBD. Windows color (decimal): -7346341 or 6023055. OLE color: 6023055.
HSL color Cylindrical-coordinate representation of color #8FE75B: hue angle of 97.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FE75B is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 91 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.09 |
| HSL | 97.71º | 0.74% | 0.63% | - |
| HSV(B) | 97.71º | 0.61% | 0.91% | - |
| XYZ | 41.79 | 63.75 | 20 | - |
| YUV | 188.73 | 72.85 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 91 | 0.38 | 0 | 0.61 | 0.09 | 97.71 | 0.74 | 0.63 |
| Hex | 8F | E7 | 5B | 26 | 0 | 3D | 9 | 62 | 4A | 3F |
| Octal | 217 | 347 | 133 | 46 | 0 | 75 | 11 | 142 | 112 | 77 |
| Binary | 10001111 | 11100111 | 1011011 | 100110 | 0 | 111101 | 1001 | 1100010 | 1001010 | 111111 |
Color Harmonies of #8FE75B
Complementary color
Monochromatic Colors of #8FE75B
Black with #8FE75B
Text Example
Text Example
White with #8FE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE75B; }
p { color: rgb(143,231,91); }
H1.HeaderClassName
{
color: #8FE75B;
}
.AnyTagClassName
{
color: #8FE75B;
}
</style>
background-color css
<style>
a { background-color: #8FE75B; }
a { background-color: rgb(143,231,91); }
div.DivClassName
{
background-color: #8FE75B;
}
.BgClassName
{
background-color: #8FE75B;
}
</style>
border-color css
<style>
span { border-color: #8FE75B; }
span { border-color: rgb(143,231,91); }
td.TdClassName
{
border-color: #8FE75B;
}
.TagClassName
{
border-color: #8FE75B;
}
</style>