Shades of Mantis #8BD34D
Tints of Mantis #8BD34D
RGB
CMYK
RGB Variations
Color information
#8BD34D (or 0x8BD34D) is known color: Mantis. HEX triplet: 8B, D3 and 4D. RGB value is (139,211,77). Sum of RGB (Red+Green+Blue) = 139+211+77=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD34D is #742CB2. Grayscale: #AEAEAE. Windows color (decimal): -7613619 or 5100427. OLE color: 5100427.
HSL color Cylindrical-coordinate representation of color #8BD34D: hue angle of 92.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BD34D is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 77 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.17 |
| HSL | 92.24º | 0.6% | 0.56% | - |
| HSV(B) | 92.24º | 0.64% | 0.83% | - |
| XYZ | 35.28 | 52.61 | 15.32 | - |
| YUV | 174.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 77 | 0.34 | 0 | 0.64 | 0.17 | 92.24 | 0.6 | 0.56 |
| Hex | 8B | D3 | 4D | 22 | 0 | 40 | 11 | 5C | 3C | 38 |
| Octal | 213 | 323 | 115 | 42 | 0 | 100 | 21 | 134 | 74 | 70 |
| Binary | 10001011 | 11010011 | 1001101 | 100010 | 0 | 1000000 | 10001 | 1011100 | 111100 | 111000 |
Color Harmonies of #8BD34D
Complementary color
Monochromatic Colors of #8BD34D
Black with #8BD34D
Text Example
Text Example
White with #8BD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD34D; }
p { color: rgb(139,211,77); }
H1.HeaderClassName
{
color: #8BD34D;
}
.AnyTagClassName
{
color: #8BD34D;
}
</style>
background-color css
<style>
a { background-color: #8BD34D; }
a { background-color: rgb(139,211,77); }
div.DivClassName
{
background-color: #8BD34D;
}
.BgClassName
{
background-color: #8BD34D;
}
</style>
border-color css
<style>
span { border-color: #8BD34D; }
span { border-color: rgb(139,211,77); }
td.TdClassName
{
border-color: #8BD34D;
}
.TagClassName
{
border-color: #8BD34D;
}
</style>