COLOR #87F676

HEX: #87F676
RGB: (135,246,118)

Color info

#87F676 contains mainly green color. Web safe color of #87F676 is #99FF66 (or #9F6).

RGB color model

#87F676 color RGB value is (135,246,118).

  • red value is 135;
  • green value is 246;
  • blue value is 118.
RGB:
(135,246,118)
(53%,96%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 246 of 255 = 96%
B 118 of 255 = 46%

135
246
118

R + G + B ~ 65%. #87F676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 246 + 118 = 499 (100%)
R 135 of 499 ~ 27.05%
G 246 of 499 ~ 49.3%
B 118 of 499 ~ 23.65%

%27.05
%49.3
%23.65

CMYK color model

#87F676 color CMYK value is (45,0,52,4).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 3.53%
CMYK:
(45,0,52,4)
C45M0Y52K4 
(45%,0%,52%,4%)
(0.45/0.00/0.52/0.04)	

CMYK percentages

%45.12
%0
%52.03
%3.53

Codes

Color #87F676 in popluar color models

87F676
RGB135246118
HSL112°87.67%71.37%
HSB/HSV112°52.03%96.47%
CMYK45.12%0.00%52.03%
3.53%

Color #87F676 in popluar number systems.

HEX87F676
Decimal135246118
Binary10000111111101101110110
Octal207366166

Shades and tints

Shades of #87F676

#87F676
(135,246,118)
#7BE06C
(123,224,108)
#6FCA62
(111,202,98)
#63B458
(99,180,88)
#579E4E
(87,158,78)
#4B8844
(75,136,68)
#3F723A
(63,114,58)
#335C30
(51,92,48)
#274626
(39,70,38)
#1B301C
(27,48,28)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #87F676

#87F676
(135,246,118)
#91F682
(145,246,130)
#9BF68E
(155,246,142)
#A5F69A
(165,246,154)
#AFF6A6
(175,246,166)
#B9F6B2
(185,246,178)
#C3F6BE
(195,246,190)
#CDF6CA
(205,246,202)
#D7F6D6
(215,246,214)
#E1F6E2
(225,246,226)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F676 color. Also use rgb(135,246,118) instead hex code.

Text Font Color

.myTextColor { color: #87F676; }

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

This text font color is #87F676.


Background Color

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

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

This div background color is #87F676.


Border color

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

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

This div border color is #87F676.


Opacity

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

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

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

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

This text has shadow with #87F676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F676 on black background.


Color preview on white background

This text has color #87F676 on white background.



Black color preview on #87F676 background

This text has black color on #87F676 background.


White color preview on #87F676 background

This text has white color on #87F676 background.