COLOR #7FCE81

HEX: #7FCE81 RGB: (127,206,129)

Color info

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

RGB color model

#7FCE81 color RGB value is (127,206,129).

RGB: (127,206,129) (50%, 81%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 206 of 255 = 81%
B 129 of 255 = 51%

127
206
129

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

Portions of RGB colors in percentages

R + G + B = 127 + 206 + 129 = 462 (100%)
R 127 of 462 ~ 27.49%
G 206 of 462 ~ 44.59%
B 129 of 462 ~ 27.92'%

%27.49
%44.59
%27.92

CMYK color model

#7FCE81 color CMYK value is (38,0,37,19).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 19.22%

CMYK: (38,0,37,19)
C38M0Y37K19 (38%, 0%, 37%, 19%)
(0.38 / 0.00 / 0.37 / 0.19)

CMYK percentages

%38.35
%0
%37.38
%19.22

Codes

Color #7FCE81 in popluar color models

7F CE 81
RGB 127 206 129
HSL 122° 44.63% 65.29%
HSB/HSV 122° 38.35% 80.78%
CMYK 38.35% 0.00% 37.38%
19.22%

Color #7FCE81 in popluar number systems.

HEX 7F CE 81
Decimal 127 206 129
Binary 1111111 11001110 10000001
Octal 177 316 201

Shades and tints

Shades of #7FCE81

#7FCE81
(127,206,129)
#74BC76
(116,188,118)
#69AA6B
(105,170,107)
#5E9860
(94,152,96)
#538655
(83,134,85)
#48744A
(72,116,74)
#3D623F
(61,98,63)
#325034
(50,80,52)
#273E29
(39,62,41)
#1C2C1E
(28,44,30)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #7FCE81

#7FCE81
(127,206,129)
#8AD28C
(138,210,140)
#95D697
(149,214,151)
#A0DAA2
(160,218,162)
#ABDEAD
(171,222,173)
#B6E2B8
(182,226,184)
#C1E6C3
(193,230,195)
#CCEACE
(204,234,206)
#D7EED9
(215,238,217)
#E2F2E4
(226,242,228)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCE81; }

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

This text font color is #7FCE81.

Background Color

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

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

This div background color is #7FCE81.

Border color

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

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

This div border color is #7FCE81.

Opacity

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

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

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

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

This text has shadow with #7FCE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCE81.

Preview

Color preview on black background

This text has color #7FCE81 on black background.


Color preview on white background

This text has color #7FCE81 on white background.


Black color preview on #7FCE81 background

This text has black color on #7FCE81 background.


White color preview on #7FCE81 background

This text has white color on #7FCE81 background.


Related colors

Complementary color

Complementary color for #hex is #80317E.


I love getcolorcode.com

Triadic colors

1 #817FCE and #CE817F with #7FCE81 are triadic colors.

2 #81CE7F and #CE7F81 with #7FCE81 are triadic colors.