COLOR #87CC45

HEX: #87CC45
RGB: (135,204,69)

Color info

#87CC45 contains mainly green color. Web safe color of #87CC45 is #99CC33 (or #9C3).

RGB color model

#87CC45 color RGB value is (135,204,69).

  • red value is 135;
  • green value is 204;
  • blue value is 69.
RGB:
(135,204,69)
(53%,80%,27%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 69 of 255 = 27%

135
204
69

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

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 69 = 408 (100%)
R 135 of 408 ~ 33.09%
G 204 of 408 ~ 50%
B 69 of 408 ~ 16.91%

%33.09
%50
%16.91

CMYK color model

#87CC45 color CMYK value is (34,0,66,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(34,0,66,20)
C34M0Y66K20 
(34%,0%,66%,20%)
(0.34/0.00/0.66/0.20)	

CMYK percentages

%33.82
%0
%66.18
%20

Codes

Color #87CC45 in popluar color models

87CC45
RGB13520469
HSL91°56.96%53.53%
HSB/HSV91°66.18%80.00%
CMYK33.82%0.00%66.18%
20.00%

Color #87CC45 in popluar number systems.

HEX87CC45
Decimal13520469
Binary10000111110011001000101
Octal207314105

Shades and tints

Shades of #87CC45

#87CC45
(135,204,69)
#7BBA3F
(123,186,63)
#6FA839
(111,168,57)
#639633
(99,150,51)
#57842D
(87,132,45)
#4B7227
(75,114,39)
#3F6021
(63,96,33)
#334E1B
(51,78,27)
#273C15
(39,60,21)
#1B2A0F
(27,42,15)
#0F1809
(15,24,9)
#000000
(0,0,0)

Tints of #87CC45

#87CC45
(135,204,69)
#91D055
(145,208,85)
#9BD465
(155,212,101)
#A5D875
(165,216,117)
#AFDC85
(175,220,133)
#B9E095
(185,224,149)
#C3E4A5
(195,228,165)
#CDE8B5
(205,232,181)
#D7ECC5
(215,236,197)
#E1F0D5
(225,240,213)
#EBF4E5
(235,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CC45 color. Also use rgb(135,204,69) instead hex code.

Text Font Color

.myTextColor { color: #87CC45; }

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

This text font color is #87CC45.


Background Color

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

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

This div background color is #87CC45.


Border color

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

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

This div border color is #87CC45.


Opacity

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

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

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

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

This text has shadow with #87CC45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CC45 on black background.


Color preview on white background

This text has color #87CC45 on white background.



Black color preview on #87CC45 background

This text has black color on #87CC45 background.


White color preview on #87CC45 background

This text has white color on #87CC45 background.