Shades of Mantis #8EDF68
Tints of Mantis #8EDF68
RGB
CMYK
RGB Variations
Color information
#8EDF68 (or 0x8EDF68) is known color: Mantis. HEX triplet: 8E, DF and 68. RGB value is (142,223,104). Sum of RGB (Red+Green+Blue) = 142+223+104=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF68 is #712097. Grayscale: #B9B9B9. Windows color (decimal): -7413912 or 6872974. OLE color: 6872974.
HSL color Cylindrical-coordinate representation of color #8EDF68: hue angle of 100.84º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EDF68 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 104 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.13 |
| HSL | 100.84º | 0.65% | 0.64% | - |
| HSV(B) | 100.84º | 0.53% | 0.87% | - |
| XYZ | 40.04 | 59.53 | 22.48 | - |
| YUV | 185.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 104 | 0.36 | 0 | 0.53 | 0.13 | 100.84 | 0.65 | 0.64 |
| Hex | 8E | DF | 68 | 24 | 0 | 35 | D | 65 | 41 | 40 |
| Octal | 216 | 337 | 150 | 44 | 0 | 65 | 15 | 145 | 101 | 100 |
| Binary | 10001110 | 11011111 | 1101000 | 100100 | 0 | 110101 | 1101 | 1100101 | 1000001 | 1000000 |
Color Harmonies of #8EDF68
Complementary color
Monochromatic Colors of #8EDF68
Black with #8EDF68
Text Example
Text Example
White with #8EDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF68; }
p { color: rgb(142,223,104); }
H1.HeaderClassName
{
color: #8EDF68;
}
.AnyTagClassName
{
color: #8EDF68;
}
</style>
background-color css
<style>
a { background-color: #8EDF68; }
a { background-color: rgb(142,223,104); }
div.DivClassName
{
background-color: #8EDF68;
}
.BgClassName
{
background-color: #8EDF68;
}
</style>
border-color css
<style>
span { border-color: #8EDF68; }
span { border-color: rgb(142,223,104); }
td.TdClassName
{
border-color: #8EDF68;
}
.TagClassName
{
border-color: #8EDF68;
}
</style>