COLOR #7FD77E

HEX: #7FD77E
RGB: (127,215,126)

Color info

#7FD77E contains mainly green color. Web safe color of #7FD77E is #66CC66 (or #6C6).

RGB color model

#7FD77E color RGB value is (127,215,126).

  • red value is 127;
  • green value is 215;
  • blue value is 126.
RGB:
(127,215,126)
(50%,84%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 215 of 255 = 84%
B 126 of 255 = 49%

127
215
126

R + G + B ~ 61%. #7FD77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 215 + 126 = 468 (100%)
R 127 of 468 ~ 27.14%
G 215 of 468 ~ 45.94%
B 126 of 468 ~ 26.92%

%27.14
%45.94
%26.92

CMYK color model

#7FD77E color CMYK value is (41,0,41,16).

  • cyan value is 40.93%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK:
(41,0,41,16)
C41M0Y41K16 
(41%,0%,41%,16%)
(0.41/0.00/0.41/0.16)	

CMYK percentages

%40.93
%0
%41.4
%15.69

Codes

Color #7FD77E in popluar color models

7FD77E
RGB127215126
HSL119°52.66%66.86%
HSB/HSV119°41.40%84.31%
CMYK40.93%0.00%41.40%
15.69%

Color #7FD77E in popluar number systems.

HEX7FD77E
Decimal127215126
Binary1111111110101111111110
Octal177327176

Shades and tints

Shades of #7FD77E

#7FD77E
(127,215,126)
#74C473
(116,196,115)
#69B168
(105,177,104)
#5E9E5D
(94,158,93)
#538B52
(83,139,82)
#487847
(72,120,71)
#3D653C
(61,101,60)
#325231
(50,82,49)
#273F26
(39,63,38)
#1C2C1B
(28,44,27)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #7FD77E

#7FD77E
(127,215,126)
#8ADA89
(138,218,137)
#95DD94
(149,221,148)
#A0E09F
(160,224,159)
#ABE3AA
(171,227,170)
#B6E6B5
(182,230,181)
#C1E9C0
(193,233,192)
#CCECCB
(204,236,203)
#D7EFD6
(215,239,214)
#E2F2E1
(226,242,225)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD77E color. Also use rgb(127,215,126) instead hex code.

Text Font Color

.myTextColor { color: #7FD77E; }

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

This text font color is #7FD77E.


Background Color

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

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

This div background color is #7FD77E.


Border color

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

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

This div border color is #7FD77E.


Opacity

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

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

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

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

This text has shadow with #7FD77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD77E on black background.


Color preview on white background

This text has color #7FD77E on white background.



Black color preview on #7FD77E background

This text has black color on #7FD77E background.


White color preview on #7FD77E background

This text has white color on #7FD77E background.