COLOR #7DE58A

HEX: #7DE58A
RGB: (125,229,138)

Color info

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

RGB color model

#7DE58A color RGB value is (125,229,138).

  • red value is 125;
  • green value is 229;
  • blue value is 138.
RGB:
(125,229,138)
(49%,90%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 229 of 255 = 90%
B 138 of 255 = 54%

125
229
138

R + G + B ~ 64%. #7DE58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 229 + 138 = 492 (100%)
R 125 of 492 ~ 25.41%
G 229 of 492 ~ 46.54%
B 138 of 492 ~ 28.05%

%25.41
%46.54
%28.05

CMYK color model

#7DE58A color CMYK value is (45,0,40,10).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 10.20%
CMYK:
(45,0,40,10)
C45M0Y40K10 
(45%,0%,40%,10%)
(0.45/0.00/0.40/0.10)	

CMYK percentages

%45.41
%0
%39.74
%10.2

Codes

Color #7DE58A in popluar color models

7DE58A
RGB125229138
HSL128°66.67%69.41%
HSB/HSV128°45.41%89.80%
CMYK45.41%0.00%39.74%
10.20%

Color #7DE58A in popluar number systems.

HEX7DE58A
Decimal125229138
Binary11111011110010110001010
Octal175345212

Shades and tints

Shades of #7DE58A

#7DE58A
(125,229,138)
#72D17E
(114,209,126)
#67BD72
(103,189,114)
#5CA966
(92,169,102)
#51955A
(81,149,90)
#46814E
(70,129,78)
#3B6D42
(59,109,66)
#305936
(48,89,54)
#25452A
(37,69,42)
#1A311E
(26,49,30)
#0F1D12
(15,29,18)
#000000
(0,0,0)

Tints of #7DE58A

#7DE58A
(125,229,138)
#88E794
(136,231,148)
#93E99E
(147,233,158)
#9EEBA8
(158,235,168)
#A9EDB2
(169,237,178)
#B4EFBC
(180,239,188)
#BFF1C6
(191,241,198)
#CAF3D0
(202,243,208)
#D5F5DA
(213,245,218)
#E0F7E4
(224,247,228)
#EBF9EE
(235,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE58A; }

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

This text font color is #7DE58A.


Background Color

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

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

This div background color is #7DE58A.


Border color

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

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

This div border color is #7DE58A.


Opacity

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

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

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

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

This text has shadow with #7DE58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE58A on black background.


Color preview on white background

This text has color #7DE58A on white background.



Black color preview on #7DE58A background

This text has black color on #7DE58A background.


White color preview on #7DE58A background

This text has white color on #7DE58A background.