COLOR #7DC56F

HEX: #7DC56F
RGB: (125,197,111)

Color info

#7DC56F contains mainly green color. Web safe color of #7DC56F is #66CC66 (or #6C6).

RGB color model

#7DC56F color RGB value is (125,197,111).

  • red value is 125;
  • green value is 197;
  • blue value is 111.
RGB:
(125,197,111)
(49%,77%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 197 of 255 = 77%
B 111 of 255 = 44%

125
197
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 197 + 111 = 433 (100%)
R 125 of 433 ~ 28.87%
G 197 of 433 ~ 45.5%
B 111 of 433 ~ 25.64%

%28.87
%45.5
%25.64

CMYK color model

#7DC56F color CMYK value is (37,0,44,23).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 22.75%
CMYK:
(37,0,44,23)
C37M0Y44K23 
(37%,0%,44%,23%)
(0.37/0.00/0.44/0.23)	

CMYK percentages

%36.55
%0
%43.65
%22.75

Codes

Color #7DC56F in popluar color models

7DC56F
RGB125197111
HSL110°42.57%60.39%
HSB/HSV110°43.65%77.25%
CMYK36.55%0.00%43.65%
22.75%

Color #7DC56F in popluar number systems.

HEX7DC56F
Decimal125197111
Binary1111101110001011101111
Octal175305157

Shades and tints

Shades of #7DC56F

#7DC56F
(125,197,111)
#72B465
(114,180,101)
#67A35B
(103,163,91)
#5C9251
(92,146,81)
#518147
(81,129,71)
#46703D
(70,112,61)
#3B5F33
(59,95,51)
#304E29
(48,78,41)
#253D1F
(37,61,31)
#1A2C15
(26,44,21)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #7DC56F

#7DC56F
(125,197,111)
#88CA7C
(136,202,124)
#93CF89
(147,207,137)
#9ED496
(158,212,150)
#A9D9A3
(169,217,163)
#B4DEB0
(180,222,176)
#BFE3BD
(191,227,189)
#CAE8CA
(202,232,202)
#D5EDD7
(213,237,215)
#E0F2E4
(224,242,228)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC56F color. Also use rgb(125,197,111) instead hex code.

Text Font Color

.myTextColor { color: #7DC56F; }

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

This text font color is #7DC56F.


Background Color

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

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

This div background color is #7DC56F.


Border color

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

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

This div border color is #7DC56F.


Opacity

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

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

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

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

This text has shadow with #7DC56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC56F on black background.


Color preview on white background

This text has color #7DC56F on white background.



Black color preview on #7DC56F background

This text has black color on #7DC56F background.


White color preview on #7DC56F background

This text has white color on #7DC56F background.