COLOR #7DC36D

HEX: #7DC36D RGB: (125,195,109)

Color info

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

RGB color model

#7DC36D color RGB value is (125,195,109).

RGB: (125,195,109) (49%, 76%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 195 of 255 = 76%
B 109 of 255 = 43%

125
195
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 195 + 109 = 429 (100%)
R 125 of 429 ~ 29.14%
G 195 of 429 ~ 45.45%
B 109 of 429 ~ 25.41'%

%29.14
%45.45
%25.41

CMYK color model

#7DC36D color CMYK value is (36,0,44,24).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 23.53%

CMYK: (36,0,44,24)
C36M0Y44K24 (36%, 0%, 44%, 24%)
(0.36 / 0.00 / 0.44 / 0.24)

CMYK percentages

%35.9
%0
%44.1
%23.53

Codes

Color #7DC36D in popluar color models

7D C3 6D
RGB 125 195 109
HSL 109° 41.75% 59.61%
HSB/HSV 109° 44.10% 76.47%
CMYK 35.90% 0.00% 44.10%
23.53%

Color #7DC36D in popluar number systems.

HEX 7D C3 6D
Decimal 125 195 109
Binary 1111101 11000011 1101101
Octal 175 303 155

Shades and tints

Shades of #7DC36D

#7DC36D
(125,195,109)
#72B264
(114,178,100)
#67A15B
(103,161,91)
#5C9052
(92,144,82)
#517F49
(81,127,73)
#466E40
(70,110,64)
#3B5D37
(59,93,55)
#304C2E
(48,76,46)
#253B25
(37,59,37)
#1A2A1C
(26,42,28)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #7DC36D

#7DC36D
(125,195,109)
#88C87A
(136,200,122)
#93CD87
(147,205,135)
#9ED294
(158,210,148)
#A9D7A1
(169,215,161)
#B4DCAE
(180,220,174)
#BFE1BB
(191,225,187)
#CAE6C8
(202,230,200)
#D5EBD5
(213,235,213)
#E0F0E2
(224,240,226)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC36D color. Also use rgb(125,195,109) instead hex code.

Text Font Color

.myTextColor { color: #7DC36D; }

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

This text font color is #7DC36D.

Background Color

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

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

This div background color is #7DC36D.

Border color

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

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

This div border color is #7DC36D.

Opacity

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

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

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

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

This text has shadow with #7DC36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC36D.

Preview

Color preview on black background

This text has color #7DC36D on black background.


Color preview on white background

This text has color #7DC36D on white background.


Black color preview on #7DC36D background

This text has black color on #7DC36D background.


White color preview on #7DC36D background

This text has white color on #7DC36D background.


Related colors

Complementary color

Complementary color for #hex is #823C92.


I love getcolorcode.com

Triadic colors

1 #6D7DC3 and #C36D7D with #7DC36D are triadic colors.

2 #6DC37D and #C37D6D with #7DC36D are triadic colors.