COLOR #87FC7D

HEX: #87FC7D RGB: (135,252,125)

Color info

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

RGB color model

#87FC7D color RGB value is (135,252,125).

RGB: (135,252,125) (53%, 99%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 252 of 255 = 99%
B 125 of 255 = 49%

135
252
125

R + G + B ~ 67%. #87FC7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 252 + 125 = 512 (100%)
R 135 of 512 ~ 26.37%
G 252 of 512 ~ 49.22%
B 125 of 512 ~ 24.41'%

%26.37
%49.22
%24.41

CMYK color model

#87FC7D color CMYK value is (46,0,50,1).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 1.18%

CMYK: (46,0,50,1)
C46M0Y50K1 (46%, 0%, 50%, 1%)
(0.46 / 0.00 / 0.50 / 0.01)

CMYK percentages

%46.43
%0
%50.4
%1.18

Codes

Color #87FC7D in popluar color models

87 FC 7D
RGB 135 252 125
HSL 115° 95.49% 73.92%
HSB/HSV 115° 50.40% 98.82%
CMYK 46.43% 0.00% 50.40%
1.18%

Color #87FC7D in popluar number systems.

HEX 87 FC 7D
Decimal 135 252 125
Binary 10000111 11111100 1111101
Octal 207 374 175

Shades and tints

Shades of #87FC7D

#87FC7D
(135,252,125)
#7BE672
(123,230,114)
#6FD067
(111,208,103)
#63BA5C
(99,186,92)
#57A451
(87,164,81)
#4B8E46
(75,142,70)
#3F783B
(63,120,59)
#336230
(51,98,48)
#274C25
(39,76,37)
#1B361A
(27,54,26)
#0F200F
(15,32,15)
#000000
(0,0,0)

Tints of #87FC7D

#87FC7D
(135,252,125)
#91FC88
(145,252,136)
#9BFC93
(155,252,147)
#A5FC9E
(165,252,158)
#AFFCA9
(175,252,169)
#B9FCB4
(185,252,180)
#C3FCBF
(195,252,191)
#CDFCCA
(205,252,202)
#D7FCD5
(215,252,213)
#E1FCE0
(225,252,224)
#EBFCEB
(235,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FC7D color. Also use rgb(135,252,125) instead hex code.

Text Font Color

.myTextColor { color: #87FC7D; }

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

This text font color is #87FC7D.

Background Color

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

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

This div background color is #87FC7D.

Border color

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

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

This div border color is #87FC7D.

Opacity

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

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

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

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

This text has shadow with #87FC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87FC7D.

Preview

Color preview on black background

This text has color #87FC7D on black background.


Color preview on white background

This text has color #87FC7D on white background.


Black color preview on #87FC7D background

This text has black color on #87FC7D background.


White color preview on #87FC7D background

This text has white color on #87FC7D background.


Related colors

Complementary color

Complementary color for #hex is #780382.


I love getcolorcode.com

Triadic colors

1 #7D87FC and #FC7D87 with #87FC7D are triadic colors.

2 #7DFC87 and #FC877D with #87FC7D are triadic colors.