COLOR #87BE42

HEX: #87BE42
RGB: (135,190,66)

Color info

#87BE42 contains mainly red and green colors. Web safe color of #87BE42 is #99CC33 (or #9C3).

RGB color model

#87BE42 color RGB value is (135,190,66).

  • red value is 135;
  • green value is 190;
  • blue value is 66.
RGB:
(135,190,66)
(53%,75%,26%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 66 of 255 = 26%

135
190
66

R + G + B ~ 51%. #87BE42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 190 + 66 = 391 (100%)
R 135 of 391 ~ 34.53%
G 190 of 391 ~ 48.59%
B 66 of 391 ~ 16.88%

%34.53
%48.59
%16.88

CMYK color model

#87BE42 color CMYK value is (29,0,65,25).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 65.26%
  • key color value is 25.49%
CMYK:
(29,0,65,25)
C29M0Y65K25 
(29%,0%,65%,25%)
(0.29/0.00/0.65/0.25)	

CMYK percentages

%28.95
%0
%65.26
%25.49

Codes

Color #87BE42 in popluar color models

87BE42
RGB13519066
HSL87°48.82%50.20%
HSB/HSV87°65.26%74.51%
CMYK28.95%0.00%65.26%
25.49%

Color #87BE42 in popluar number systems.

HEX87BE42
Decimal13519066
Binary10000111101111101000010
Octal207276102

Shades and tints

Shades of #87BE42

#87BE42
(135,190,66)
#7BAD3C
(123,173,60)
#6F9C36
(111,156,54)
#638B30
(99,139,48)
#577A2A
(87,122,42)
#4B6924
(75,105,36)
#3F581E
(63,88,30)
#334718
(51,71,24)
#273612
(39,54,18)
#1B250C
(27,37,12)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #87BE42

#87BE42
(135,190,66)
#91C353
(145,195,83)
#9BC864
(155,200,100)
#A5CD75
(165,205,117)
#AFD286
(175,210,134)
#B9D797
(185,215,151)
#C3DCA8
(195,220,168)
#CDE1B9
(205,225,185)
#D7E6CA
(215,230,202)
#E1EBDB
(225,235,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BE42 color. Also use rgb(135,190,66) instead hex code.

Text Font Color

.myTextColor { color: #87BE42; }

<p style="color:#87BE42">This sample text font color is #87BE42.</p>

This text font color is #87BE42.


Background Color

.myBgColor { background-color: #87BE42; }

<div style="background-color:#87BE42">Inner text</div>

This div background color is #87BE42.


Border color

.myBorderColor { border: 1px solid #87BE42; }

<div style="border:3px solid #87BE42">Div</div>

This div border color is #87BE42.


Opacity

.myOpacity80 { color: #87BE42; opacity: 0.8; }

<p style="color:#87BE42;opacity:0.8;">80%</p>

Text with #87BE42 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87BE42;}

<p style="text-shadow: 3px 3px 1px #87BE42">Text here.</p>

This text has shadow with #87BE42 color.

.textShadow {text-shadow: 3px 3px 1px #87BE42, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87BE42, 5px 5px 20px red">Text here.</p>

This text has shadow with #87BE42 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87BE42, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87BE42, Direction=45, Strength=4)">Text</p>

This text has shadow with #87BE42 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87BE42;
  -webkit-box-shadow:	1px 1px 3px 2px #87BE42;
  box-shadow:		1px 1px 3px 2px #87BE42;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87BE42;
-webkit-box-shadow: 1px 1px 3px 2px #87BE42;
box-shadow:1px 1px 3px 2px #87BE42;">
Div content here</div>
This div box has shadow with color #87BE42.

Preview

Color preview on black background

This text has color #87BE42 on black background.


Color preview on white background

This text has color #87BE42 on white background.



Black color preview on #87BE42 background

This text has black color on #87BE42 background.


White color preview on #87BE42 background

This text has white color on #87BE42 background.