COLOR #87F18E

HEX: #87F18E
RGB: (135,241,142)

Color info

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

RGB color model

#87F18E color RGB value is (135,241,142).

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

RGB channels and saturation

R 135 of 255 = 53%
G 241 of 255 = 95%
B 142 of 255 = 56%

135
241
142

R + G + B ~ 68%. #87F18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 241 + 142 = 518 (100%)
R 135 of 518 ~ 26.06%
G 241 of 518 ~ 46.53%
B 142 of 518 ~ 27.41%

%26.06
%46.53
%27.41

CMYK color model

#87F18E color CMYK value is (44,0,41,5).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 41.08%
  • key color value is 5.49%
CMYK:
(44,0,41,5)
C44M0Y41K5 
(44%,0%,41%,5%)
(0.44/0.00/0.41/0.05)	

CMYK percentages

%43.98
%0
%41.08
%5.49

Codes

Color #87F18E in popluar color models

87F18E
RGB135241142
HSL124°79.10%73.73%
HSB/HSV124°43.98%94.51%
CMYK43.98%0.00%41.08%
5.49%

Color #87F18E in popluar number systems.

HEX87F18E
Decimal135241142
Binary100001111111000110001110
Octal207361216

Shades and tints

Shades of #87F18E

#87F18E
(135,241,142)
#7BDC82
(123,220,130)
#6FC776
(111,199,118)
#63B26A
(99,178,106)
#579D5E
(87,157,94)
#4B8852
(75,136,82)
#3F7346
(63,115,70)
#335E3A
(51,94,58)
#27492E
(39,73,46)
#1B3422
(27,52,34)
#0F1F16
(15,31,22)
#000000
(0,0,0)

Tints of #87F18E

#87F18E
(135,241,142)
#91F298
(145,242,152)
#9BF3A2
(155,243,162)
#A5F4AC
(165,244,172)
#AFF5B6
(175,245,182)
#B9F6C0
(185,246,192)
#C3F7CA
(195,247,202)
#CDF8D4
(205,248,212)
#D7F9DE
(215,249,222)
#E1FAE8
(225,250,232)
#EBFBF2
(235,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87F18E; }

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

This text font color is #87F18E.


Background Color

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

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

This div background color is #87F18E.


Border color

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

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

This div border color is #87F18E.


Opacity

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

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

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

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

This text has shadow with #87F18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F18E on black background.


Color preview on white background

This text has color #87F18E on white background.



Black color preview on #87F18E background

This text has black color on #87F18E background.


White color preview on #87F18E background

This text has white color on #87F18E background.