COLOR #7DD795

HEX: #7DD795 RGB: (125,215,149)

Color info

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

RGB color model

#7DD795 color RGB value is (125,215,149).

RGB: (125,215,149) (49%, 84%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 215 of 255 = 84%
B 149 of 255 = 58%

125
215
149

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

Portions of RGB colors in percentages

R + G + B = 125 + 215 + 149 = 489 (100%)
R 125 of 489 ~ 25.56%
G 215 of 489 ~ 43.97%
B 149 of 489 ~ 30.47'%

%25.56
%43.97
%30.47

CMYK color model

#7DD795 color CMYK value is (42,0,31,16).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 15.69%

CMYK: (42,0,31,16)
C42M0Y31K16 (42%, 0%, 31%, 16%)
(0.42 / 0.00 / 0.31 / 0.16)

CMYK percentages

%41.86
%0
%30.7
%15.69

Codes

Color #7DD795 in popluar color models

7D D7 95
RGB 125 215 149
HSL 136° 52.94% 66.67%
HSB/HSV 136° 41.86% 84.31%
CMYK 41.86% 0.00% 30.70%
15.69%

Color #7DD795 in popluar number systems.

HEX 7D D7 95
Decimal 125 215 149
Binary 1111101 11010111 10010101
Octal 175 327 225

Shades and tints

Shades of #7DD795

#7DD795
(125,215,149)
#72C488
(114,196,136)
#67B17B
(103,177,123)
#5C9E6E
(92,158,110)
#518B61
(81,139,97)
#467854
(70,120,84)
#3B6547
(59,101,71)
#30523A
(48,82,58)
#253F2D
(37,63,45)
#1A2C20
(26,44,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #7DD795

#7DD795
(125,215,149)
#88DA9E
(136,218,158)
#93DDA7
(147,221,167)
#9EE0B0
(158,224,176)
#A9E3B9
(169,227,185)
#B4E6C2
(180,230,194)
#BFE9CB
(191,233,203)
#CAECD4
(202,236,212)
#D5EFDD
(213,239,221)
#E0F2E6
(224,242,230)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD795 color. Also use rgb(125,215,149) instead hex code.

Text Font Color

.myTextColor { color: #7DD795; }

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

This text font color is #7DD795.

Background Color

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

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

This div background color is #7DD795.

Border color

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

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

This div border color is #7DD795.

Opacity

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

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

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

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

This text has shadow with #7DD795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD795.

Preview

Color preview on black background

This text has color #7DD795 on black background.


Color preview on white background

This text has color #7DD795 on white background.


Black color preview on #7DD795 background

This text has black color on #7DD795 background.


White color preview on #7DD795 background

This text has white color on #7DD795 background.


Related colors

Complementary color

Complementary color for #hex is #82286A.


I love getcolorcode.com

Triadic colors

1 #957DD7 and #D7957D with #7DD795 are triadic colors.

2 #95D77D and #D77D95 with #7DD795 are triadic colors.