Shades of Mantis #8FC768
Tints of Mantis #8FC768
RGB
CMYK
RGB Variations
Color information
#8FC768 (or 0x8FC768) is known color: Mantis. HEX triplet: 8F, C7 and 68. RGB value is (143,199,104). Sum of RGB (Red+Green+Blue) = 143+199+104=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC768 is #703897. Grayscale: #ABABAB. Windows color (decimal): -7354520 or 6866831. OLE color: 6866831.
HSL color Cylindrical-coordinate representation of color #8FC768: hue angle of 95.37º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FC768 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 104 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.22 |
| HSL | 95.37º | 0.46% | 0.59% | - |
| HSV(B) | 95.37º | 0.48% | 0.78% | - |
| XYZ | 34.25 | 47.69 | 20.5 | - |
| YUV | 171.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 104 | 0.28 | 0 | 0.48 | 0.22 | 95.37 | 0.46 | 0.59 |
| Hex | 8F | C7 | 68 | 1C | 0 | 30 | 16 | 5F | 2E | 3B |
| Octal | 217 | 307 | 150 | 34 | 0 | 60 | 26 | 137 | 56 | 73 |
| Binary | 10001111 | 11000111 | 1101000 | 11100 | 0 | 110000 | 10110 | 1011111 | 101110 | 111011 |
Color Harmonies of #8FC768
Complementary color
Monochromatic Colors of #8FC768
Black with #8FC768
Text Example
Text Example
White with #8FC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC768; }
p { color: rgb(143,199,104); }
H1.HeaderClassName
{
color: #8FC768;
}
.AnyTagClassName
{
color: #8FC768;
}
</style>
background-color css
<style>
a { background-color: #8FC768; }
a { background-color: rgb(143,199,104); }
div.DivClassName
{
background-color: #8FC768;
}
.BgClassName
{
background-color: #8FC768;
}
</style>
border-color css
<style>
span { border-color: #8FC768; }
span { border-color: rgb(143,199,104); }
td.TdClassName
{
border-color: #8FC768;
}
.TagClassName
{
border-color: #8FC768;
}
</style>