Shades of Mantis #8BC14A
Tints of Mantis #8BC14A
RGB
CMYK
RGB Variations
Color information
#8BC14A (or 0x8BC14A) is known color: Mantis. HEX triplet: 8B, C1 and 4A. RGB value is (139,193,74). Sum of RGB (Red+Green+Blue) = 139+193+74=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC14A is #743EB5. Grayscale: #A3A3A3. Windows color (decimal): -7618230 or 4899211. OLE color: 4899211.
HSL color Cylindrical-coordinate representation of color #8BC14A: hue angle of 87.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BC14A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 74 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.24 |
| HSL | 87.23º | 0.49% | 0.52% | - |
| HSV(B) | 87.23º | 0.62% | 0.76% | - |
| XYZ | 30.95 | 44.12 | 13.36 | - |
| YUV | 163.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 74 | 0.28 | 0 | 0.62 | 0.24 | 87.23 | 0.49 | 0.52 |
| Hex | 8B | C1 | 4A | 1C | 0 | 3E | 18 | 57 | 31 | 34 |
| Octal | 213 | 301 | 112 | 34 | 0 | 76 | 30 | 127 | 61 | 64 |
| Binary | 10001011 | 11000001 | 1001010 | 11100 | 0 | 111110 | 11000 | 1010111 | 110001 | 110100 |
Color Harmonies of #8BC14A
Complementary color
Monochromatic Colors of #8BC14A
Black with #8BC14A
Text Example
Text Example
White with #8BC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC14A; }
p { color: rgb(139,193,74); }
H1.HeaderClassName
{
color: #8BC14A;
}
.AnyTagClassName
{
color: #8BC14A;
}
</style>
background-color css
<style>
a { background-color: #8BC14A; }
a { background-color: rgb(139,193,74); }
div.DivClassName
{
background-color: #8BC14A;
}
.BgClassName
{
background-color: #8BC14A;
}
</style>
border-color css
<style>
span { border-color: #8BC14A; }
span { border-color: rgb(139,193,74); }
td.TdClassName
{
border-color: #8BC14A;
}
.TagClassName
{
border-color: #8BC14A;
}
</style>