COLOR #7FD86E

HEX: #7FD86E
RGB: (127,216,110)

Color info

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

RGB color model

#7FD86E color RGB value is (127,216,110).

  • red value is 127;
  • green value is 216;
  • blue value is 110.
RGB:
(127,216,110)
(50%,85%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 216 of 255 = 85%
B 110 of 255 = 43%

127
216
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 216 + 110 = 453 (100%)
R 127 of 453 ~ 28.04%
G 216 of 453 ~ 47.68%
B 110 of 453 ~ 24.28%

%28.04
%47.68
%24.28

CMYK color model

#7FD86E color CMYK value is (41,0,49,15).

  • cyan value is 41.20%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 15.29%
CMYK:
(41,0,49,15)
C41M0Y49K15 
(41%,0%,49%,15%)
(0.41/0.00/0.49/0.15)	

CMYK percentages

%41.2
%0
%49.07
%15.29

Codes

Color #7FD86E in popluar color models

7FD86E
RGB127216110
HSL110°57.61%63.92%
HSB/HSV110°49.07%84.71%
CMYK41.20%0.00%49.07%
15.29%

Color #7FD86E in popluar number systems.

HEX7FD86E
Decimal127216110
Binary1111111110110001101110
Octal177330156

Shades and tints

Shades of #7FD86E

#7FD86E
(127,216,110)
#74C564
(116,197,100)
#69B25A
(105,178,90)
#5E9F50
(94,159,80)
#538C46
(83,140,70)
#48793C
(72,121,60)
#3D6632
(61,102,50)
#325328
(50,83,40)
#27401E
(39,64,30)
#1C2D14
(28,45,20)
#111A0A
(17,26,10)
#000000
(0,0,0)

Tints of #7FD86E

#7FD86E
(127,216,110)
#8ADB7B
(138,219,123)
#95DE88
(149,222,136)
#A0E195
(160,225,149)
#ABE4A2
(171,228,162)
#B6E7AF
(182,231,175)
#C1EABC
(193,234,188)
#CCEDC9
(204,237,201)
#D7F0D6
(215,240,214)
#E2F3E3
(226,243,227)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD86E color. Also use rgb(127,216,110) instead hex code.

Text Font Color

.myTextColor { color: #7FD86E; }

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

This text font color is #7FD86E.


Background Color

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

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

This div background color is #7FD86E.


Border color

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

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

This div border color is #7FD86E.


Opacity

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

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

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

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

This text has shadow with #7FD86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD86E on black background.


Color preview on white background

This text has color #7FD86E on white background.



Black color preview on #7FD86E background

This text has black color on #7FD86E background.


White color preview on #7FD86E background

This text has white color on #7FD86E background.