COLOR #7FC782

HEX: #7FC782
RGB: (127,199,130)

Color info

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

RGB color model

#7FC782 color RGB value is (127,199,130).

  • red value is 127;
  • green value is 199;
  • blue value is 130.
RGB:
(127,199,130)
(50%,78%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 199 of 255 = 78%
B 130 of 255 = 51%

127
199
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 199 + 130 = 456 (100%)
R 127 of 456 ~ 27.85%
G 199 of 456 ~ 43.64%
B 130 of 456 ~ 28.51%

%27.85
%43.64
%28.51

CMYK color model

#7FC782 color CMYK value is (36,0,35,22).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(36,0,35,22)
C36M0Y35K22 
(36%,0%,35%,22%)
(0.36/0.00/0.35/0.22)	

CMYK percentages

%36.18
%0
%34.67
%21.96

Codes

Color #7FC782 in popluar color models

7FC782
RGB127199130
HSL123°39.13%63.92%
HSB/HSV123°36.18%78.04%
CMYK36.18%0.00%34.67%
21.96%

Color #7FC782 in popluar number systems.

HEX7FC782
Decimal127199130
Binary11111111100011110000010
Octal177307202

Shades and tints

Shades of #7FC782

#7FC782
(127,199,130)
#74B577
(116,181,119)
#69A36C
(105,163,108)
#5E9161
(94,145,97)
#537F56
(83,127,86)
#486D4B
(72,109,75)
#3D5B40
(61,91,64)
#324935
(50,73,53)
#27372A
(39,55,42)
#1C251F
(28,37,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7FC782

#7FC782
(127,199,130)
#8ACC8D
(138,204,141)
#95D198
(149,209,152)
#A0D6A3
(160,214,163)
#ABDBAE
(171,219,174)
#B6E0B9
(182,224,185)
#C1E5C4
(193,229,196)
#CCEACF
(204,234,207)
#D7EFDA
(215,239,218)
#E2F4E5
(226,244,229)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC782 color. Also use rgb(127,199,130) instead hex code.

Text Font Color

.myTextColor { color: #7FC782; }

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

This text font color is #7FC782.


Background Color

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

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

This div background color is #7FC782.


Border color

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

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

This div border color is #7FC782.


Opacity

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

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

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

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

This text has shadow with #7FC782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC782 on black background.


Color preview on white background

This text has color #7FC782 on white background.



Black color preview on #7FC782 background

This text has black color on #7FC782 background.


White color preview on #7FC782 background

This text has white color on #7FC782 background.