Shades of Mantis #8DBE60
Tints of Mantis #8DBE60
RGB
CMYK
RGB Variations
Color information
#8DBE60 (or 0x8DBE60) is known color: Mantis. HEX triplet: 8D, BE and 60. RGB value is (141,190,96). Sum of RGB (Red+Green+Blue) = 141+190+96=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE60 is #72419F. Grayscale: #A4A4A4. Windows color (decimal): -7487904 or 6340237. OLE color: 6340237.
HSL color Cylindrical-coordinate representation of color #8DBE60: hue angle of 91.28º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DBE60 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 96 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.25 |
| HSL | 91.28º | 0.42% | 0.56% | - |
| HSV(B) | 91.28º | 0.49% | 0.75% | - |
| XYZ | 31.51 | 43.33 | 17.77 | - |
| YUV | 164.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 96 | 0.26 | 0 | 0.49 | 0.25 | 91.28 | 0.42 | 0.56 |
| Hex | 8D | BE | 60 | 1A | 0 | 31 | 19 | 5B | 2A | 38 |
| Octal | 215 | 276 | 140 | 32 | 0 | 61 | 31 | 133 | 52 | 70 |
| Binary | 10001101 | 10111110 | 1100000 | 11010 | 0 | 110001 | 11001 | 1011011 | 101010 | 111000 |
Color Harmonies of #8DBE60
Complementary color
Monochromatic Colors of #8DBE60
Black with #8DBE60
Text Example
Text Example
White with #8DBE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE60; }
p { color: rgb(141,190,96); }
H1.HeaderClassName
{
color: #8DBE60;
}
.AnyTagClassName
{
color: #8DBE60;
}
</style>
background-color css
<style>
a { background-color: #8DBE60; }
a { background-color: rgb(141,190,96); }
div.DivClassName
{
background-color: #8DBE60;
}
.BgClassName
{
background-color: #8DBE60;
}
</style>
border-color css
<style>
span { border-color: #8DBE60; }
span { border-color: rgb(141,190,96); }
td.TdClassName
{
border-color: #8DBE60;
}
.TagClassName
{
border-color: #8DBE60;
}
</style>