COLOR #7DD05E

HEX: #7DD05E
RGB: (125,208,94)

Color info

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

RGB color model

#7DD05E color RGB value is (125,208,94).

  • red value is 125;
  • green value is 208;
  • blue value is 94.
RGB:
(125,208,94)
(49%,82%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 208 of 255 = 82%
B 94 of 255 = 37%

125
208
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 208 + 94 = 427 (100%)
R 125 of 427 ~ 29.27%
G 208 of 427 ~ 48.71%
B 94 of 427 ~ 22.01%

%29.27
%48.71
%22.01

CMYK color model

#7DD05E color CMYK value is (40,0,55,18).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 18.43%
CMYK:
(40,0,55,18)
C40M0Y55K18 
(40%,0%,55%,18%)
(0.40/0.00/0.55/0.18)	

CMYK percentages

%39.9
%0
%54.81
%18.43

Codes

Color #7DD05E in popluar color models

7DD05E
RGB12520894
HSL104°54.81%59.22%
HSB/HSV104°54.81%81.57%
CMYK39.90%0.00%54.81%
18.43%

Color #7DD05E in popluar number systems.

HEX7DD05E
Decimal12520894
Binary1111101110100001011110
Octal175320136

Shades and tints

Shades of #7DD05E

#7DD05E
(125,208,94)
#72BE56
(114,190,86)
#67AC4E
(103,172,78)
#5C9A46
(92,154,70)
#51883E
(81,136,62)
#467636
(70,118,54)
#3B642E
(59,100,46)
#305226
(48,82,38)
#25401E
(37,64,30)
#1A2E16
(26,46,22)
#0F1C0E
(15,28,14)
#000000
(0,0,0)

Tints of #7DD05E

#7DD05E
(125,208,94)
#88D46C
(136,212,108)
#93D87A
(147,216,122)
#9EDC88
(158,220,136)
#A9E096
(169,224,150)
#B4E4A4
(180,228,164)
#BFE8B2
(191,232,178)
#CAECC0
(202,236,192)
#D5F0CE
(213,240,206)
#E0F4DC
(224,244,220)
#EBF8EA
(235,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD05E color. Also use rgb(125,208,94) instead hex code.

Text Font Color

.myTextColor { color: #7DD05E; }

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

This text font color is #7DD05E.


Background Color

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

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

This div background color is #7DD05E.


Border color

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

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

This div border color is #7DD05E.


Opacity

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

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

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

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

This text has shadow with #7DD05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD05E on black background.


Color preview on white background

This text has color #7DD05E on white background.



Black color preview on #7DD05E background

This text has black color on #7DD05E background.


White color preview on #7DD05E background

This text has white color on #7DD05E background.