COLOR #7DD374

HEX: #7DD374
RGB: (125,211,116)

Color info

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

RGB color model

#7DD374 color RGB value is (125,211,116).

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

RGB channels and saturation

R 125 of 255 = 49%
G 211 of 255 = 83%
B 116 of 255 = 45%

125
211
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 211 + 116 = 452 (100%)
R 125 of 452 ~ 27.65%
G 211 of 452 ~ 46.68%
B 116 of 452 ~ 25.66%

%27.65
%46.68
%25.66

CMYK color model

#7DD374 color CMYK value is (41,0,45,17).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 45.02%
  • key color value is 17.25%
CMYK:
(41,0,45,17)
C41M0Y45K17 
(41%,0%,45%,17%)
(0.41/0.00/0.45/0.17)	

CMYK percentages

%40.76
%0
%45.02
%17.25

Codes

Color #7DD374 in popluar color models

7DD374
RGB125211116
HSL114°51.91%64.12%
HSB/HSV114°45.02%82.75%
CMYK40.76%0.00%45.02%
17.25%

Color #7DD374 in popluar number systems.

HEX7DD374
Decimal125211116
Binary1111101110100111110100
Octal175323164

Shades and tints

Shades of #7DD374

#7DD374
(125,211,116)
#72C06A
(114,192,106)
#67AD60
(103,173,96)
#5C9A56
(92,154,86)
#51874C
(81,135,76)
#467442
(70,116,66)
#3B6138
(59,97,56)
#304E2E
(48,78,46)
#253B24
(37,59,36)
#1A281A
(26,40,26)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7DD374

#7DD374
(125,211,116)
#88D780
(136,215,128)
#93DB8C
(147,219,140)
#9EDF98
(158,223,152)
#A9E3A4
(169,227,164)
#B4E7B0
(180,231,176)
#BFEBBC
(191,235,188)
#CAEFC8
(202,239,200)
#D5F3D4
(213,243,212)
#E0F7E0
(224,247,224)
#EBFBEC
(235,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD374; }

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

This text font color is #7DD374.


Background Color

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

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

This div background color is #7DD374.


Border color

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

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

This div border color is #7DD374.


Opacity

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

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

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

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

This text has shadow with #7DD374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD374 on black background.


Color preview on white background

This text has color #7DD374 on white background.



Black color preview on #7DD374 background

This text has black color on #7DD374 background.


White color preview on #7DD374 background

This text has white color on #7DD374 background.