Shades of Mantis #8DBF6A
Tints of Mantis #8DBF6A
RGB
CMYK
RGB Variations
Color information
#8DBF6A (or 0x8DBF6A) is known color: Mantis. HEX triplet: 8D, BF and 6A. RGB value is (141,191,106). Sum of RGB (Red+Green+Blue) = 141+191+106=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF6A is #724095. Grayscale: #A6A6A6. Windows color (decimal): -7487638 or 6995853. OLE color: 6995853.
HSL color Cylindrical-coordinate representation of color #8DBF6A: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBF6A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 106 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.25 |
| HSL | 95.29º | 0.4% | 0.58% | - |
| HSV(B) | 95.29º | 0.45% | 0.75% | - |
| XYZ | 32.22 | 43.96 | 20.42 | - |
| YUV | 166.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 106 | 0.26 | 0 | 0.45 | 0.25 | 95.29 | 0.4 | 0.58 |
| Hex | 8D | BF | 6A | 1A | 0 | 2D | 19 | 5F | 28 | 3A |
| Octal | 215 | 277 | 152 | 32 | 0 | 55 | 31 | 137 | 50 | 72 |
| Binary | 10001101 | 10111111 | 1101010 | 11010 | 0 | 101101 | 11001 | 1011111 | 101000 | 111010 |
Color Harmonies of #8DBF6A
Complementary color
Monochromatic Colors of #8DBF6A
Black with #8DBF6A
Text Example
Text Example
White with #8DBF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF6A; }
p { color: rgb(141,191,106); }
H1.HeaderClassName
{
color: #8DBF6A;
}
.AnyTagClassName
{
color: #8DBF6A;
}
</style>
background-color css
<style>
a { background-color: #8DBF6A; }
a { background-color: rgb(141,191,106); }
div.DivClassName
{
background-color: #8DBF6A;
}
.BgClassName
{
background-color: #8DBF6A;
}
</style>
border-color css
<style>
span { border-color: #8DBF6A; }
span { border-color: rgb(141,191,106); }
td.TdClassName
{
border-color: #8DBF6A;
}
.TagClassName
{
border-color: #8DBF6A;
}
</style>