COLOR #7DD28B

HEX: #7DD28B
RGB: (125,210,139)

Color info

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

RGB color model

#7DD28B color RGB value is (125,210,139).

  • red value is 125;
  • green value is 210;
  • blue value is 139.
RGB:
(125,210,139)
(49%,82%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 210 of 255 = 82%
B 139 of 255 = 55%

125
210
139

R + G + B ~ 62%. #7DD28B is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 210 + 139 = 474 (100%)
R 125 of 474 ~ 26.37%
G 210 of 474 ~ 44.3%
B 139 of 474 ~ 29.32%

%26.37
%44.3
%29.32

CMYK color model

#7DD28B color CMYK value is (40,0,34,18).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK:
(40,0,34,18)
C40M0Y34K18 
(40%,0%,34%,18%)
(0.40/0.00/0.34/0.18)	

CMYK percentages

%40.48
%0
%33.81
%17.65

Codes

Color #7DD28B in popluar color models

7DD28B
RGB125210139
HSL130°48.57%65.69%
HSB/HSV130°40.48%82.35%
CMYK40.48%0.00%33.81%
17.65%

Color #7DD28B in popluar number systems.

HEX7DD28B
Decimal125210139
Binary11111011101001010001011
Octal175322213

Shades and tints

Shades of #7DD28B

#7DD28B
(125,210,139)
#72BF7F
(114,191,127)
#67AC73
(103,172,115)
#5C9967
(92,153,103)
#51865B
(81,134,91)
#46734F
(70,115,79)
#3B6043
(59,96,67)
#304D37
(48,77,55)
#253A2B
(37,58,43)
#1A271F
(26,39,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DD28B

#7DD28B
(125,210,139)
#88D695
(136,214,149)
#93DA9F
(147,218,159)
#9EDEA9
(158,222,169)
#A9E2B3
(169,226,179)
#B4E6BD
(180,230,189)
#BFEAC7
(191,234,199)
#CAEED1
(202,238,209)
#D5F2DB
(213,242,219)
#E0F6E5
(224,246,229)
#EBFAEF
(235,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD28B color. Also use rgb(125,210,139) instead hex code.

Text Font Color

.myTextColor { color: #7DD28B; }

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

This text font color is #7DD28B.


Background Color

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

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

This div background color is #7DD28B.


Border color

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

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

This div border color is #7DD28B.


Opacity

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

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

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

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

This text has shadow with #7DD28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD28B on black background.


Color preview on white background

This text has color #7DD28B on white background.



Black color preview on #7DD28B background

This text has black color on #7DD28B background.


White color preview on #7DD28B background

This text has white color on #7DD28B background.