Shades of Mantis #8FC45B
Tints of Mantis #8FC45B
RGB
CMYK
RGB Variations
Color information
#8FC45B (or 0x8FC45B) is known color: Mantis. HEX triplet: 8F, C4 and 5B. RGB value is (143,196,91). Sum of RGB (Red+Green+Blue) = 143+196+91=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC45B is #703BA4. Grayscale: #A8A8A8. Windows color (decimal): -7355301 or 6014095. OLE color: 6014095.
HSL color Cylindrical-coordinate representation of color #8FC45B: hue angle of 90.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FC45B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 91 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.23 |
| HSL | 90.29º | 0.47% | 0.56% | - |
| HSV(B) | 90.29º | 0.54% | 0.77% | - |
| XYZ | 32.96 | 46.07 | 17.05 | - |
| YUV | 168.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 91 | 0.27 | 0 | 0.54 | 0.23 | 90.29 | 0.47 | 0.56 |
| Hex | 8F | C4 | 5B | 1B | 0 | 36 | 17 | 5A | 2F | 38 |
| Octal | 217 | 304 | 133 | 33 | 0 | 66 | 27 | 132 | 57 | 70 |
| Binary | 10001111 | 11000100 | 1011011 | 11011 | 0 | 110110 | 10111 | 1011010 | 101111 | 111000 |
Color Harmonies of #8FC45B
Complementary color
Monochromatic Colors of #8FC45B
Black with #8FC45B
Text Example
Text Example
White with #8FC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC45B; }
p { color: rgb(143,196,91); }
H1.HeaderClassName
{
color: #8FC45B;
}
.AnyTagClassName
{
color: #8FC45B;
}
</style>
background-color css
<style>
a { background-color: #8FC45B; }
a { background-color: rgb(143,196,91); }
div.DivClassName
{
background-color: #8FC45B;
}
.BgClassName
{
background-color: #8FC45B;
}
</style>
border-color css
<style>
span { border-color: #8FC45B; }
span { border-color: rgb(143,196,91); }
td.TdClassName
{
border-color: #8FC45B;
}
.TagClassName
{
border-color: #8FC45B;
}
</style>