Shades of Mantis #8BCB4D
Tints of Mantis #8BCB4D
RGB
CMYK
RGB Variations
Color information
#8BCB4D (or 0x8BCB4D) is known color: Mantis. HEX triplet: 8B, CB and 4D. RGB value is (139,203,77). Sum of RGB (Red+Green+Blue) = 139+203+77=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB4D is #7434B2. Grayscale: #A9A9A9. Windows color (decimal): -7615667 or 5098379. OLE color: 5098379.
HSL color Cylindrical-coordinate representation of color #8BCB4D: hue angle of 90.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BCB4D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 77 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.20 |
| HSL | 90.48º | 0.55% | 0.55% | - |
| HSV(B) | 90.48º | 0.62% | 0.8% | - |
| XYZ | 33.34 | 48.74 | 14.67 | - |
| YUV | 169.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 77 | 0.32 | 0 | 0.62 | 0.20 | 90.48 | 0.55 | 0.55 |
| Hex | 8B | CB | 4D | 20 | 0 | 3E | 14 | 5A | 37 | 37 |
| Octal | 213 | 313 | 115 | 40 | 0 | 76 | 24 | 132 | 67 | 67 |
| Binary | 10001011 | 11001011 | 1001101 | 100000 | 0 | 111110 | 10100 | 1011010 | 110111 | 110111 |
Color Harmonies of #8BCB4D
Complementary color
Monochromatic Colors of #8BCB4D
Black with #8BCB4D
Text Example
Text Example
White with #8BCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB4D; }
p { color: rgb(139,203,77); }
H1.HeaderClassName
{
color: #8BCB4D;
}
.AnyTagClassName
{
color: #8BCB4D;
}
</style>
background-color css
<style>
a { background-color: #8BCB4D; }
a { background-color: rgb(139,203,77); }
div.DivClassName
{
background-color: #8BCB4D;
}
.BgClassName
{
background-color: #8BCB4D;
}
</style>
border-color css
<style>
span { border-color: #8BCB4D; }
span { border-color: rgb(139,203,77); }
td.TdClassName
{
border-color: #8BCB4D;
}
.TagClassName
{
border-color: #8BCB4D;
}
</style>