Shades of Mantis #87C250
Tints of Mantis #87C250
RGB
CMYK
RGB Variations
Color information
#87C250 (or 0x87C250) is known color: Mantis. HEX triplet: 87, C2 and 50. RGB value is (135,194,80). Sum of RGB (Red+Green+Blue) = 135+194+80=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #87C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C250 is #783DAF. Grayscale: #A3A3A3. Windows color (decimal): -7880112 or 5292679. OLE color: 5292679.
HSL color Cylindrical-coordinate representation of color #87C250: hue angle of 91.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87C250 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 80 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.24 |
| HSL | 91.05º | 0.48% | 0.54% | - |
| HSV(B) | 91.05º | 0.59% | 0.76% | - |
| XYZ | 30.73 | 44.31 | 14.52 | - |
| YUV | 163.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 80 | 0.30 | 0 | 0.59 | 0.24 | 91.05 | 0.48 | 0.54 |
| Hex | 87 | C2 | 50 | 1E | 0 | 3B | 18 | 5B | 30 | 36 |
| Octal | 207 | 302 | 120 | 36 | 0 | 73 | 30 | 133 | 60 | 66 |
| Binary | 10000111 | 11000010 | 1010000 | 11110 | 0 | 111011 | 11000 | 1011011 | 110000 | 110110 |
Color Harmonies of #87C250
Complementary color
Monochromatic Colors of #87C250
Black with #87C250
Text Example
Text Example
White with #87C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C250; }
p { color: rgb(135,194,80); }
H1.HeaderClassName
{
color: #87C250;
}
.AnyTagClassName
{
color: #87C250;
}
</style>
background-color css
<style>
a { background-color: #87C250; }
a { background-color: rgb(135,194,80); }
div.DivClassName
{
background-color: #87C250;
}
.BgClassName
{
background-color: #87C250;
}
</style>
border-color css
<style>
span { border-color: #87C250; }
span { border-color: rgb(135,194,80); }
td.TdClassName
{
border-color: #87C250;
}
.TagClassName
{
border-color: #87C250;
}
</style>