COLOR #7DC397

HEX: #7DC397 RGB: (125,195,151)

Color info

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

RGB color model

#7DC397 color RGB value is (125,195,151).

RGB: (125,195,151) (49%, 76%, 59%)

RGB channels and saturation

R 125 of 255 = 49%
G 195 of 255 = 76%
B 151 of 255 = 59%

125
195
151

R + G + B ~ 61%. #7DC397 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 195 + 151 = 471 (100%)
R 125 of 471 ~ 26.54%
G 195 of 471 ~ 41.4%
B 151 of 471 ~ 32.06'%

%26.54
%41.4
%32.06

CMYK color model

#7DC397 color CMYK value is (36,0,23,24).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 23.53%

CMYK: (36,0,23,24)
C36M0Y23K24 (36%, 0%, 23%, 24%)
(0.36 / 0.00 / 0.23 / 0.24)

CMYK percentages

%35.9
%0
%22.56
%23.53

Codes

Color #7DC397 in popluar color models

7D C3 97
RGB 125 195 151
HSL 142° 36.84% 62.75%
HSB/HSV 142° 35.90% 76.47%
CMYK 35.90% 0.00% 22.56%
23.53%

Color #7DC397 in popluar number systems.

HEX 7D C3 97
Decimal 125 195 151
Binary 1111101 11000011 10010111
Octal 175 303 227

Shades and tints

Shades of #7DC397

#7DC397
(125,195,151)
#72B28A
(114,178,138)
#67A17D
(103,161,125)
#5C9070
(92,144,112)
#517F63
(81,127,99)
#466E56
(70,110,86)
#3B5D49
(59,93,73)
#304C3C
(48,76,60)
#253B2F
(37,59,47)
#1A2A22
(26,42,34)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #7DC397

#7DC397
(125,195,151)
#88C8A0
(136,200,160)
#93CDA9
(147,205,169)
#9ED2B2
(158,210,178)
#A9D7BB
(169,215,187)
#B4DCC4
(180,220,196)
#BFE1CD
(191,225,205)
#CAE6D6
(202,230,214)
#D5EBDF
(213,235,223)
#E0F0E8
(224,240,232)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC397 color. Also use rgb(125,195,151) instead hex code.

Text Font Color

.myTextColor { color: #7DC397; }

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

This text font color is #7DC397.

Background Color

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

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

This div background color is #7DC397.

Border color

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

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

This div border color is #7DC397.

Opacity

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

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

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

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

This text has shadow with #7DC397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC397.

Preview

Color preview on black background

This text has color #7DC397 on black background.


Color preview on white background

This text has color #7DC397 on white background.


Black color preview on #7DC397 background

This text has black color on #7DC397 background.


White color preview on #7DC397 background

This text has white color on #7DC397 background.


Related colors

Complementary color

Complementary color for #hex is #823C68.


I love getcolorcode.com

Triadic colors

1 #977DC3 and #C3977D with #7DC397 are triadic colors.

2 #97C37D and #C37D97 with #7DC397 are triadic colors.