Shades of Mantis #87BD5C
Tints of Mantis #87BD5C
RGB
CMYK
RGB Variations
Color information
#87BD5C (or 0x87BD5C) is known color: Mantis. HEX triplet: 87, BD and 5C. RGB value is (135,189,92). Sum of RGB (Red+Green+Blue) = 135+189+92=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BD5C is #7842A3. Grayscale: #A2A2A2. Windows color (decimal): -7881380 or 6077831. OLE color: 6077831.
HSL color Cylindrical-coordinate representation of color #87BD5C: hue angle of 93.4º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87BD5C is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 92 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.26 |
| HSL | 93.4º | 0.42% | 0.55% | - |
| HSV(B) | 93.4º | 0.51% | 0.74% | - |
| XYZ | 30.12 | 42.32 | 16.71 | - |
| YUV | 161.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 92 | 0.29 | 0 | 0.51 | 0.26 | 93.4 | 0.42 | 0.55 |
| Hex | 87 | BD | 5C | 1D | 0 | 33 | 1A | 5D | 2A | 37 |
| Octal | 207 | 275 | 134 | 35 | 0 | 63 | 32 | 135 | 52 | 67 |
| Binary | 10000111 | 10111101 | 1011100 | 11101 | 0 | 110011 | 11010 | 1011101 | 101010 | 110111 |
Color Harmonies of #87BD5C
Complementary color
Monochromatic Colors of #87BD5C
Black with #87BD5C
Text Example
Text Example
White with #87BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD5C; }
p { color: rgb(135,189,92); }
H1.HeaderClassName
{
color: #87BD5C;
}
.AnyTagClassName
{
color: #87BD5C;
}
</style>
background-color css
<style>
a { background-color: #87BD5C; }
a { background-color: rgb(135,189,92); }
div.DivClassName
{
background-color: #87BD5C;
}
.BgClassName
{
background-color: #87BD5C;
}
</style>
border-color css
<style>
span { border-color: #87BD5C; }
span { border-color: rgb(135,189,92); }
td.TdClassName
{
border-color: #87BD5C;
}
.TagClassName
{
border-color: #87BD5C;
}
</style>