Shades of Mantis #8BD85B
Tints of Mantis #8BD85B
RGB
CMYK
RGB Variations
Color information
#8BD85B (or 0x8BD85B) is known color: Mantis. HEX triplet: 8B, D8 and 5B. RGB value is (139,216,91). Sum of RGB (Red+Green+Blue) = 139+216+91=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD85B is #7427A4. Grayscale: #B3B3B3. Windows color (decimal): -7612325 or 6019211. OLE color: 6019211.
HSL color Cylindrical-coordinate representation of color #8BD85B: hue angle of 96.96º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BD85B is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 91 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.15 |
| HSL | 96.96º | 0.62% | 0.6% | - |
| HSV(B) | 96.96º | 0.58% | 0.85% | - |
| XYZ | 37.09 | 55.36 | 18.63 | - |
| YUV | 178.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 91 | 0.36 | 0 | 0.58 | 0.15 | 96.96 | 0.62 | 0.6 |
| Hex | 8B | D8 | 5B | 24 | 0 | 3A | F | 61 | 3E | 3C |
| Octal | 213 | 330 | 133 | 44 | 0 | 72 | 17 | 141 | 76 | 74 |
| Binary | 10001011 | 11011000 | 1011011 | 100100 | 0 | 111010 | 1111 | 1100001 | 111110 | 111100 |
Color Harmonies of #8BD85B
Complementary color
Monochromatic Colors of #8BD85B
Black with #8BD85B
Text Example
Text Example
White with #8BD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD85B; }
p { color: rgb(139,216,91); }
H1.HeaderClassName
{
color: #8BD85B;
}
.AnyTagClassName
{
color: #8BD85B;
}
</style>
background-color css
<style>
a { background-color: #8BD85B; }
a { background-color: rgb(139,216,91); }
div.DivClassName
{
background-color: #8BD85B;
}
.BgClassName
{
background-color: #8BD85B;
}
</style>
border-color css
<style>
span { border-color: #8BD85B; }
span { border-color: rgb(139,216,91); }
td.TdClassName
{
border-color: #8BD85B;
}
.TagClassName
{
border-color: #8BD85B;
}
</style>