Shades of Mantis #87CA4A
Tints of Mantis #87CA4A
RGB
CMYK
RGB Variations
Color information
#87CA4A (or 0x87CA4A) is known color: Mantis. HEX triplet: 87, CA and 4A. RGB value is (135,202,74). Sum of RGB (Red+Green+Blue) = 135+202+74=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87CA4A is #7835B5. Grayscale: #A7A7A7. Windows color (decimal): -7878070 or 4901511. OLE color: 4901511.
HSL color Cylindrical-coordinate representation of color #87CA4A: hue angle of 91.41º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87CA4A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 74 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.21 |
| HSL | 91.41º | 0.55% | 0.54% | - |
| HSV(B) | 91.41º | 0.63% | 0.79% | - |
| XYZ | 32.35 | 47.89 | 14.02 | - |
| YUV | 167.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 74 | 0.33 | 0 | 0.63 | 0.21 | 91.41 | 0.55 | 0.54 |
| Hex | 87 | CA | 4A | 21 | 0 | 3F | 15 | 5B | 37 | 36 |
| Octal | 207 | 312 | 112 | 41 | 0 | 77 | 25 | 133 | 67 | 66 |
| Binary | 10000111 | 11001010 | 1001010 | 100001 | 0 | 111111 | 10101 | 1011011 | 110111 | 110110 |
Color Harmonies of #87CA4A
Complementary color
Monochromatic Colors of #87CA4A
Black with #87CA4A
Text Example
Text Example
White with #87CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA4A; }
p { color: rgb(135,202,74); }
H1.HeaderClassName
{
color: #87CA4A;
}
.AnyTagClassName
{
color: #87CA4A;
}
</style>
background-color css
<style>
a { background-color: #87CA4A; }
a { background-color: rgb(135,202,74); }
div.DivClassName
{
background-color: #87CA4A;
}
.BgClassName
{
background-color: #87CA4A;
}
</style>
border-color css
<style>
span { border-color: #87CA4A; }
span { border-color: rgb(135,202,74); }
td.TdClassName
{
border-color: #87CA4A;
}
.TagClassName
{
border-color: #87CA4A;
}
</style>