COLOR #7DD594

HEX: #7DD594
RGB: (125,213,148)

Color info

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

RGB color model

#7DD594 color RGB value is (125,213,148).

  • red value is 125;
  • green value is 213;
  • blue value is 148.
RGB:
(125,213,148)
(49%,84%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 213 of 255 = 84%
B 148 of 255 = 58%

125
213
148

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

Portions of RGB colors in percentages

R + G + B =
125 + 213 + 148 = 486 (100%)
R 125 of 486 ~ 25.72%
G 213 of 486 ~ 43.83%
B 148 of 486 ~ 30.45%

%25.72
%43.83
%30.45

CMYK color model

#7DD594 color CMYK value is (41,0,31,16).

  • cyan value is 41.31%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(41,0,31,16)
C41M0Y31K16 
(41%,0%,31%,16%)
(0.41/0.00/0.31/0.16)	

CMYK percentages

%41.31
%0
%30.52
%16.47

Codes

Color #7DD594 in popluar color models

7DD594
RGB125213148
HSL136°51.16%66.27%
HSB/HSV136°41.31%83.53%
CMYK41.31%0.00%30.52%
16.47%

Color #7DD594 in popluar number systems.

HEX7DD594
Decimal125213148
Binary11111011101010110010100
Octal175325224

Shades and tints

Shades of #7DD594

#7DD594
(125,213,148)
#72C287
(114,194,135)
#67AF7A
(103,175,122)
#5C9C6D
(92,156,109)
#518960
(81,137,96)
#467653
(70,118,83)
#3B6346
(59,99,70)
#305039
(48,80,57)
#253D2C
(37,61,44)
#1A2A1F
(26,42,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7DD594

#7DD594
(125,213,148)
#88D89D
(136,216,157)
#93DBA6
(147,219,166)
#9EDEAF
(158,222,175)
#A9E1B8
(169,225,184)
#B4E4C1
(180,228,193)
#BFE7CA
(191,231,202)
#CAEAD3
(202,234,211)
#D5EDDC
(213,237,220)
#E0F0E5
(224,240,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD594 color. Also use rgb(125,213,148) instead hex code.

Text Font Color

.myTextColor { color: #7DD594; }

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

This text font color is #7DD594.


Background Color

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

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

This div background color is #7DD594.


Border color

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

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

This div border color is #7DD594.


Opacity

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

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

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

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

This text has shadow with #7DD594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD594 on black background.


Color preview on white background

This text has color #7DD594 on white background.



Black color preview on #7DD594 background

This text has black color on #7DD594 background.


White color preview on #7DD594 background

This text has white color on #7DD594 background.