Shades of Mantis #8FDB68
Tints of Mantis #8FDB68
RGB
CMYK
RGB Variations
Color information
#8FDB68 (or 0x8FDB68) is known color: Mantis. HEX triplet: 8F, DB and 68. RGB value is (143,219,104). Sum of RGB (Red+Green+Blue) = 143+219+104=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB68 is #702497. Grayscale: #B7B7B7. Windows color (decimal): -7349400 or 6871951. OLE color: 6871951.
HSL color Cylindrical-coordinate representation of color #8FDB68: hue angle of 99.65º degrees, saturation: 0.61, 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 #8FDB68 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 104 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.14 |
| HSL | 99.65º | 0.61% | 0.63% | - |
| HSV(B) | 99.65º | 0.53% | 0.86% | - |
| XYZ | 39.16 | 57.5 | 22.13 | - |
| YUV | 183.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 104 | 0.35 | 0 | 0.53 | 0.14 | 99.65 | 0.61 | 0.63 |
| Hex | 8F | DB | 68 | 23 | 0 | 35 | E | 64 | 3D | 3F |
| Octal | 217 | 333 | 150 | 43 | 0 | 65 | 16 | 144 | 75 | 77 |
| Binary | 10001111 | 11011011 | 1101000 | 100011 | 0 | 110101 | 1110 | 1100100 | 111101 | 111111 |
Color Harmonies of #8FDB68
Complementary color
Monochromatic Colors of #8FDB68
Black with #8FDB68
Text Example
Text Example
White with #8FDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB68; }
p { color: rgb(143,219,104); }
H1.HeaderClassName
{
color: #8FDB68;
}
.AnyTagClassName
{
color: #8FDB68;
}
</style>
background-color css
<style>
a { background-color: #8FDB68; }
a { background-color: rgb(143,219,104); }
div.DivClassName
{
background-color: #8FDB68;
}
.BgClassName
{
background-color: #8FDB68;
}
</style>
border-color css
<style>
span { border-color: #8FDB68; }
span { border-color: rgb(143,219,104); }
td.TdClassName
{
border-color: #8FDB68;
}
.TagClassName
{
border-color: #8FDB68;
}
</style>