Shades of Mantis #8FD066
Tints of Mantis #8FD066
RGB
CMYK
RGB Variations
Color information
#8FD066 (or 0x8FD066) is known color: Mantis. HEX triplet: 8F, D0 and 66. RGB value is (143,208,102). Sum of RGB (Red+Green+Blue) = 143+208+102=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD066 is #702F99. Grayscale: #B0B0B0. Windows color (decimal): -7352218 or 6738063. OLE color: 6738063.
HSL color Cylindrical-coordinate representation of color #8FD066: hue angle of 96.79º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FD066 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 102 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.18 |
| HSL | 96.79º | 0.53% | 0.61% | - |
| HSV(B) | 96.79º | 0.51% | 0.82% | - |
| XYZ | 36.28 | 51.91 | 20.68 | - |
| YUV | 176.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 102 | 0.31 | 0 | 0.51 | 0.18 | 96.79 | 0.53 | 0.61 |
| Hex | 8F | D0 | 66 | 1F | 0 | 33 | 12 | 61 | 35 | 3D |
| Octal | 217 | 320 | 146 | 37 | 0 | 63 | 22 | 141 | 65 | 75 |
| Binary | 10001111 | 11010000 | 1100110 | 11111 | 0 | 110011 | 10010 | 1100001 | 110101 | 111101 |
Color Harmonies of #8FD066
Complementary color
Monochromatic Colors of #8FD066
Black with #8FD066
Text Example
Text Example
White with #8FD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD066; }
p { color: rgb(143,208,102); }
H1.HeaderClassName
{
color: #8FD066;
}
.AnyTagClassName
{
color: #8FD066;
}
</style>
background-color css
<style>
a { background-color: #8FD066; }
a { background-color: rgb(143,208,102); }
div.DivClassName
{
background-color: #8FD066;
}
.BgClassName
{
background-color: #8FD066;
}
</style>
border-color css
<style>
span { border-color: #8FD066; }
span { border-color: rgb(143,208,102); }
td.TdClassName
{
border-color: #8FD066;
}
.TagClassName
{
border-color: #8FD066;
}
</style>