COLOR #7FD15F

HEX: #7FD15F
RGB: (127,209,95)

Color info

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

RGB color model

#7FD15F color RGB value is (127,209,95).

  • red value is 127;
  • green value is 209;
  • blue value is 95.
RGB:
(127,209,95)
(50%,82%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 209 of 255 = 82%
B 95 of 255 = 37%

127
209
95

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

Portions of RGB colors in percentages

R + G + B =
127 + 209 + 95 = 431 (100%)
R 127 of 431 ~ 29.47%
G 209 of 431 ~ 48.49%
B 95 of 431 ~ 22.04%

%29.47
%48.49
%22.04

CMYK color model

#7FD15F color CMYK value is (39,0,55,18).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(39,0,55,18)
C39M0Y55K18 
(39%,0%,55%,18%)
(0.39/0.00/0.55/0.18)	

CMYK percentages

%39.23
%0
%54.55
%18.04

Codes

Color #7FD15F in popluar color models

7FD15F
RGB12720995
HSL103°55.34%59.61%
HSB/HSV103°54.55%81.96%
CMYK39.23%0.00%54.55%
18.04%

Color #7FD15F in popluar number systems.

HEX7FD15F
Decimal12720995
Binary1111111110100011011111
Octal177321137

Shades and tints

Shades of #7FD15F

#7FD15F
(127,209,95)
#74BE57
(116,190,87)
#69AB4F
(105,171,79)
#5E9847
(94,152,71)
#53853F
(83,133,63)
#487237
(72,114,55)
#3D5F2F
(61,95,47)
#324C27
(50,76,39)
#27391F
(39,57,31)
#1C2617
(28,38,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7FD15F

#7FD15F
(127,209,95)
#8AD56D
(138,213,109)
#95D97B
(149,217,123)
#A0DD89
(160,221,137)
#ABE197
(171,225,151)
#B6E5A5
(182,229,165)
#C1E9B3
(193,233,179)
#CCEDC1
(204,237,193)
#D7F1CF
(215,241,207)
#E2F5DD
(226,245,221)
#EDF9EB
(237,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD15F color. Also use rgb(127,209,95) instead hex code.

Text Font Color

.myTextColor { color: #7FD15F; }

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

This text font color is #7FD15F.


Background Color

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

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

This div background color is #7FD15F.


Border color

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

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

This div border color is #7FD15F.


Opacity

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

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

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

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

This text has shadow with #7FD15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD15F on black background.


Color preview on white background

This text has color #7FD15F on white background.



Black color preview on #7FD15F background

This text has black color on #7FD15F background.


White color preview on #7FD15F background

This text has white color on #7FD15F background.