Shades of Mantis #8BCA4D
Tints of Mantis #8BCA4D
RGB
CMYK
RGB Variations
Color information
#8BCA4D (or 0x8BCA4D) is known color: Mantis. HEX triplet: 8B, CA and 4D. RGB value is (139,202,77). Sum of RGB (Red+Green+Blue) = 139+202+77=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA4D is #7435B2. Grayscale: #A9A9A9. Windows color (decimal): -7615923 or 5098123. OLE color: 5098123.
HSL color Cylindrical-coordinate representation of color #8BCA4D: hue angle of 90.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BCA4D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 77 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.21 |
| HSL | 90.24º | 0.54% | 0.55% | - |
| HSV(B) | 90.24º | 0.62% | 0.79% | - |
| XYZ | 33.11 | 48.27 | 14.59 | - |
| YUV | 168.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 77 | 0.31 | 0 | 0.62 | 0.21 | 90.24 | 0.54 | 0.55 |
| Hex | 8B | CA | 4D | 1F | 0 | 3E | 15 | 5A | 36 | 37 |
| Octal | 213 | 312 | 115 | 37 | 0 | 76 | 25 | 132 | 66 | 67 |
| Binary | 10001011 | 11001010 | 1001101 | 11111 | 0 | 111110 | 10101 | 1011010 | 110110 | 110111 |
Color Harmonies of #8BCA4D
Complementary color
Monochromatic Colors of #8BCA4D
Black with #8BCA4D
Text Example
Text Example
White with #8BCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA4D; }
p { color: rgb(139,202,77); }
H1.HeaderClassName
{
color: #8BCA4D;
}
.AnyTagClassName
{
color: #8BCA4D;
}
</style>
background-color css
<style>
a { background-color: #8BCA4D; }
a { background-color: rgb(139,202,77); }
div.DivClassName
{
background-color: #8BCA4D;
}
.BgClassName
{
background-color: #8BCA4D;
}
</style>
border-color css
<style>
span { border-color: #8BCA4D; }
span { border-color: rgb(139,202,77); }
td.TdClassName
{
border-color: #8BCA4D;
}
.TagClassName
{
border-color: #8BCA4D;
}
</style>