COLOR #7DCD74

HEX: #7DCD74
RGB: (125,205,116)

Color info

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

RGB color model

#7DCD74 color RGB value is (125,205,116).

  • red value is 125;
  • green value is 205;
  • blue value is 116.
RGB:
(125,205,116)
(49%,80%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 205 of 255 = 80%
B 116 of 255 = 45%

125
205
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 205 + 116 = 446 (100%)
R 125 of 446 ~ 28.03%
G 205 of 446 ~ 45.96%
B 116 of 446 ~ 26.01%

%28.03
%45.96
%26.01

CMYK color model

#7DCD74 color CMYK value is (39,0,43,20).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 19.61%
CMYK:
(39,0,43,20)
C39M0Y43K20 
(39%,0%,43%,20%)
(0.39/0.00/0.43/0.20)	

CMYK percentages

%39.02
%0
%43.41
%19.61

Codes

Color #7DCD74 in popluar color models

7DCD74
RGB125205116
HSL114°47.09%62.94%
HSB/HSV114°43.41%80.39%
CMYK39.02%0.00%43.41%
19.61%

Color #7DCD74 in popluar number systems.

HEX7DCD74
Decimal125205116
Binary1111101110011011110100
Octal175315164

Shades and tints

Shades of #7DCD74

#7DCD74
(125,205,116)
#72BB6A
(114,187,106)
#67A960
(103,169,96)
#5C9756
(92,151,86)
#51854C
(81,133,76)
#467342
(70,115,66)
#3B6138
(59,97,56)
#304F2E
(48,79,46)
#253D24
(37,61,36)
#1A2B1A
(26,43,26)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #7DCD74

#7DCD74
(125,205,116)
#88D180
(136,209,128)
#93D58C
(147,213,140)
#9ED998
(158,217,152)
#A9DDA4
(169,221,164)
#B4E1B0
(180,225,176)
#BFE5BC
(191,229,188)
#CAE9C8
(202,233,200)
#D5EDD4
(213,237,212)
#E0F1E0
(224,241,224)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCD74 color. Also use rgb(125,205,116) instead hex code.

Text Font Color

.myTextColor { color: #7DCD74; }

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

This text font color is #7DCD74.


Background Color

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

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

This div background color is #7DCD74.


Border color

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

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

This div border color is #7DCD74.


Opacity

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

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

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

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

This text has shadow with #7DCD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCD74 on black background.


Color preview on white background

This text has color #7DCD74 on white background.



Black color preview on #7DCD74 background

This text has black color on #7DCD74 background.


White color preview on #7DCD74 background

This text has white color on #7DCD74 background.