COLOR #7DC479

HEX: #7DC479 RGB: (125,196,121)

Color info

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

RGB color model

#7DC479 color RGB value is (125,196,121).

RGB: (125,196,121) (49%, 77%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 196 of 255 = 77%
B 121 of 255 = 47%

125
196
121

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

Portions of RGB colors in percentages

R + G + B = 125 + 196 + 121 = 442 (100%)
R 125 of 442 ~ 28.28%
G 196 of 442 ~ 44.34%
B 121 of 442 ~ 27.38'%

%28.28
%44.34
%27.38

CMYK color model

#7DC479 color CMYK value is (36,0,38,23).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 38.27%
  • key color value is 23.14%

CMYK: (36,0,38,23)
C36M0Y38K23 (36%, 0%, 38%, 23%)
(0.36 / 0.00 / 0.38 / 0.23)

CMYK percentages

%36.22
%0
%38.27
%23.14

Codes

Color #7DC479 in popluar color models

7D C4 79
RGB 125 196 121
HSL 117° 38.86% 62.16%
HSB/HSV 117° 38.27% 76.86%
CMYK 36.22% 0.00% 38.27%
23.14%

Color #7DC479 in popluar number systems.

HEX 7D C4 79
Decimal 125 196 121
Binary 1111101 11000100 1111001
Octal 175 304 171

Shades and tints

Shades of #7DC479

#7DC479
(125,196,121)
#72B36E
(114,179,110)
#67A263
(103,162,99)
#5C9158
(92,145,88)
#51804D
(81,128,77)
#466F42
(70,111,66)
#3B5E37
(59,94,55)
#304D2C
(48,77,44)
#253C21
(37,60,33)
#1A2B16
(26,43,22)
#0F1A0B
(15,26,11)
#000000
(0,0,0)

Tints of #7DC479

#7DC479
(125,196,121)
#88C985
(136,201,133)
#93CE91
(147,206,145)
#9ED39D
(158,211,157)
#A9D8A9
(169,216,169)
#B4DDB5
(180,221,181)
#BFE2C1
(191,226,193)
#CAE7CD
(202,231,205)
#D5ECD9
(213,236,217)
#E0F1E5
(224,241,229)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC479 color. Also use rgb(125,196,121) instead hex code.

Text Font Color

.myTextColor { color: #7DC479; }

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

This text font color is #7DC479.

Background Color

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

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

This div background color is #7DC479.

Border color

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

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

This div border color is #7DC479.

Opacity

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

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

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

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

This text has shadow with #7DC479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC479.

Preview

Color preview on black background

This text has color #7DC479 on black background.


Color preview on white background

This text has color #7DC479 on white background.


Black color preview on #7DC479 background

This text has black color on #7DC479 background.


White color preview on #7DC479 background

This text has white color on #7DC479 background.


Related colors

Complementary color

Complementary color for #hex is #823B86.


I love getcolorcode.com

Triadic colors

1 #797DC4 and #C4797D with #7DC479 are triadic colors.

2 #79C47D and #C47D79 with #7DC479 are triadic colors.