Shades of Mantis #8FDC67
Tints of Mantis #8FDC67
RGB
CMYK
RGB Variations
Color information
#8FDC67 (or 0x8FDC67) is known color: Mantis. HEX triplet: 8F, DC and 67. RGB value is (143,220,103). Sum of RGB (Red+Green+Blue) = 143+220+103=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC67 is #702398. Grayscale: #B8B8B8. Windows color (decimal): -7349145 or 6806671. OLE color: 6806671.
HSL color Cylindrical-coordinate representation of color #8FDC67: hue angle of 99.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FDC67 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 103 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.14 |
| HSL | 99.49º | 0.63% | 0.63% | - |
| HSV(B) | 99.49º | 0.53% | 0.86% | - |
| XYZ | 39.37 | 58.01 | 21.95 | - |
| YUV | 183.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 103 | 0.35 | 0 | 0.53 | 0.14 | 99.49 | 0.63 | 0.63 |
| Hex | 8F | DC | 67 | 23 | 0 | 35 | E | 63 | 3F | 3F |
| Octal | 217 | 334 | 147 | 43 | 0 | 65 | 16 | 143 | 77 | 77 |
| Binary | 10001111 | 11011100 | 1100111 | 100011 | 0 | 110101 | 1110 | 1100011 | 111111 | 111111 |
Color Harmonies of #8FDC67
Complementary color
Monochromatic Colors of #8FDC67
Black with #8FDC67
Text Example
Text Example
White with #8FDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC67; }
p { color: rgb(143,220,103); }
H1.HeaderClassName
{
color: #8FDC67;
}
.AnyTagClassName
{
color: #8FDC67;
}
</style>
background-color css
<style>
a { background-color: #8FDC67; }
a { background-color: rgb(143,220,103); }
div.DivClassName
{
background-color: #8FDC67;
}
.BgClassName
{
background-color: #8FDC67;
}
</style>
border-color css
<style>
span { border-color: #8FDC67; }
span { border-color: rgb(143,220,103); }
td.TdClassName
{
border-color: #8FDC67;
}
.TagClassName
{
border-color: #8FDC67;
}
</style>