Shades of Mantis #8FC266
Tints of Mantis #8FC266
RGB
CMYK
RGB Variations
Color information
#8FC266 (or 0x8FC266) is known color: Mantis. HEX triplet: 8F, C2 and 66. RGB value is (143,194,102). Sum of RGB (Red+Green+Blue) = 143+194+102=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC266 is #703D99. Grayscale: #A8A8A8. Windows color (decimal): -7355802 or 6734479. OLE color: 6734479.
HSL color Cylindrical-coordinate representation of color #8FC266: hue angle of 93.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FC266 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 102 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.24 |
| HSL | 93.26º | 0.43% | 0.58% | - |
| HSV(B) | 93.26º | 0.47% | 0.76% | - |
| XYZ | 33.02 | 45.38 | 19.59 | - |
| YUV | 168.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 102 | 0.26 | 0 | 0.47 | 0.24 | 93.26 | 0.43 | 0.58 |
| Hex | 8F | C2 | 66 | 1A | 0 | 2F | 18 | 5D | 2B | 3A |
| Octal | 217 | 302 | 146 | 32 | 0 | 57 | 30 | 135 | 53 | 72 |
| Binary | 10001111 | 11000010 | 1100110 | 11010 | 0 | 101111 | 11000 | 1011101 | 101011 | 111010 |
Color Harmonies of #8FC266
Complementary color
Monochromatic Colors of #8FC266
Black with #8FC266
Text Example
Text Example
White with #8FC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC266; }
p { color: rgb(143,194,102); }
H1.HeaderClassName
{
color: #8FC266;
}
.AnyTagClassName
{
color: #8FC266;
}
</style>
background-color css
<style>
a { background-color: #8FC266; }
a { background-color: rgb(143,194,102); }
div.DivClassName
{
background-color: #8FC266;
}
.BgClassName
{
background-color: #8FC266;
}
</style>
border-color css
<style>
span { border-color: #8FC266; }
span { border-color: rgb(143,194,102); }
td.TdClassName
{
border-color: #8FC266;
}
.TagClassName
{
border-color: #8FC266;
}
</style>