COLOR #87BE52

HEX: #87BE52
RGB: (135,190,82)

Color info

#87BE52 contains mainly red and green colors. Web safe color of #87BE52 is #99CC66 (or #9C6).

RGB color model

#87BE52 color RGB value is (135,190,82).

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

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 82 of 255 = 32%

135
190
82

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

Portions of RGB colors in percentages

R + G + B =
135 + 190 + 82 = 407 (100%)
R 135 of 407 ~ 33.17%
G 190 of 407 ~ 46.68%
B 82 of 407 ~ 20.15%

%33.17
%46.68
%20.15

CMYK color model

#87BE52 color CMYK value is (29,0,57,25).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 25.49%
CMYK:
(29,0,57,25)
C29M0Y57K25 
(29%,0%,57%,25%)
(0.29/0.00/0.57/0.25)	

CMYK percentages

%28.95
%0
%56.84
%25.49

Codes

Color #87BE52 in popluar color models

87BE52
RGB13519082
HSL91°45.38%53.33%
HSB/HSV91°56.84%74.51%
CMYK28.95%0.00%56.84%
25.49%

Color #87BE52 in popluar number systems.

HEX87BE52
Decimal13519082
Binary10000111101111101010010
Octal207276122

Shades and tints

Shades of #87BE52

#87BE52
(135,190,82)
#7BAD4B
(123,173,75)
#6F9C44
(111,156,68)
#638B3D
(99,139,61)
#577A36
(87,122,54)
#4B692F
(75,105,47)
#3F5828
(63,88,40)
#334721
(51,71,33)
#27361A
(39,54,26)
#1B2513
(27,37,19)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #87BE52

#87BE52
(135,190,82)
#91C361
(145,195,97)
#9BC870
(155,200,112)
#A5CD7F
(165,205,127)
#AFD28E
(175,210,142)
#B9D79D
(185,215,157)
#C3DCAC
(195,220,172)
#CDE1BB
(205,225,187)
#D7E6CA
(215,230,202)
#E1EBD9
(225,235,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BE52; }

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

This text font color is #87BE52.


Background Color

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

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

This div background color is #87BE52.


Border color

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

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

This div border color is #87BE52.


Opacity

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

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

Text with #87BE52 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 #87BE52;}

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

This text has shadow with #87BE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BE52 on black background.


Color preview on white background

This text has color #87BE52 on white background.



Black color preview on #87BE52 background

This text has black color on #87BE52 background.


White color preview on #87BE52 background

This text has white color on #87BE52 background.