COLOR #7FC38C

HEX: #7FC38C
RGB: (127,195,140)

Color info

#7FC38C contains mainly green and blue colors. Web safe color of #7FC38C is #66CC99 (or #6C9).

RGB color model

#7FC38C color RGB value is (127,195,140).

  • red value is 127;
  • green value is 195;
  • blue value is 140.
RGB:
(127,195,140)
(50%,76%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 140 of 255 = 55%

127
195
140

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

Portions of RGB colors in percentages

R + G + B =
127 + 195 + 140 = 462 (100%)
R 127 of 462 ~ 27.49%
G 195 of 462 ~ 42.21%
B 140 of 462 ~ 30.3%

%27.49
%42.21
%30.3

CMYK color model

#7FC38C color CMYK value is (35,0,28,24).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(35,0,28,24)
C35M0Y28K24 
(35%,0%,28%,24%)
(0.35/0.00/0.28/0.24)	

CMYK percentages

%34.87
%0
%28.21
%23.53

Codes

Color #7FC38C in popluar color models

7FC38C
RGB127195140
HSL131°36.17%63.14%
HSB/HSV131°34.87%76.47%
CMYK34.87%0.00%28.21%
23.53%

Color #7FC38C in popluar number systems.

HEX7FC38C
Decimal127195140
Binary11111111100001110001100
Octal177303214

Shades and tints

Shades of #7FC38C

#7FC38C
(127,195,140)
#74B280
(116,178,128)
#69A174
(105,161,116)
#5E9068
(94,144,104)
#537F5C
(83,127,92)
#486E50
(72,110,80)
#3D5D44
(61,93,68)
#324C38
(50,76,56)
#273B2C
(39,59,44)
#1C2A20
(28,42,32)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #7FC38C

#7FC38C
(127,195,140)
#8AC896
(138,200,150)
#95CDA0
(149,205,160)
#A0D2AA
(160,210,170)
#ABD7B4
(171,215,180)
#B6DCBE
(182,220,190)
#C1E1C8
(193,225,200)
#CCE6D2
(204,230,210)
#D7EBDC
(215,235,220)
#E2F0E6
(226,240,230)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC38C color. Also use rgb(127,195,140) instead hex code.

Text Font Color

.myTextColor { color: #7FC38C; }

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

This text font color is #7FC38C.


Background Color

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

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

This div background color is #7FC38C.


Border color

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

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

This div border color is #7FC38C.


Opacity

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

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

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

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

This text has shadow with #7FC38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC38C on black background.


Color preview on white background

This text has color #7FC38C on white background.



Black color preview on #7FC38C background

This text has black color on #7FC38C background.


White color preview on #7FC38C background

This text has white color on #7FC38C background.