COLOR #7FFF50

HEX: #7FFF50 RGB: (127,255,80)

Color info

#7FFF50 contains mainly green color. Web safe color of #7FFF50 is #66FF66 (or #6F6).

RGB color model

#7FFF50 color RGB value is (127,255,80).

RGB: (127,255,80) (50%, 100%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 255 of 255 = 100%
B 80 of 255 = 31%

127
255
80

R + G + B ~ 60%. #7FFF50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 255 + 80 = 462 (100%)
R 127 of 462 ~ 27.49%
G 255 of 462 ~ 55.19%
B 80 of 462 ~ 17.32'%

%27.49
%55.19
%17.32

CMYK color model

#7FFF50 color CMYK value is (50,0,69,0).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 68.63%
  • key color value is 0.00%

CMYK: (50,0,69,0)
C50M0Y69K0 (50%, 0%, 69%, 0%)
(0.50 / 0.00 / 0.69 / 0.00)

CMYK percentages

%50.2
%0
%68.63
%0

Codes

Color #7FFF50 in popluar color models

7F FF 50
RGB 127 255 80
HSL 104° 100.00% 65.69%
HSB/HSV 104° 68.63% 100.00%
CMYK 50.20% 0.00% 68.63%
0.00%

Color #7FFF50 in popluar number systems.

HEX 7F FF 50
Decimal 127 255 80
Binary 1111111 11111111 1010000
Octal 177 377 120

Shades and tints

Shades of #7FFF50

#7FFF50
(127,255,80)
#74E849
(116,232,73)
#69D142
(105,209,66)
#5EBA3B
(94,186,59)
#53A334
(83,163,52)
#488C2D
(72,140,45)
#3D7526
(61,117,38)
#325E1F
(50,94,31)
#274718
(39,71,24)
#1C3011
(28,48,17)
#11190A
(17,25,10)
#000000
(0,0,0)

Tints of #7FFF50

#7FFF50
(127,255,80)
#8AFF5F
(138,255,95)
#95FF6E
(149,255,110)
#A0FF7D
(160,255,125)
#ABFF8C
(171,255,140)
#B6FF9B
(182,255,155)
#C1FFAA
(193,255,170)
#CCFFB9
(204,255,185)
#D7FFC8
(215,255,200)
#E2FFD7
(226,255,215)
#EDFFE6
(237,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FFF50 color. Also use rgb(127,255,80) instead hex code.

Text Font Color

.myTextColor { color: #7FFF50; }

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

This text font color is #7FFF50.

Background Color

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

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

This div background color is #7FFF50.

Border color

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

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

This div border color is #7FFF50.

Opacity

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

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

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

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

This text has shadow with #7FFF50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FFF50.

Preview

Color preview on black background

This text has color #7FFF50 on black background.


Color preview on white background

This text has color #7FFF50 on white background.


Black color preview on #7FFF50 background

This text has black color on #7FFF50 background.


White color preview on #7FFF50 background

This text has white color on #7FFF50 background.


Related colors

Complementary color

Complementary color for #hex is #8000AF.


I love getcolorcode.com

Triadic colors

1 #507FFF and #FF507F with #7FFF50 are triadic colors.

2 #50FF7F and #FF7F50 with #7FFF50 are triadic colors.