COLOR #7DD45F

HEX: #7DD45F
RGB: (125,212,95)

Color info

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

RGB color model

#7DD45F color RGB value is (125,212,95).

  • red value is 125;
  • green value is 212;
  • blue value is 95.
RGB:
(125,212,95)
(49%,83%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 212 of 255 = 83%
B 95 of 255 = 37%

125
212
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 212 + 95 = 432 (100%)
R 125 of 432 ~ 28.94%
G 212 of 432 ~ 49.07%
B 95 of 432 ~ 21.99%

%28.94
%49.07
%21.99

CMYK color model

#7DD45F color CMYK value is (41,0,55,17).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 55.19%
  • key color value is 16.86%
CMYK:
(41,0,55,17)
C41M0Y55K17 
(41%,0%,55%,17%)
(0.41/0.00/0.55/0.17)	

CMYK percentages

%41.04
%0
%55.19
%16.86

Codes

Color #7DD45F in popluar color models

7DD45F
RGB12521295
HSL105°57.64%60.20%
HSB/HSV105°55.19%83.14%
CMYK41.04%0.00%55.19%
16.86%

Color #7DD45F in popluar number systems.

HEX7DD45F
Decimal12521295
Binary1111101110101001011111
Octal175324137

Shades and tints

Shades of #7DD45F

#7DD45F
(125,212,95)
#72C157
(114,193,87)
#67AE4F
(103,174,79)
#5C9B47
(92,155,71)
#51883F
(81,136,63)
#467537
(70,117,55)
#3B622F
(59,98,47)
#304F27
(48,79,39)
#253C1F
(37,60,31)
#1A2917
(26,41,23)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #7DD45F

#7DD45F
(125,212,95)
#88D76D
(136,215,109)
#93DA7B
(147,218,123)
#9EDD89
(158,221,137)
#A9E097
(169,224,151)
#B4E3A5
(180,227,165)
#BFE6B3
(191,230,179)
#CAE9C1
(202,233,193)
#D5ECCF
(213,236,207)
#E0EFDD
(224,239,221)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD45F color. Also use rgb(125,212,95) instead hex code.

Text Font Color

.myTextColor { color: #7DD45F; }

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

This text font color is #7DD45F.


Background Color

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

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

This div background color is #7DD45F.


Border color

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

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

This div border color is #7DD45F.


Opacity

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

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

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

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

This text has shadow with #7DD45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD45F on black background.


Color preview on white background

This text has color #7DD45F on white background.



Black color preview on #7DD45F background

This text has black color on #7DD45F background.


White color preview on #7DD45F background

This text has white color on #7DD45F background.