Shades of Mantis #8BD65D
Tints of Mantis #8BD65D
RGB
CMYK
RGB Variations
Color information
#8BD65D (or 0x8BD65D) is known color: Mantis. HEX triplet: 8B, D6 and 5D. RGB value is (139,214,93). Sum of RGB (Red+Green+Blue) = 139+214+93=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD65D is #7429A2. Grayscale: #B2B2B2. Windows color (decimal): -7612835 or 6149771. OLE color: 6149771.
HSL color Cylindrical-coordinate representation of color #8BD65D: hue angle of 97.19º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BD65D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 93 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.16 |
| HSL | 97.19º | 0.6% | 0.6% | - |
| HSV(B) | 97.19º | 0.57% | 0.84% | - |
| XYZ | 36.67 | 54.37 | 18.92 | - |
| YUV | 177.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 93 | 0.35 | 0 | 0.57 | 0.16 | 97.19 | 0.6 | 0.6 |
| Hex | 8B | D6 | 5D | 23 | 0 | 39 | 10 | 61 | 3C | 3C |
| Octal | 213 | 326 | 135 | 43 | 0 | 71 | 20 | 141 | 74 | 74 |
| Binary | 10001011 | 11010110 | 1011101 | 100011 | 0 | 111001 | 10000 | 1100001 | 111100 | 111100 |
Color Harmonies of #8BD65D
Complementary color
Monochromatic Colors of #8BD65D
Black with #8BD65D
Text Example
Text Example
White with #8BD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD65D; }
p { color: rgb(139,214,93); }
H1.HeaderClassName
{
color: #8BD65D;
}
.AnyTagClassName
{
color: #8BD65D;
}
</style>
background-color css
<style>
a { background-color: #8BD65D; }
a { background-color: rgb(139,214,93); }
div.DivClassName
{
background-color: #8BD65D;
}
.BgClassName
{
background-color: #8BD65D;
}
</style>
border-color css
<style>
span { border-color: #8BD65D; }
span { border-color: rgb(139,214,93); }
td.TdClassName
{
border-color: #8BD65D;
}
.TagClassName
{
border-color: #8BD65D;
}
</style>