Shades of Mantis #87DC4B
Tints of Mantis #87DC4B
RGB
CMYK
RGB Variations
Color information
#87DC4B (or 0x87DC4B) is known color: Mantis. HEX triplet: 87, DC and 4B. RGB value is (135,220,75). Sum of RGB (Red+Green+Blue) = 135+220+75=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #87DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87DC4B is #7823B4. Grayscale: #B2B2B2. Windows color (decimal): -7873461 or 4971655. OLE color: 4971655.
HSL color Cylindrical-coordinate representation of color #87DC4B: hue angle of 95.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87DC4B is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 75 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.14 |
| HSL | 95.17º | 0.67% | 0.58% | - |
| HSV(B) | 95.17º | 0.66% | 0.86% | - |
| XYZ | 36.85 | 56.85 | 15.69 | - |
| YUV | 178.06 | 69.84 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 75 | 0.39 | 0 | 0.66 | 0.14 | 95.17 | 0.67 | 0.58 |
| Hex | 87 | DC | 4B | 27 | 0 | 42 | E | 5F | 43 | 3A |
| Octal | 207 | 334 | 113 | 47 | 0 | 102 | 16 | 137 | 103 | 72 |
| Binary | 10000111 | 11011100 | 1001011 | 100111 | 0 | 1000010 | 1110 | 1011111 | 1000011 | 111010 |
Color Harmonies of #87DC4B
Complementary color
Monochromatic Colors of #87DC4B
Black with #87DC4B
Text Example
Text Example
White with #87DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DC4B; }
p { color: rgb(135,220,75); }
H1.HeaderClassName
{
color: #87DC4B;
}
.AnyTagClassName
{
color: #87DC4B;
}
</style>
background-color css
<style>
a { background-color: #87DC4B; }
a { background-color: rgb(135,220,75); }
div.DivClassName
{
background-color: #87DC4B;
}
.BgClassName
{
background-color: #87DC4B;
}
</style>
border-color css
<style>
span { border-color: #87DC4B; }
span { border-color: rgb(135,220,75); }
td.TdClassName
{
border-color: #87DC4B;
}
.TagClassName
{
border-color: #87DC4B;
}
</style>