Shades of Mantis #8FC368
Tints of Mantis #8FC368
RGB
CMYK
RGB Variations
Color information
#8FC368 (or 0x8FC368) is known color: Mantis. HEX triplet: 8F, C3 and 68. RGB value is (143,195,104). Sum of RGB (Red+Green+Blue) = 143+195+104=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC368 is #703C97. Grayscale: #A9A9A9. Windows color (decimal): -7355544 or 6865807. OLE color: 6865807.
HSL color Cylindrical-coordinate representation of color #8FC368: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FC368 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 104 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.24 |
| HSL | 94.29º | 0.43% | 0.59% | - |
| HSV(B) | 94.29º | 0.47% | 0.76% | - |
| XYZ | 33.34 | 45.87 | 20.19 | - |
| YUV | 169.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 104 | 0.27 | 0 | 0.47 | 0.24 | 94.29 | 0.43 | 0.59 |
| Hex | 8F | C3 | 68 | 1B | 0 | 2F | 18 | 5E | 2B | 3B |
| Octal | 217 | 303 | 150 | 33 | 0 | 57 | 30 | 136 | 53 | 73 |
| Binary | 10001111 | 11000011 | 1101000 | 11011 | 0 | 101111 | 11000 | 1011110 | 101011 | 111011 |
Color Harmonies of #8FC368
Complementary color
Monochromatic Colors of #8FC368
Black with #8FC368
Text Example
Text Example
White with #8FC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC368; }
p { color: rgb(143,195,104); }
H1.HeaderClassName
{
color: #8FC368;
}
.AnyTagClassName
{
color: #8FC368;
}
</style>
background-color css
<style>
a { background-color: #8FC368; }
a { background-color: rgb(143,195,104); }
div.DivClassName
{
background-color: #8FC368;
}
.BgClassName
{
background-color: #8FC368;
}
</style>
border-color css
<style>
span { border-color: #8FC368; }
span { border-color: rgb(143,195,104); }
td.TdClassName
{
border-color: #8FC368;
}
.TagClassName
{
border-color: #8FC368;
}
</style>