COLOR #7DE59A

HEX: #7DE59A RGB: (125,229,154)

Color info

#7DE59A contains mainly green color. Web safe color of #7DE59A is #66CC99 (or #6C9).

RGB color model

#7DE59A color RGB value is (125,229,154).

RGB: (125,229,154) (49%, 90%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 229 of 255 = 90%
B 154 of 255 = 60%

125
229
154

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

Portions of RGB colors in percentages

R + G + B = 125 + 229 + 154 = 508 (100%)
R 125 of 508 ~ 24.61%
G 229 of 508 ~ 45.08%
B 154 of 508 ~ 30.31'%

%24.61
%45.08
%30.31

CMYK color model

#7DE59A color CMYK value is (45,0,33,10).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 10.20%

CMYK: (45,0,33,10)
C45M0Y33K10 (45%, 0%, 33%, 10%)
(0.45 / 0.00 / 0.33 / 0.10)

CMYK percentages

%45.41
%0
%32.75
%10.2

Codes

Color #7DE59A in popluar color models

7D E5 9A
RGB 125 229 154
HSL 137° 66.67% 69.41%
HSB/HSV 137° 45.41% 89.80%
CMYK 45.41% 0.00% 32.75%
10.20%

Color #7DE59A in popluar number systems.

HEX 7D E5 9A
Decimal 125 229 154
Binary 1111101 11100101 10011010
Octal 175 345 232

Shades and tints

Shades of #7DE59A

#7DE59A
(125,229,154)
#72D18C
(114,209,140)
#67BD7E
(103,189,126)
#5CA970
(92,169,112)
#519562
(81,149,98)
#468154
(70,129,84)
#3B6D46
(59,109,70)
#305938
(48,89,56)
#25452A
(37,69,42)
#1A311C
(26,49,28)
#0F1D0E
(15,29,14)
#000000
(0,0,0)

Tints of #7DE59A

#7DE59A
(125,229,154)
#88E7A3
(136,231,163)
#93E9AC
(147,233,172)
#9EEBB5
(158,235,181)
#A9EDBE
(169,237,190)
#B4EFC7
(180,239,199)
#BFF1D0
(191,241,208)
#CAF3D9
(202,243,217)
#D5F5E2
(213,245,226)
#E0F7EB
(224,247,235)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE59A color. Also use rgb(125,229,154) instead hex code.

Text Font Color

.myTextColor { color: #7DE59A; }

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

This text font color is #7DE59A.

Background Color

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

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

This div background color is #7DE59A.

Border color

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

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

This div border color is #7DE59A.

Opacity

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

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

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

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

This text has shadow with #7DE59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE59A.

Preview

Color preview on black background

This text has color #7DE59A on black background.


Color preview on white background

This text has color #7DE59A on white background.


Black color preview on #7DE59A background

This text has black color on #7DE59A background.


White color preview on #7DE59A background

This text has white color on #7DE59A background.


Related colors

Complementary color

Complementary color for #7DE59A is #821A65.


I love getcolorcode.com

Triadic colors

1 #9A7DE5 and #E59A7D with #7DE59A are triadic colors.

2 #9AE57D and #E57D9A with #7DE59A are triadic colors.