Shades of Mantis #8BC54C
Tints of Mantis #8BC54C
RGB
CMYK
RGB Variations
Color information
#8BC54C (or 0x8BC54C) is known color: Mantis. HEX triplet: 8B, C5 and 4C. RGB value is (139,197,76). Sum of RGB (Red+Green+Blue) = 139+197+76=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC54C is #743AB3. Grayscale: #A6A6A6. Windows color (decimal): -7617204 or 5031307. OLE color: 5031307.
HSL color Cylindrical-coordinate representation of color #8BC54C: hue angle of 88.76º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BC54C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 76 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.23 |
| HSL | 88.76º | 0.51% | 0.54% | - |
| HSV(B) | 88.76º | 0.61% | 0.77% | - |
| XYZ | 31.92 | 45.94 | 14.02 | - |
| YUV | 165.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 76 | 0.29 | 0 | 0.61 | 0.23 | 88.76 | 0.51 | 0.54 |
| Hex | 8B | C5 | 4C | 1D | 0 | 3D | 17 | 59 | 33 | 36 |
| Octal | 213 | 305 | 114 | 35 | 0 | 75 | 27 | 131 | 63 | 66 |
| Binary | 10001011 | 11000101 | 1001100 | 11101 | 0 | 111101 | 10111 | 1011001 | 110011 | 110110 |
Color Harmonies of #8BC54C
Complementary color
Monochromatic Colors of #8BC54C
Black with #8BC54C
Text Example
Text Example
White with #8BC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC54C; }
p { color: rgb(139,197,76); }
H1.HeaderClassName
{
color: #8BC54C;
}
.AnyTagClassName
{
color: #8BC54C;
}
</style>
background-color css
<style>
a { background-color: #8BC54C; }
a { background-color: rgb(139,197,76); }
div.DivClassName
{
background-color: #8BC54C;
}
.BgClassName
{
background-color: #8BC54C;
}
</style>
border-color css
<style>
span { border-color: #8BC54C; }
span { border-color: rgb(139,197,76); }
td.TdClassName
{
border-color: #8BC54C;
}
.TagClassName
{
border-color: #8BC54C;
}
</style>