COLOR #7FD577

HEX: #7FD577
RGB: (127,213,119)

Color info

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

RGB color model

#7FD577 color RGB value is (127,213,119).

  • red value is 127;
  • green value is 213;
  • blue value is 119.
RGB:
(127,213,119)
(50%,84%,47%)

RGB channels and saturation

R 127 of 255 = 50%
G 213 of 255 = 84%
B 119 of 255 = 47%

127
213
119

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

Portions of RGB colors in percentages

R + G + B =
127 + 213 + 119 = 459 (100%)
R 127 of 459 ~ 27.67%
G 213 of 459 ~ 46.41%
B 119 of 459 ~ 25.93%

%27.67
%46.41
%25.93

CMYK color model

#7FD577 color CMYK value is (40,0,44,16).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(40,0,44,16)
C40M0Y44K16 
(40%,0%,44%,16%)
(0.40/0.00/0.44/0.16)	

CMYK percentages

%40.38
%0
%44.13
%16.47

Codes

Color #7FD577 in popluar color models

7FD577
RGB127213119
HSL115°52.81%65.10%
HSB/HSV115°44.13%83.53%
CMYK40.38%0.00%44.13%
16.47%

Color #7FD577 in popluar number systems.

HEX7FD577
Decimal127213119
Binary1111111110101011110111
Octal177325167

Shades and tints

Shades of #7FD577

#7FD577
(127,213,119)
#74C26D
(116,194,109)
#69AF63
(105,175,99)
#5E9C59
(94,156,89)
#53894F
(83,137,79)
#487645
(72,118,69)
#3D633B
(61,99,59)
#325031
(50,80,49)
#273D27
(39,61,39)
#1C2A1D
(28,42,29)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #7FD577

#7FD577
(127,213,119)
#8AD883
(138,216,131)
#95DB8F
(149,219,143)
#A0DE9B
(160,222,155)
#ABE1A7
(171,225,167)
#B6E4B3
(182,228,179)
#C1E7BF
(193,231,191)
#CCEACB
(204,234,203)
#D7EDD7
(215,237,215)
#E2F0E3
(226,240,227)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD577 color. Also use rgb(127,213,119) instead hex code.

Text Font Color

.myTextColor { color: #7FD577; }

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

This text font color is #7FD577.


Background Color

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

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

This div background color is #7FD577.


Border color

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

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

This div border color is #7FD577.


Opacity

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

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

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

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

This text has shadow with #7FD577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD577 on black background.


Color preview on white background

This text has color #7FD577 on white background.



Black color preview on #7FD577 background

This text has black color on #7FD577 background.


White color preview on #7FD577 background

This text has white color on #7FD577 background.