Shades of Mantis #8BD465
Tints of Mantis #8BD465
RGB
CMYK
RGB Variations
Color information
#8BD465 (or 0x8BD465) is known color: Mantis. HEX triplet: 8B, D4 and 65. RGB value is (139,212,101). Sum of RGB (Red+Green+Blue) = 139+212+101=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD465 is #742B9A. Grayscale: #B1B1B1. Windows color (decimal): -7613339 or 6673547. OLE color: 6673547.
HSL color Cylindrical-coordinate representation of color #8BD465: hue angle of 99.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BD465 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 101 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.17 |
| HSL | 99.46º | 0.56% | 0.61% | - |
| HSV(B) | 99.46º | 0.52% | 0.83% | - |
| XYZ | 36.54 | 53.52 | 20.72 | - |
| YUV | 177.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 101 | 0.34 | 0 | 0.52 | 0.17 | 99.46 | 0.56 | 0.61 |
| Hex | 8B | D4 | 65 | 22 | 0 | 34 | 11 | 63 | 38 | 3D |
| Octal | 213 | 324 | 145 | 42 | 0 | 64 | 21 | 143 | 70 | 75 |
| Binary | 10001011 | 11010100 | 1100101 | 100010 | 0 | 110100 | 10001 | 1100011 | 111000 | 111101 |
Color Harmonies of #8BD465
Complementary color
Monochromatic Colors of #8BD465
Black with #8BD465
Text Example
Text Example
White with #8BD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD465; }
p { color: rgb(139,212,101); }
H1.HeaderClassName
{
color: #8BD465;
}
.AnyTagClassName
{
color: #8BD465;
}
</style>
background-color css
<style>
a { background-color: #8BD465; }
a { background-color: rgb(139,212,101); }
div.DivClassName
{
background-color: #8BD465;
}
.BgClassName
{
background-color: #8BD465;
}
</style>
border-color css
<style>
span { border-color: #8BD465; }
span { border-color: rgb(139,212,101); }
td.TdClassName
{
border-color: #8BD465;
}
.TagClassName
{
border-color: #8BD465;
}
</style>