Shades of Mantis #87BF4D
Tints of Mantis #87BF4D
RGB
CMYK
RGB Variations
Color information
#87BF4D (or 0x87BF4D) is known color: Mantis. HEX triplet: 87, BF and 4D. RGB value is (135,191,77). Sum of RGB (Red+Green+Blue) = 135+191+77=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #87BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BF4D is #7840B2. Grayscale: #A1A1A1. Windows color (decimal): -7880883 or 5095303. OLE color: 5095303.
HSL color Cylindrical-coordinate representation of color #87BF4D: hue angle of 89.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87BF4D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 77 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.25 |
| HSL | 89.47º | 0.47% | 0.53% | - |
| HSV(B) | 89.47º | 0.6% | 0.75% | - |
| XYZ | 29.96 | 42.95 | 13.73 | - |
| YUV | 161.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 77 | 0.29 | 0 | 0.60 | 0.25 | 89.47 | 0.47 | 0.53 |
| Hex | 87 | BF | 4D | 1D | 0 | 3C | 19 | 59 | 2F | 35 |
| Octal | 207 | 277 | 115 | 35 | 0 | 74 | 31 | 131 | 57 | 65 |
| Binary | 10000111 | 10111111 | 1001101 | 11101 | 0 | 111100 | 11001 | 1011001 | 101111 | 110101 |
Color Harmonies of #87BF4D
Complementary color
Monochromatic Colors of #87BF4D
Black with #87BF4D
Text Example
Text Example
White with #87BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BF4D; }
p { color: rgb(135,191,77); }
H1.HeaderClassName
{
color: #87BF4D;
}
.AnyTagClassName
{
color: #87BF4D;
}
</style>
background-color css
<style>
a { background-color: #87BF4D; }
a { background-color: rgb(135,191,77); }
div.DivClassName
{
background-color: #87BF4D;
}
.BgClassName
{
background-color: #87BF4D;
}
</style>
border-color css
<style>
span { border-color: #87BF4D; }
span { border-color: rgb(135,191,77); }
td.TdClassName
{
border-color: #87BF4D;
}
.TagClassName
{
border-color: #87BF4D;
}
</style>