COLOR #87F196

HEX: #87F196
RGB: (135,241,150)

Color info

#87F196 contains mainly green color. Web safe color of #87F196 is #99FF99 (or #9F9).

RGB color model

#87F196 color RGB value is (135,241,150).

  • red value is 135;
  • green value is 241;
  • blue value is 150.
RGB: (135,241,150) (53%,95%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 241 of 255 = 95%
B 150 of 255 = 59%

135
241
150

R + G + B ~ 69%. #87F196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 241 + 150 = 526 (100%)
R 135 of 526 ~ 25.67%
G 241 of 526 ~ 45.82%
B 150 of 526 ~ 28.52%

%25.67
%45.82
%28.52

CMYK color model

#87F196 color CMYK value is (44,0,38,5).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 5.49%
CMYK: (44,0,38,5) C44M0Y38K5 (44%,0%,38%,5%) (0.44/0.00/0.38/0.05)

CMYK percentages

%43.98
%0
%37.76
%5.49

Codes

Color #87F196 in popluar color models

87F196
RGB135241150
HSL128°79.10%73.73%
HSB/HSV128°43.98%94.51%
CMYK43.98%0.00%37.76%
5.49%

Color #87F196 in popluar number systems.

HEX87F196
Decimal135241150
Binary100001111111000110010110
Octal207361226

Shades and tints

Shades of #87F196

#87F196
(135,241,150)
#7BDC89
(123,220,137)
#6FC77C
(111,199,124)
#63B26F
(99,178,111)
#579D62
(87,157,98)
#4B8855
(75,136,85)
#3F7348
(63,115,72)
#335E3B
(51,94,59)
#27492E
(39,73,46)
#1B3421
(27,52,33)
#0F1F14
(15,31,20)
#000000
(0,0,0)

Tints of #87F196

#87F196
(135,241,150)
#91F29F
(145,242,159)
#9BF3A8
(155,243,168)
#A5F4B1
(165,244,177)
#AFF5BA
(175,245,186)
#B9F6C3
(185,246,195)
#C3F7CC
(195,247,204)
#CDF8D5
(205,248,213)
#D7F9DE
(215,249,222)
#E1FAE7
(225,250,231)
#EBFBF0
(235,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F196 color. Also use rgb(135,241,150) instead hex code.

Text Font Color

.myTextColor { color: #87F196; }

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

This text font color is #87F196.


Background Color

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

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

This div background color is #87F196.


Border color

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

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

This div border color is #87F196.


Opacity

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

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

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

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

This text has shadow with #87F196 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87F196 on black background.


Color preview on white background

This text has color #87F196 on white background.



Black color preview on #87F196 background

This text has black color on #87F196 background.


White color preview on #87F196 background

This text has white color on #87F196 background.