COLOR #7FC081

HEX: #7FC081 RGB: (127,192,129)

Color info

#7FC081 contains mainly green color. Web safe color of #7FC081 is #66CC99 (or #6C9).

RGB color model

#7FC081 color RGB value is (127,192,129).

RGB: (127,192,129) (50%, 75%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 192 of 255 = 75%
B 129 of 255 = 51%

127
192
129

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

Portions of RGB colors in percentages

R + G + B = 127 + 192 + 129 = 448 (100%)
R 127 of 448 ~ 28.35%
G 192 of 448 ~ 42.86%
B 129 of 448 ~ 28.79'%

%28.35
%42.86
%28.79

CMYK color model

#7FC081 color CMYK value is (34,0,33,25).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 32.81%
  • key color value is 24.71%

CMYK: (34,0,33,25)
C34M0Y33K25 (34%, 0%, 33%, 25%)
(0.34 / 0.00 / 0.33 / 0.25)

CMYK percentages

%33.85
%0
%32.81
%24.71

Codes

Color #7FC081 in popluar color models

7F C0 81
RGB 127 192 129
HSL 122° 34.03% 62.55%
HSB/HSV 122° 33.85% 75.29%
CMYK 33.85% 0.00% 32.81%
24.71%

Color #7FC081 in popluar number systems.

HEX 7F C0 81
Decimal 127 192 129
Binary 1111111 11000000 10000001
Octal 177 300 201

Shades and tints

Shades of #7FC081

#7FC081
(127,192,129)
#74AF76
(116,175,118)
#699E6B
(105,158,107)
#5E8D60
(94,141,96)
#537C55
(83,124,85)
#486B4A
(72,107,74)
#3D5A3F
(61,90,63)
#324934
(50,73,52)
#273829
(39,56,41)
#1C271E
(28,39,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7FC081

#7FC081
(127,192,129)
#8AC58C
(138,197,140)
#95CA97
(149,202,151)
#A0CFA2
(160,207,162)
#ABD4AD
(171,212,173)
#B6D9B8
(182,217,184)
#C1DEC3
(193,222,195)
#CCE3CE
(204,227,206)
#D7E8D9
(215,232,217)
#E2EDE4
(226,237,228)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC081 color. Also use rgb(127,192,129) instead hex code.

Text Font Color

.myTextColor { color: #7FC081; }

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

This text font color is #7FC081.

Background Color

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

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

This div background color is #7FC081.

Border color

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

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

This div border color is #7FC081.

Opacity

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

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

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

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

This text has shadow with #7FC081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC081.

Preview

Color preview on black background

This text has color #7FC081 on black background.


Color preview on white background

This text has color #7FC081 on white background.


Black color preview on #7FC081 background

This text has black color on #7FC081 background.


White color preview on #7FC081 background

This text has white color on #7FC081 background.


Related colors

Complementary color

Complementary color for #hex is #803F7E.


I love getcolorcode.com

Triadic colors

1 #817FC0 and #C0817F with #7FC081 are triadic colors.

2 #81C07F and #C07F81 with #7FC081 are triadic colors.