Shades of Mantis #8DBF62
Tints of Mantis #8DBF62
RGB
CMYK
RGB Variations
Color information
#8DBF62 (or 0x8DBF62) is known color: Mantis. HEX triplet: 8D, BF and 62. RGB value is (141,191,98). Sum of RGB (Red+Green+Blue) = 141+191+98=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF62 is #72409D. Grayscale: #A5A5A5. Windows color (decimal): -7487646 or 6471565. OLE color: 6471565.
HSL color Cylindrical-coordinate representation of color #8DBF62: hue angle of 92.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DBF62 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 98 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.25 |
| HSL | 92.26º | 0.42% | 0.57% | - |
| HSV(B) | 92.26º | 0.49% | 0.75% | - |
| XYZ | 31.82 | 43.81 | 18.33 | - |
| YUV | 165.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 98 | 0.26 | 0 | 0.49 | 0.25 | 92.26 | 0.42 | 0.57 |
| Hex | 8D | BF | 62 | 1A | 0 | 31 | 19 | 5C | 2A | 39 |
| Octal | 215 | 277 | 142 | 32 | 0 | 61 | 31 | 134 | 52 | 71 |
| Binary | 10001101 | 10111111 | 1100010 | 11010 | 0 | 110001 | 11001 | 1011100 | 101010 | 111001 |
Color Harmonies of #8DBF62
Complementary color
Monochromatic Colors of #8DBF62
Black with #8DBF62
Text Example
Text Example
White with #8DBF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF62; }
p { color: rgb(141,191,98); }
H1.HeaderClassName
{
color: #8DBF62;
}
.AnyTagClassName
{
color: #8DBF62;
}
</style>
background-color css
<style>
a { background-color: #8DBF62; }
a { background-color: rgb(141,191,98); }
div.DivClassName
{
background-color: #8DBF62;
}
.BgClassName
{
background-color: #8DBF62;
}
</style>
border-color css
<style>
span { border-color: #8DBF62; }
span { border-color: rgb(141,191,98); }
td.TdClassName
{
border-color: #8DBF62;
}
.TagClassName
{
border-color: #8DBF62;
}
</style>