COLOR #7DD72E

HEX: #7DD72E
RGB: (125,215,46)

Color info

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

RGB color model

#7DD72E color RGB value is (125,215,46).

  • red value is 125;
  • green value is 215;
  • blue value is 46.
RGB:
(125,215,46)
(49%,84%,18%)

RGB channels and saturation

R 125 of 255 = 49%
G 215 of 255 = 84%
B 46 of 255 = 18%

125
215
46

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

Portions of RGB colors in percentages

R + G + B =
125 + 215 + 46 = 386 (100%)
R 125 of 386 ~ 32.38%
G 215 of 386 ~ 55.7%
B 46 of 386 ~ 11.92%

%32.38
%55.7
%11.92

CMYK color model

#7DD72E color CMYK value is (42,0,79,16).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 78.60%
  • key color value is 15.69%
CMYK:
(42,0,79,16)
C42M0Y79K16 
(42%,0%,79%,16%)
(0.42/0.00/0.79/0.16)	

CMYK percentages

%41.86
%0
%78.6
%15.69

Codes

Color #7DD72E in popluar color models

7DD72E
RGB12521546
HSL92°67.87%51.18%
HSB/HSV92°78.60%84.31%
CMYK41.86%0.00%78.60%
15.69%

Color #7DD72E in popluar number systems.

HEX7DD72E
Decimal12521546
Binary111110111010111101110
Octal17532756

Shades and tints

Shades of #7DD72E

#7DD72E
(125,215,46)
#72C42A
(114,196,42)
#67B126
(103,177,38)
#5C9E22
(92,158,34)
#518B1E
(81,139,30)
#46781A
(70,120,26)
#3B6516
(59,101,22)
#305212
(48,82,18)
#253F0E
(37,63,14)
#1A2C0A
(26,44,10)
#0F1906
(15,25,6)
#000000
(0,0,0)

Tints of #7DD72E

#7DD72E
(125,215,46)
#88DA41
(136,218,65)
#93DD54
(147,221,84)
#9EE067
(158,224,103)
#A9E37A
(169,227,122)
#B4E68D
(180,230,141)
#BFE9A0
(191,233,160)
#CAECB3
(202,236,179)
#D5EFC6
(213,239,198)
#E0F2D9
(224,242,217)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD72E color. Also use rgb(125,215,46) instead hex code.

Text Font Color

.myTextColor { color: #7DD72E; }

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

This text font color is #7DD72E.


Background Color

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

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

This div background color is #7DD72E.


Border color

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

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

This div border color is #7DD72E.


Opacity

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

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

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

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

This text has shadow with #7DD72E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD72E on black background.


Color preview on white background

This text has color #7DD72E on white background.



Black color preview on #7DD72E background

This text has black color on #7DD72E background.


White color preview on #7DD72E background

This text has white color on #7DD72E background.