COLOR #87F81F

HEX: #87F81F
RGB: (135,248,31)

Color info

#87F81F contains mainly green color. Web safe color of #87F81F is #99FF33 (or #9F3).

RGB color model

#87F81F color RGB value is (135,248,31).

  • red value is 135;
  • green value is 248;
  • blue value is 31.
RGB:
(135,248,31)
(53%,97%,12%)

RGB channels and saturation

R 135 of 255 = 53%
G 248 of 255 = 97%
B 31 of 255 = 12%

135
248
31

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

Portions of RGB colors in percentages

R + G + B =
135 + 248 + 31 = 414 (100%)
R 135 of 414 ~ 32.61%
G 248 of 414 ~ 59.9%
B 31 of 414 ~ 7.49%

%32.61
%59.9

CMYK color model

#87F81F color CMYK value is (46,0,88,3).

  • cyan value is 45.56%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 2.75%
CMYK:
(46,0,88,3)
C46M0Y88K3 
(46%,0%,88%,3%)
(0.46/0.00/0.88/0.03)	

CMYK percentages

%45.56
%0
%87.5
%2.75

Codes

Color #87F81F in popluar color models

87F81F
RGB13524831
HSL91°93.94%54.71%
HSB/HSV91°87.50%97.25%
CMYK45.56%0.00%87.50%
2.75%

Color #87F81F in popluar number systems.

HEX87F81F
Decimal13524831
Binary100001111111100011111
Octal20737037

Shades and tints

Shades of #87F81F

#87F81F
(135,248,31)
#7BE21D
(123,226,29)
#6FCC1B
(111,204,27)
#63B619
(99,182,25)
#57A017
(87,160,23)
#4B8A15
(75,138,21)
#3F7413
(63,116,19)
#335E11
(51,94,17)
#27480F
(39,72,15)
#1B320D
(27,50,13)
#0F1C0B
(15,28,11)
#000000
(0,0,0)

Tints of #87F81F

#87F81F
(135,248,31)
#91F833
(145,248,51)
#9BF847
(155,248,71)
#A5F85B
(165,248,91)
#AFF86F
(175,248,111)
#B9F883
(185,248,131)
#C3F897
(195,248,151)
#CDF8AB
(205,248,171)
#D7F8BF
(215,248,191)
#E1F8D3
(225,248,211)
#EBF8E7
(235,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F81F color. Also use rgb(135,248,31) instead hex code.

Text Font Color

.myTextColor { color: #87F81F; }

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

This text font color is #87F81F.


Background Color

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

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

This div background color is #87F81F.


Border color

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

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

This div border color is #87F81F.


Opacity

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

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

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

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

This text has shadow with #87F81F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87F81F on black background.


Color preview on white background

This text has color #87F81F on white background.



Black color preview on #87F81F background

This text has black color on #87F81F background.


White color preview on #87F81F background

This text has white color on #87F81F background.