COLOR #7DEC8D

HEX: #7DEC8D RGB: (125,236,141)

Color info

#7DEC8D contains mainly green color. Web safe color of #7DEC8D is #66FF99 (or #6F9).

RGB color model

#7DEC8D color RGB value is (125,236,141).

RGB: (125,236,141) (49%, 93%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 236 of 255 = 93%
B 141 of 255 = 55%

125
236
141

R + G + B ~ 66%. #7DEC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 236 + 141 = 502 (100%)
R 125 of 502 ~ 24.9%
G 236 of 502 ~ 47.01%
B 141 of 502 ~ 28.09'%

%24.9
%47.01
%28.09

CMYK color model

#7DEC8D color CMYK value is (47,0,40,7).

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 7.45%

CMYK: (47,0,40,7)
C47M0Y40K7 (47%, 0%, 40%, 7%)
(0.47 / 0.00 / 0.40 / 0.07)

CMYK percentages

%47.03
%0
%40.25
%7.45

Codes

Color #7DEC8D in popluar color models

7D EC 8D
RGB 125 236 141
HSL 129° 74.50% 70.78%
HSB/HSV 129° 47.03% 92.55%
CMYK 47.03% 0.00% 40.25%
7.45%

Color #7DEC8D in popluar number systems.

HEX 7D EC 8D
Decimal 125 236 141
Binary 1111101 11101100 10001101
Octal 175 354 215

Shades and tints

Shades of #7DEC8D

#7DEC8D
(125,236,141)
#72D781
(114,215,129)
#67C275
(103,194,117)
#5CAD69
(92,173,105)
#51985D
(81,152,93)
#468351
(70,131,81)
#3B6E45
(59,110,69)
#305939
(48,89,57)
#25442D
(37,68,45)
#1A2F21
(26,47,33)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #7DEC8D

#7DEC8D
(125,236,141)
#88ED97
(136,237,151)
#93EEA1
(147,238,161)
#9EEFAB
(158,239,171)
#A9F0B5
(169,240,181)
#B4F1BF
(180,241,191)
#BFF2C9
(191,242,201)
#CAF3D3
(202,243,211)
#D5F4DD
(213,244,221)
#E0F5E7
(224,245,231)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEC8D color. Also use rgb(125,236,141) instead hex code.

Text Font Color

.myTextColor { color: #7DEC8D; }

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

This text font color is #7DEC8D.

Background Color

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

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

This div background color is #7DEC8D.

Border color

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

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

This div border color is #7DEC8D.

Opacity

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

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

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

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

This text has shadow with #7DEC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DEC8D.

Preview

Color preview on black background

This text has color #7DEC8D on black background.


Color preview on white background

This text has color #7DEC8D on white background.


Black color preview on #7DEC8D background

This text has black color on #7DEC8D background.


White color preview on #7DEC8D background

This text has white color on #7DEC8D background.


Related colors

Complementary color

Complementary color for #hex is #821372.


I love getcolorcode.com

Triadic colors

1 #8D7DEC and #EC8D7D with #7DEC8D are triadic colors.

2 #8DEC7D and #EC7D8D with #7DEC8D are triadic colors.