COLOR #7FED96

HEX: #7FED96
RGB: (127,237,150)

Color info

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

RGB color model

#7FED96 color RGB value is (127,237,150).

  • red value is 127;
  • green value is 237;
  • blue value is 150.
RGB:
(127,237,150)
(50%,93%,59%)

RGB channels and saturation

R 127 of 255 = 50%
G 237 of 255 = 93%
B 150 of 255 = 59%

127
237
150

R + G + B ~ 67%. #7FED96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 237 + 150 = 514 (100%)
R 127 of 514 ~ 24.71%
G 237 of 514 ~ 46.11%
B 150 of 514 ~ 29.18%

%24.71
%46.11
%29.18

CMYK color model

#7FED96 color CMYK value is (46,0,37,7).

  • cyan value is 46.41%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(46,0,37,7)
C46M0Y37K7 
(46%,0%,37%,7%)
(0.46/0.00/0.37/0.07)	

CMYK percentages

%46.41
%0
%36.71
%7.06

Codes

Color #7FED96 in popluar color models

7FED96
RGB127237150
HSL133°75.34%71.37%
HSB/HSV133°46.41%92.94%
CMYK46.41%0.00%36.71%
7.06%

Color #7FED96 in popluar number systems.

HEX7FED96
Decimal127237150
Binary11111111110110110010110
Octal177355226

Shades and tints

Shades of #7FED96

#7FED96
(127,237,150)
#74D889
(116,216,137)
#69C37C
(105,195,124)
#5EAE6F
(94,174,111)
#539962
(83,153,98)
#488455
(72,132,85)
#3D6F48
(61,111,72)
#325A3B
(50,90,59)
#27452E
(39,69,46)
#1C3021
(28,48,33)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #7FED96

#7FED96
(127,237,150)
#8AEE9F
(138,238,159)
#95EFA8
(149,239,168)
#A0F0B1
(160,240,177)
#ABF1BA
(171,241,186)
#B6F2C3
(182,242,195)
#C1F3CC
(193,243,204)
#CCF4D5
(204,244,213)
#D7F5DE
(215,245,222)
#E2F6E7
(226,246,231)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FED96 color. Also use rgb(127,237,150) instead hex code.

Text Font Color

.myTextColor { color: #7FED96; }

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

This text font color is #7FED96.


Background Color

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

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

This div background color is #7FED96.


Border color

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

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

This div border color is #7FED96.


Opacity

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

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

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

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

This text has shadow with #7FED96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FED96 on black background.


Color preview on white background

This text has color #7FED96 on white background.



Black color preview on #7FED96 background

This text has black color on #7FED96 background.


White color preview on #7FED96 background

This text has white color on #7FED96 background.