Shades of Mantis #8FCA65
Tints of Mantis #8FCA65
RGB
CMYK
RGB Variations
Color information
#8FCA65 (or 0x8FCA65) is known color: Mantis. HEX triplet: 8F, CA and 65. RGB value is (143,202,101). Sum of RGB (Red+Green+Blue) = 143+202+101=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA65 is #70359A. Grayscale: #ADADAD. Windows color (decimal): -7353755 or 6670991. OLE color: 6670991.
HSL color Cylindrical-coordinate representation of color #8FCA65: hue angle of 95.05º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FCA65 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 101 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.21 |
| HSL | 95.05º | 0.49% | 0.59% | - |
| HSV(B) | 95.05º | 0.5% | 0.79% | - |
| XYZ | 34.8 | 49.02 | 19.94 | - |
| YUV | 172.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 101 | 0.29 | 0 | 0.50 | 0.21 | 95.05 | 0.49 | 0.59 |
| Hex | 8F | CA | 65 | 1D | 0 | 32 | 15 | 5F | 31 | 3B |
| Octal | 217 | 312 | 145 | 35 | 0 | 62 | 25 | 137 | 61 | 73 |
| Binary | 10001111 | 11001010 | 1100101 | 11101 | 0 | 110010 | 10101 | 1011111 | 110001 | 111011 |
Color Harmonies of #8FCA65
Complementary color
Monochromatic Colors of #8FCA65
Black with #8FCA65
Text Example
Text Example
White with #8FCA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA65; }
p { color: rgb(143,202,101); }
H1.HeaderClassName
{
color: #8FCA65;
}
.AnyTagClassName
{
color: #8FCA65;
}
</style>
background-color css
<style>
a { background-color: #8FCA65; }
a { background-color: rgb(143,202,101); }
div.DivClassName
{
background-color: #8FCA65;
}
.BgClassName
{
background-color: #8FCA65;
}
</style>
border-color css
<style>
span { border-color: #8FCA65; }
span { border-color: rgb(143,202,101); }
td.TdClassName
{
border-color: #8FCA65;
}
.TagClassName
{
border-color: #8FCA65;
}
</style>