COLOR #7DD595

HEX: #7DD595
RGB: (125,213,149)

Color info

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

RGB color model

#7DD595 color RGB value is (125,213,149).

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

RGB channels and saturation

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

125
213
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 213 + 149 = 487 (100%)
R 125 of 487 ~ 25.67%
G 213 of 487 ~ 43.74%
B 149 of 487 ~ 30.6%

%25.67
%43.74
%30.6

CMYK color model

#7DD595 color CMYK value is (41,0,30,16).

  • cyan value is 41.31%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(41,0,30,16)
C41M0Y30K16 
(41%,0%,30%,16%)
(0.41/0.00/0.30/0.16)	

CMYK percentages

%41.31
%0
%30.05
%16.47

Codes

Color #7DD595 in popluar color models

7DD595
RGB125213149
HSL136°51.16%66.27%
HSB/HSV136°41.31%83.53%
CMYK41.31%0.00%30.05%
16.47%

Color #7DD595 in popluar number systems.

HEX7DD595
Decimal125213149
Binary11111011101010110010101
Octal175325225

Shades and tints

Shades of #7DD595

#7DD595
(125,213,149)
#72C288
(114,194,136)
#67AF7B
(103,175,123)
#5C9C6E
(92,156,110)
#518961
(81,137,97)
#467654
(70,118,84)
#3B6347
(59,99,71)
#30503A
(48,80,58)
#253D2D
(37,61,45)
#1A2A20
(26,42,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #7DD595

#7DD595
(125,213,149)
#88D89E
(136,216,158)
#93DBA7
(147,219,167)
#9EDEB0
(158,222,176)
#A9E1B9
(169,225,185)
#B4E4C2
(180,228,194)
#BFE7CB
(191,231,203)
#CAEAD4
(202,234,212)
#D5EDDD
(213,237,221)
#E0F0E6
(224,240,230)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD595; }

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

This text font color is #7DD595.


Background Color

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

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

This div background color is #7DD595.


Border color

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

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

This div border color is #7DD595.


Opacity

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

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

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

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

This text has shadow with #7DD595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD595 on black background.


Color preview on white background

This text has color #7DD595 on white background.



Black color preview on #7DD595 background

This text has black color on #7DD595 background.


White color preview on #7DD595 background

This text has white color on #7DD595 background.