COLOR #7FC295

HEX: #7FC295
RGB: (127,194,149)

Color info

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

RGB color model

#7FC295 color RGB value is (127,194,149).

  • red value is 127;
  • green value is 194;
  • blue value is 149.
RGB:
(127,194,149)
(50%,76%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 194 of 255 = 76%
B 149 of 255 = 58%

127
194
149

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

Portions of RGB colors in percentages

R + G + B =
127 + 194 + 149 = 470 (100%)
R 127 of 470 ~ 27.02%
G 194 of 470 ~ 41.28%
B 149 of 470 ~ 31.7%

%27.02
%41.28
%31.7

CMYK color model

#7FC295 color CMYK value is (35,0,23,24).

  • cyan value is 34.54%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK:
(35,0,23,24)
C35M0Y23K24 
(35%,0%,23%,24%)
(0.35/0.00/0.23/0.24)	

CMYK percentages

%34.54
%0
%23.2
%23.92

Codes

Color #7FC295 in popluar color models

7FC295
RGB127194149
HSL140°35.45%62.94%
HSB/HSV140°34.54%76.08%
CMYK34.54%0.00%23.20%
23.92%

Color #7FC295 in popluar number systems.

HEX7FC295
Decimal127194149
Binary11111111100001010010101
Octal177302225

Shades and tints

Shades of #7FC295

#7FC295
(127,194,149)
#74B188
(116,177,136)
#69A07B
(105,160,123)
#5E8F6E
(94,143,110)
#537E61
(83,126,97)
#486D54
(72,109,84)
#3D5C47
(61,92,71)
#324B3A
(50,75,58)
#273A2D
(39,58,45)
#1C2920
(28,41,32)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #7FC295

#7FC295
(127,194,149)
#8AC79E
(138,199,158)
#95CCA7
(149,204,167)
#A0D1B0
(160,209,176)
#ABD6B9
(171,214,185)
#B6DBC2
(182,219,194)
#C1E0CB
(193,224,203)
#CCE5D4
(204,229,212)
#D7EADD
(215,234,221)
#E2EFE6
(226,239,230)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC295 color. Also use rgb(127,194,149) instead hex code.

Text Font Color

.myTextColor { color: #7FC295; }

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

This text font color is #7FC295.


Background Color

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

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

This div background color is #7FC295.


Border color

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

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

This div border color is #7FC295.


Opacity

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

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

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

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

This text has shadow with #7FC295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC295 on black background.


Color preview on white background

This text has color #7FC295 on white background.



Black color preview on #7FC295 background

This text has black color on #7FC295 background.


White color preview on #7FC295 background

This text has white color on #7FC295 background.