COLOR #7DD44D

HEX: #7DD44D
RGB: (125,212,77)

Color info

#7DD44D contains mainly green color. Web safe color of #7DD44D is #66CC33 (or #6C3).

RGB color model

#7DD44D color RGB value is (125,212,77).

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

RGB channels and saturation

R 125 of 255 = 49%
G 212 of 255 = 83%
B 77 of 255 = 30%

125
212
77

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

Portions of RGB colors in percentages

R + G + B =
125 + 212 + 77 = 414 (100%)
R 125 of 414 ~ 30.19%
G 212 of 414 ~ 51.21%
B 77 of 414 ~ 18.6%

%30.19
%51.21
%18.6

CMYK color model

#7DD44D color CMYK value is (41,0,64,17).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 16.86%
CMYK:
(41,0,64,17)
C41M0Y64K17 
(41%,0%,64%,17%)
(0.41/0.00/0.64/0.17)	

CMYK percentages

%41.04
%0
%63.68
%16.86

Codes

Color #7DD44D in popluar color models

7DD44D
RGB12521277
HSL99°61.09%56.67%
HSB/HSV99°63.68%83.14%
CMYK41.04%0.00%63.68%
16.86%

Color #7DD44D in popluar number systems.

HEX7DD44D
Decimal12521277
Binary1111101110101001001101
Octal175324115

Shades and tints

Shades of #7DD44D

#7DD44D
(125,212,77)
#72C146
(114,193,70)
#67AE3F
(103,174,63)
#5C9B38
(92,155,56)
#518831
(81,136,49)
#46752A
(70,117,42)
#3B6223
(59,98,35)
#304F1C
(48,79,28)
#253C15
(37,60,21)
#1A290E
(26,41,14)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #7DD44D

#7DD44D
(125,212,77)
#88D75D
(136,215,93)
#93DA6D
(147,218,109)
#9EDD7D
(158,221,125)
#A9E08D
(169,224,141)
#B4E39D
(180,227,157)
#BFE6AD
(191,230,173)
#CAE9BD
(202,233,189)
#D5ECCD
(213,236,205)
#E0EFDD
(224,239,221)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD44D; }

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

This text font color is #7DD44D.


Background Color

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

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

This div background color is #7DD44D.


Border color

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

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

This div border color is #7DD44D.


Opacity

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

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

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

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

This text has shadow with #7DD44D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD44D on black background.


Color preview on white background

This text has color #7DD44D on white background.



Black color preview on #7DD44D background

This text has black color on #7DD44D background.


White color preview on #7DD44D background

This text has white color on #7DD44D background.