Shades of Mantis #8BC14D
Tints of Mantis #8BC14D
RGB
CMYK
RGB Variations
Color information
#8BC14D (or 0x8BC14D) is known color: Mantis. HEX triplet: 8B, C1 and 4D. RGB value is (139,193,77). Sum of RGB (Red+Green+Blue) = 139+193+77=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC14D is #743EB2. Grayscale: #A4A4A4. Windows color (decimal): -7618227 or 5095819. OLE color: 5095819.
HSL color Cylindrical-coordinate representation of color #8BC14D: hue angle of 87.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BC14D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 77 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.24 |
| HSL | 87.93º | 0.48% | 0.53% | - |
| HSV(B) | 87.93º | 0.6% | 0.76% | - |
| XYZ | 31.06 | 44.16 | 13.91 | - |
| YUV | 163.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 77 | 0.28 | 0 | 0.60 | 0.24 | 87.93 | 0.48 | 0.53 |
| Hex | 8B | C1 | 4D | 1C | 0 | 3C | 18 | 58 | 30 | 35 |
| Octal | 213 | 301 | 115 | 34 | 0 | 74 | 30 | 130 | 60 | 65 |
| Binary | 10001011 | 11000001 | 1001101 | 11100 | 0 | 111100 | 11000 | 1011000 | 110000 | 110101 |
Color Harmonies of #8BC14D
Complementary color
Monochromatic Colors of #8BC14D
Black with #8BC14D
Text Example
Text Example
White with #8BC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC14D; }
p { color: rgb(139,193,77); }
H1.HeaderClassName
{
color: #8BC14D;
}
.AnyTagClassName
{
color: #8BC14D;
}
</style>
background-color css
<style>
a { background-color: #8BC14D; }
a { background-color: rgb(139,193,77); }
div.DivClassName
{
background-color: #8BC14D;
}
.BgClassName
{
background-color: #8BC14D;
}
</style>
border-color css
<style>
span { border-color: #8BC14D; }
span { border-color: rgb(139,193,77); }
td.TdClassName
{
border-color: #8BC14D;
}
.TagClassName
{
border-color: #8BC14D;
}
</style>