Shades of Mantis #8FCA68
Tints of Mantis #8FCA68
RGB
CMYK
RGB Variations
Color information
#8FCA68 (or 0x8FCA68) is known color: Mantis. HEX triplet: 8F, CA and 68. RGB value is (143,202,104). Sum of RGB (Red+Green+Blue) = 143+202+104=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA68 is #703597. Grayscale: #ADADAD. Windows color (decimal): -7353752 or 6867599. OLE color: 6867599.
HSL color Cylindrical-coordinate representation of color #8FCA68: hue angle of 96.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FCA68 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 104 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.21 |
| HSL | 96.12º | 0.48% | 0.6% | - |
| HSV(B) | 96.12º | 0.49% | 0.79% | - |
| XYZ | 34.95 | 49.08 | 20.73 | - |
| YUV | 173.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 104 | 0.29 | 0 | 0.49 | 0.21 | 96.12 | 0.48 | 0.6 |
| Hex | 8F | CA | 68 | 1D | 0 | 31 | 15 | 60 | 30 | 3C |
| Octal | 217 | 312 | 150 | 35 | 0 | 61 | 25 | 140 | 60 | 74 |
| Binary | 10001111 | 11001010 | 1101000 | 11101 | 0 | 110001 | 10101 | 1100000 | 110000 | 111100 |
Color Harmonies of #8FCA68
Complementary color
Monochromatic Colors of #8FCA68
Black with #8FCA68
Text Example
Text Example
White with #8FCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA68; }
p { color: rgb(143,202,104); }
H1.HeaderClassName
{
color: #8FCA68;
}
.AnyTagClassName
{
color: #8FCA68;
}
</style>
background-color css
<style>
a { background-color: #8FCA68; }
a { background-color: rgb(143,202,104); }
div.DivClassName
{
background-color: #8FCA68;
}
.BgClassName
{
background-color: #8FCA68;
}
</style>
border-color css
<style>
span { border-color: #8FCA68; }
span { border-color: rgb(143,202,104); }
td.TdClassName
{
border-color: #8FCA68;
}
.TagClassName
{
border-color: #8FCA68;
}
</style>