COLOR #7FFA8D

HEX: #7FFA8D RGB: (127,250,141)

Color info

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

RGB color model

#7FFA8D color RGB value is (127,250,141).

RGB: (127,250,141) (50%, 98%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 250 of 255 = 98%
B 141 of 255 = 55%

127
250
141

R + G + B ~ 68%. #7FFA8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 250 + 141 = 518 (100%)
R 127 of 518 ~ 24.52%
G 250 of 518 ~ 48.26%
B 141 of 518 ~ 27.22'%

%24.52
%48.26
%27.22

CMYK color model

#7FFA8D color CMYK value is (49,0,44,2).

  • cyan value is 49.20%
  • magenta value is 0.00%
  • yellow value is 43.60%
  • key color value is 1.96%

CMYK: (49,0,44,2)
C49M0Y44K2 (49%, 0%, 44%, 2%)
(0.49 / 0.00 / 0.44 / 0.02)

CMYK percentages

%49.2
%0
%43.6
%1.96

Codes

Color #7FFA8D in popluar color models

7F FA 8D
RGB 127 250 141
HSL 127° 92.48% 73.92%
HSB/HSV 127° 49.20% 98.04%
CMYK 49.20% 0.00% 43.60%
1.96%

Color #7FFA8D in popluar number systems.

HEX 7F FA 8D
Decimal 127 250 141
Binary 1111111 11111010 10001101
Octal 177 372 215

Shades and tints

Shades of #7FFA8D

#7FFA8D
(127,250,141)
#74E481
(116,228,129)
#69CE75
(105,206,117)
#5EB869
(94,184,105)
#53A25D
(83,162,93)
#488C51
(72,140,81)
#3D7645
(61,118,69)
#326039
(50,96,57)
#274A2D
(39,74,45)
#1C3421
(28,52,33)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #7FFA8D

#7FFA8D
(127,250,141)
#8AFA97
(138,250,151)
#95FAA1
(149,250,161)
#A0FAAB
(160,250,171)
#ABFAB5
(171,250,181)
#B6FABF
(182,250,191)
#C1FAC9
(193,250,201)
#CCFAD3
(204,250,211)
#D7FADD
(215,250,221)
#E2FAE7
(226,250,231)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FFA8D color. Also use rgb(127,250,141) instead hex code.

Text Font Color

.myTextColor { color: #7FFA8D; }

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

This text font color is #7FFA8D.

Background Color

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

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

This div background color is #7FFA8D.

Border color

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

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

This div border color is #7FFA8D.

Opacity

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

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

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

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

This text has shadow with #7FFA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FFA8D.

Preview

Color preview on black background

This text has color #7FFA8D on black background.


Color preview on white background

This text has color #7FFA8D on white background.


Black color preview on #7FFA8D background

This text has black color on #7FFA8D background.


White color preview on #7FFA8D background

This text has white color on #7FFA8D background.


Related colors

Complementary color

Complementary color for #hex is #800572.


I love getcolorcode.com

Triadic colors

1 #8D7FFA and #FA8D7F with #7FFA8D are triadic colors.

2 #8DFA7F and #FA7F8D with #7FFA8D are triadic colors.