COLOR #87C474

HEX: #87C474
RGB: (135,196,116)

Color info

#87C474 contains mainly green color. Web safe color of #87C474 is #99CC66 (or #9C6).

RGB color model

#87C474 color RGB value is (135,196,116).

  • red value is 135;
  • green value is 196;
  • blue value is 116.
RGB:
(135,196,116)
(53%,77%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 196 of 255 = 77%
B 116 of 255 = 45%

135
196
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 196 + 116 = 447 (100%)
R 135 of 447 ~ 30.2%
G 196 of 447 ~ 43.85%
B 116 of 447 ~ 25.95%

%30.2
%43.85
%25.95

CMYK color model

#87C474 color CMYK value is (31,0,41,23).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 23.14%
CMYK:
(31,0,41,23)
C31M0Y41K23 
(31%,0%,41%,23%)
(0.31/0.00/0.41/0.23)	

CMYK percentages

%31.12
%0
%40.82
%23.14

Codes

Color #87C474 in popluar color models

87C474
RGB135196116
HSL106°40.40%61.18%
HSB/HSV106°40.82%76.86%
CMYK31.12%0.00%40.82%
23.14%

Color #87C474 in popluar number systems.

HEX87C474
Decimal135196116
Binary10000111110001001110100
Octal207304164

Shades and tints

Shades of #87C474

#87C474
(135,196,116)
#7BB36A
(123,179,106)
#6FA260
(111,162,96)
#639156
(99,145,86)
#57804C
(87,128,76)
#4B6F42
(75,111,66)
#3F5E38
(63,94,56)
#334D2E
(51,77,46)
#273C24
(39,60,36)
#1B2B1A
(27,43,26)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #87C474

#87C474
(135,196,116)
#91C980
(145,201,128)
#9BCE8C
(155,206,140)
#A5D398
(165,211,152)
#AFD8A4
(175,216,164)
#B9DDB0
(185,221,176)
#C3E2BC
(195,226,188)
#CDE7C8
(205,231,200)
#D7ECD4
(215,236,212)
#E1F1E0
(225,241,224)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C474 color. Also use rgb(135,196,116) instead hex code.

Text Font Color

.myTextColor { color: #87C474; }

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

This text font color is #87C474.


Background Color

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

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

This div background color is #87C474.


Border color

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

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

This div border color is #87C474.


Opacity

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

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

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

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

This text has shadow with #87C474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C474 on black background.


Color preview on white background

This text has color #87C474 on white background.



Black color preview on #87C474 background

This text has black color on #87C474 background.


White color preview on #87C474 background

This text has white color on #87C474 background.