COLOR #7DC58A

HEX: #7DC58A
RGB: (125,197,138)

Color info

#7DC58A contains mainly green and blue colors. Web safe color of #7DC58A is #66CC99 (or #6C9).

RGB color model

#7DC58A color RGB value is (125,197,138).

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

RGB channels and saturation

R 125 of 255 = 49%
G 197 of 255 = 77%
B 138 of 255 = 54%

125
197
138

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

Portions of RGB colors in percentages

R + G + B =
125 + 197 + 138 = 460 (100%)
R 125 of 460 ~ 27.17%
G 197 of 460 ~ 42.83%
B 138 of 460 ~ 30%

%27.17
%42.83
%30

CMYK color model

#7DC58A color CMYK value is (37,0,30,23).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 22.75%
CMYK:
(37,0,30,23)
C37M0Y30K23 
(37%,0%,30%,23%)
(0.37/0.00/0.30/0.23)	

CMYK percentages

%36.55
%0
%29.95
%22.75

Codes

Color #7DC58A in popluar color models

7DC58A
RGB125197138
HSL131°38.30%63.14%
HSB/HSV131°36.55%77.25%
CMYK36.55%0.00%29.95%
22.75%

Color #7DC58A in popluar number systems.

HEX7DC58A
Decimal125197138
Binary11111011100010110001010
Octal175305212

Shades and tints

Shades of #7DC58A

#7DC58A
(125,197,138)
#72B47E
(114,180,126)
#67A372
(103,163,114)
#5C9266
(92,146,102)
#51815A
(81,129,90)
#46704E
(70,112,78)
#3B5F42
(59,95,66)
#304E36
(48,78,54)
#253D2A
(37,61,42)
#1A2C1E
(26,44,30)
#0F1B12
(15,27,18)
#000000
(0,0,0)

Tints of #7DC58A

#7DC58A
(125,197,138)
#88CA94
(136,202,148)
#93CF9E
(147,207,158)
#9ED4A8
(158,212,168)
#A9D9B2
(169,217,178)
#B4DEBC
(180,222,188)
#BFE3C6
(191,227,198)
#CAE8D0
(202,232,208)
#D5EDDA
(213,237,218)
#E0F2E4
(224,242,228)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC58A; }

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

This text font color is #7DC58A.


Background Color

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

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

This div background color is #7DC58A.


Border color

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

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

This div border color is #7DC58A.


Opacity

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

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

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

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

This text has shadow with #7DC58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC58A on black background.


Color preview on white background

This text has color #7DC58A on white background.



Black color preview on #7DC58A background

This text has black color on #7DC58A background.


White color preview on #7DC58A background

This text has white color on #7DC58A background.