Shades of Mantis #8BDD61
Tints of Mantis #8BDD61
RGB
CMYK
RGB Variations
Color information
#8BDD61 (or 0x8BDD61) is known color: Mantis. HEX triplet: 8B, DD and 61. RGB value is (139,221,97). Sum of RGB (Red+Green+Blue) = 139+221+97=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD61 is #74229E. Grayscale: #B6B6B6. Windows color (decimal): -7611039 or 6413707. OLE color: 6413707.
HSL color Cylindrical-coordinate representation of color #8BDD61: hue angle of 99.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BDD61 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 97 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.13 |
| HSL | 99.68º | 0.65% | 0.62% | - |
| HSV(B) | 99.68º | 0.56% | 0.87% | - |
| XYZ | 38.66 | 58.06 | 20.48 | - |
| YUV | 182.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 97 | 0.37 | 0 | 0.56 | 0.13 | 99.68 | 0.65 | 0.62 |
| Hex | 8B | DD | 61 | 25 | 0 | 38 | D | 64 | 41 | 3E |
| Octal | 213 | 335 | 141 | 45 | 0 | 70 | 15 | 144 | 101 | 76 |
| Binary | 10001011 | 11011101 | 1100001 | 100101 | 0 | 111000 | 1101 | 1100100 | 1000001 | 111110 |
Color Harmonies of #8BDD61
Complementary color
Monochromatic Colors of #8BDD61
Black with #8BDD61
Text Example
Text Example
White with #8BDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD61; }
p { color: rgb(139,221,97); }
H1.HeaderClassName
{
color: #8BDD61;
}
.AnyTagClassName
{
color: #8BDD61;
}
</style>
background-color css
<style>
a { background-color: #8BDD61; }
a { background-color: rgb(139,221,97); }
div.DivClassName
{
background-color: #8BDD61;
}
.BgClassName
{
background-color: #8BDD61;
}
</style>
border-color css
<style>
span { border-color: #8BDD61; }
span { border-color: rgb(139,221,97); }
td.TdClassName
{
border-color: #8BDD61;
}
.TagClassName
{
border-color: #8BDD61;
}
</style>