Shades of Mantis #87BE4B
Tints of Mantis #87BE4B
RGB
CMYK
RGB Variations
Color information
#87BE4B (or 0x87BE4B) is known color: Mantis. HEX triplet: 87, BE and 4B. RGB value is (135,190,75). Sum of RGB (Red+Green+Blue) = 135+190+75=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #87BE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BE4B is #7841B4. Grayscale: #A0A0A0. Windows color (decimal): -7881141 or 4963975. OLE color: 4963975.
HSL color Cylindrical-coordinate representation of color #87BE4B: hue angle of 88.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87BE4B is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 190 | 75 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.25 |
| HSL | 88.7º | 0.47% | 0.52% | - |
| HSV(B) | 88.7º | 0.61% | 0.75% | - |
| XYZ | 29.68 | 42.49 | 13.29 | - |
| YUV | 160.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 190 | 75 | 0.29 | 0 | 0.61 | 0.25 | 88.7 | 0.47 | 0.52 |
| Hex | 87 | BE | 4B | 1D | 0 | 3D | 19 | 59 | 2F | 34 |
| Octal | 207 | 276 | 113 | 35 | 0 | 75 | 31 | 131 | 57 | 64 |
| Binary | 10000111 | 10111110 | 1001011 | 11101 | 0 | 111101 | 11001 | 1011001 | 101111 | 110100 |
Color Harmonies of #87BE4B
Complementary color
Monochromatic Colors of #87BE4B
Black with #87BE4B
Text Example
Text Example
White with #87BE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BE4B; }
p { color: rgb(135,190,75); }
H1.HeaderClassName
{
color: #87BE4B;
}
.AnyTagClassName
{
color: #87BE4B;
}
</style>
background-color css
<style>
a { background-color: #87BE4B; }
a { background-color: rgb(135,190,75); }
div.DivClassName
{
background-color: #87BE4B;
}
.BgClassName
{
background-color: #87BE4B;
}
</style>
border-color css
<style>
span { border-color: #87BE4B; }
span { border-color: rgb(135,190,75); }
td.TdClassName
{
border-color: #87BE4B;
}
.TagClassName
{
border-color: #87BE4B;
}
</style>