COLOR #7FF087

HEX: #7FF087 RGB: (127,240,135)

Color info

#7FF087 contains mainly green color. Web safe color of #7FF087 is #66FF99 (or #6F9).

RGB color model

#7FF087 color RGB value is (127,240,135).

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

RGB channels and saturation

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

127
240
135

R + G + B ~ 66%. #7FF087 is quite light color.

Portions of RGB colors in percentages

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

%25.3
%47.81
%26.89

CMYK color model

#7FF087 color CMYK value is (47,0,44,6).

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

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

CMYK percentages

%47.08
%0
%43.75
%5.88

Codes

Color #7FF087 in popluar color models

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

Color #7FF087 in popluar number systems.

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

Shades and tints

Shades of #7FF087

#7FF087
(127,240,135)
#74DB7B
(116,219,123)
#69C66F
(105,198,111)
#5EB163
(94,177,99)
#539C57
(83,156,87)
#48874B
(72,135,75)
#3D723F
(61,114,63)
#325D33
(50,93,51)
#274827
(39,72,39)
#1C331B
(28,51,27)
#111E0F
(17,30,15)
#000000
(0,0,0)

Tints of #7FF087

#7FF087
(127,240,135)
#8AF191
(138,241,145)
#95F29B
(149,242,155)
#A0F3A5
(160,243,165)
#ABF4AF
(171,244,175)
#B6F5B9
(182,245,185)
#C1F6C3
(193,246,195)
#CCF7CD
(204,247,205)
#D7F8D7
(215,248,215)
#E2F9E1
(226,249,225)
#EDFAEB
(237,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FF087; }

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

This text font color is #7FF087.

Background Color

.myBgColor { background-color: #7FF087; }

<div style="background-color:#7FF087">Inner text</div>

This div background color is #7FF087.

Border color

.myBorderColor { border: 1px solid #7FF087; }

<div style="border:3px solid #7FF087">Div</div>

This div border color is #7FF087.

Opacity

.myOpacity80 { color: #7FF087; opacity: 0.8; }

<p style="color:#7FF087;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FF087 color.


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

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

This text has shadow with #7FF087 primary color and red secondary color.


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

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

This text has shadow with #7FF087 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FF087.

Preview

Color preview on black background

This text has color #7FF087 on black background.


Color preview on white background

This text has color #7FF087 on white background.


Black color preview on #7FF087 background

This text has black color on #7FF087 background.


White color preview on #7FF087 background

This text has white color on #7FF087 background.


Related colors

Complementary color

Complementary color for #hex is #800F78.


I love getcolorcode.com

Triadic colors

1 #877FF0 and #F0877F with #7FF087 are triadic colors.

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