COLOR #7DD26F

HEX: #7DD26F RGB: (125,210,111)

Color info

#7DD26F contains mainly green color. Web safe color of #7DD26F is #66CC66 (or #6C6).

RGB color model

#7DD26F color RGB value is (125,210,111).

RGB: (125,210,111) (49%, 82%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 210 of 255 = 82%
B 111 of 255 = 44%

125
210
111

R + G + B ~ 58%. #7DD26F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 210 + 111 = 446 (100%)
R 125 of 446 ~ 28.03%
G 210 of 446 ~ 47.09%
B 111 of 446 ~ 24.89'%

%28.03
%47.09
%24.89

CMYK color model

#7DD26F color CMYK value is (40,0,47,18).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 17.65%

CMYK: (40,0,47,18)
C40M0Y47K18 (40%, 0%, 47%, 18%)
(0.40 / 0.00 / 0.47 / 0.18)

CMYK percentages

%40.48
%0
%47.14
%17.65

Codes

Color #7DD26F in popluar color models

7D D2 6F
RGB 125 210 111
HSL 112° 52.38% 62.94%
HSB/HSV 112° 47.14% 82.35%
CMYK 40.48% 0.00% 47.14%
17.65%

Color #7DD26F in popluar number systems.

HEX 7D D2 6F
Decimal 125 210 111
Binary 1111101 11010010 1101111
Octal 175 322 157

Shades and tints

Shades of #7DD26F

#7DD26F
(125,210,111)
#72BF65
(114,191,101)
#67AC5B
(103,172,91)
#5C9951
(92,153,81)
#518647
(81,134,71)
#46733D
(70,115,61)
#3B6033
(59,96,51)
#304D29
(48,77,41)
#253A1F
(37,58,31)
#1A2715
(26,39,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #7DD26F

#7DD26F
(125,210,111)
#88D67C
(136,214,124)
#93DA89
(147,218,137)
#9EDE96
(158,222,150)
#A9E2A3
(169,226,163)
#B4E6B0
(180,230,176)
#BFEABD
(191,234,189)
#CAEECA
(202,238,202)
#D5F2D7
(213,242,215)
#E0F6E4
(224,246,228)
#EBFAF1
(235,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD26F; }

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

This text font color is #7DD26F.

Background Color

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

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

This div background color is #7DD26F.

Border color

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

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

This div border color is #7DD26F.

Opacity

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

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

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

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

This text has shadow with #7DD26F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD26F.

Preview

Color preview on black background

This text has color #7DD26F on black background.


Color preview on white background

This text has color #7DD26F on white background.


Black color preview on #7DD26F background

This text has black color on #7DD26F background.


White color preview on #7DD26F background

This text has white color on #7DD26F background.


Related colors

Complementary color

Complementary color for #hex is #822D90.


I love getcolorcode.com

Triadic colors

1 #6F7DD2 and #D26F7D with #7DD26F are triadic colors.

2 #6FD27D and #D27D6F with #7DD26F are triadic colors.