COLOR #87F07F

HEX: #87F07F RGB: (135,240,127)

Color info

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

RGB color model

#87F07F color RGB value is (135,240,127).

RGB: (135,240,127) (53%, 94%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 240 of 255 = 94%
B 127 of 255 = 50%

135
240
127

R + G + B ~ 66%. #87F07F is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 240 + 127 = 502 (100%)
R 135 of 502 ~ 26.89%
G 240 of 502 ~ 47.81%
B 127 of 502 ~ 25.3'%

%26.89
%47.81
%25.3

CMYK color model

#87F07F color CMYK value is (44,0,47,6).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 47.08%
  • key color value is 5.88%

CMYK: (44,0,47,6)
C44M0Y47K6 (44%, 0%, 47%, 6%)
(0.44 / 0.00 / 0.47 / 0.06)

CMYK percentages

%43.75
%0
%47.08
%5.88

Codes

Color #87F07F in popluar color models

87 F0 7F
RGB 135 240 127
HSL 116° 79.02% 71.96%
HSB/HSV 116° 47.08% 94.12%
CMYK 43.75% 0.00% 47.08%
5.88%

Color #87F07F in popluar number systems.

HEX 87 F0 7F
Decimal 135 240 127
Binary 10000111 11110000 1111111
Octal 207 360 177

Shades and tints

Shades of #87F07F

#87F07F
(135,240,127)
#7BDB74
(123,219,116)
#6FC669
(111,198,105)
#63B15E
(99,177,94)
#579C53
(87,156,83)
#4B8748
(75,135,72)
#3F723D
(63,114,61)
#335D32
(51,93,50)
#274827
(39,72,39)
#1B331C
(27,51,28)
#0F1E11
(15,30,17)
#000000
(0,0,0)

Tints of #87F07F

#87F07F
(135,240,127)
#91F18A
(145,241,138)
#9BF295
(155,242,149)
#A5F3A0
(165,243,160)
#AFF4AB
(175,244,171)
#B9F5B6
(185,245,182)
#C3F6C1
(195,246,193)
#CDF7CC
(205,247,204)
#D7F8D7
(215,248,215)
#E1F9E2
(225,249,226)
#EBFAED
(235,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87F07F color. Also use rgb(135,240,127) instead hex code.

Text Font Color

.myTextColor { color: #87F07F; }

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

This text font color is #87F07F.

Background Color

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

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

This div background color is #87F07F.

Border color

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

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

This div border color is #87F07F.

Opacity

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

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

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

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

This text has shadow with #87F07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87F07F.

Preview

Color preview on black background

This text has color #87F07F on black background.


Color preview on white background

This text has color #87F07F on white background.


Black color preview on #87F07F background

This text has black color on #87F07F background.


White color preview on #87F07F background

This text has white color on #87F07F background.


Related colors

Complementary color

Complementary color for #hex is #780F80.


I love getcolorcode.com

Triadic colors

1 #7F87F0 and #F07F87 with #87F07F are triadic colors.

2 #7FF087 and #F0877F with #87F07F are triadic colors.