Shades of Mantis #8FC450
Tints of Mantis #8FC450
RGB
CMYK
RGB Variations
Color information
#8FC450 (or 0x8FC450) is known color: Mantis. HEX triplet: 8F, C4 and 50. RGB value is (143,196,80). Sum of RGB (Red+Green+Blue) = 143+196+80=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC450 is #703BAF. Grayscale: #A7A7A7. Windows color (decimal): -7355312 or 5293199. OLE color: 5293199.
HSL color Cylindrical-coordinate representation of color #8FC450: hue angle of 87.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FC450 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 80 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.23 |
| HSL | 87.41º | 0.5% | 0.54% | - |
| HSV(B) | 87.41º | 0.59% | 0.77% | - |
| XYZ | 32.52 | 45.9 | 14.74 | - |
| YUV | 166.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 80 | 0.27 | 0 | 0.59 | 0.23 | 87.41 | 0.5 | 0.54 |
| Hex | 8F | C4 | 50 | 1B | 0 | 3B | 17 | 57 | 32 | 36 |
| Octal | 217 | 304 | 120 | 33 | 0 | 73 | 27 | 127 | 62 | 66 |
| Binary | 10001111 | 11000100 | 1010000 | 11011 | 0 | 111011 | 10111 | 1010111 | 110010 | 110110 |
Color Harmonies of #8FC450
Complementary color
Monochromatic Colors of #8FC450
Black with #8FC450
Text Example
Text Example
White with #8FC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC450; }
p { color: rgb(143,196,80); }
H1.HeaderClassName
{
color: #8FC450;
}
.AnyTagClassName
{
color: #8FC450;
}
</style>
background-color css
<style>
a { background-color: #8FC450; }
a { background-color: rgb(143,196,80); }
div.DivClassName
{
background-color: #8FC450;
}
.BgClassName
{
background-color: #8FC450;
}
</style>
border-color css
<style>
span { border-color: #8FC450; }
span { border-color: rgb(143,196,80); }
td.TdClassName
{
border-color: #8FC450;
}
.TagClassName
{
border-color: #8FC450;
}
</style>