Shades of Mantis #8DDE5F
Tints of Mantis #8DDE5F
RGB
CMYK
RGB Variations
Color information
#8DDE5F (or 0x8DDE5F) is known color: Mantis. HEX triplet: 8D, DE and 5F. RGB value is (141,222,95). Sum of RGB (Red+Green+Blue) = 141+222+95=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDE5F is #7221A0. Grayscale: #B7B7B7. Windows color (decimal): -7479713 or 6282893. OLE color: 6282893.
HSL color Cylindrical-coordinate representation of color #8DDE5F: hue angle of 98.27º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DDE5F is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 95 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.13 |
| HSL | 98.27º | 0.66% | 0.62% | - |
| HSV(B) | 98.27º | 0.57% | 0.87% | - |
| XYZ | 39.17 | 58.73 | 20.1 | - |
| YUV | 183.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 95 | 0.36 | 0 | 0.57 | 0.13 | 98.27 | 0.66 | 0.62 |
| Hex | 8D | DE | 5F | 24 | 0 | 39 | D | 62 | 42 | 3E |
| Octal | 215 | 336 | 137 | 44 | 0 | 71 | 15 | 142 | 102 | 76 |
| Binary | 10001101 | 11011110 | 1011111 | 100100 | 0 | 111001 | 1101 | 1100010 | 1000010 | 111110 |
Color Harmonies of #8DDE5F
Complementary color
Monochromatic Colors of #8DDE5F
Black with #8DDE5F
Text Example
Text Example
White with #8DDE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE5F; }
p { color: rgb(141,222,95); }
H1.HeaderClassName
{
color: #8DDE5F;
}
.AnyTagClassName
{
color: #8DDE5F;
}
</style>
background-color css
<style>
a { background-color: #8DDE5F; }
a { background-color: rgb(141,222,95); }
div.DivClassName
{
background-color: #8DDE5F;
}
.BgClassName
{
background-color: #8DDE5F;
}
</style>
border-color css
<style>
span { border-color: #8DDE5F; }
span { border-color: rgb(141,222,95); }
td.TdClassName
{
border-color: #8DDE5F;
}
.TagClassName
{
border-color: #8DDE5F;
}
</style>