COLOR #7DC28F

HEX: #7DC28F RGB: (125,194,143)

Color info

#7DC28F contains mainly green and blue colors. Web safe color of #7DC28F is #66CC99 (or #6C9).

RGB color model

#7DC28F color RGB value is (125,194,143).

RGB: (125,194,143) (49%, 76%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 143 of 255 = 56%

125
194
143

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

Portions of RGB colors in percentages

R + G + B = 125 + 194 + 143 = 462 (100%)
R 125 of 462 ~ 27.06%
G 194 of 462 ~ 41.99%
B 143 of 462 ~ 30.95'%

%27.06
%41.99
%30.95

CMYK color model

#7DC28F color CMYK value is (36,0,26,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 23.92%

CMYK: (36,0,26,24)
C36M0Y26K24 (36%, 0%, 26%, 24%)
(0.36 / 0.00 / 0.26 / 0.24)

CMYK percentages

%35.57
%0
%26.29
%23.92

Codes

Color #7DC28F in popluar color models

7D C2 8F
RGB 125 194 143
HSL 136° 36.13% 62.55%
HSB/HSV 136° 35.57% 76.08%
CMYK 35.57% 0.00% 26.29%
23.92%

Color #7DC28F in popluar number systems.

HEX 7D C2 8F
Decimal 125 194 143
Binary 1111101 11000010 10001111
Octal 175 302 217

Shades and tints

Shades of #7DC28F

#7DC28F
(125,194,143)
#72B182
(114,177,130)
#67A075
(103,160,117)
#5C8F68
(92,143,104)
#517E5B
(81,126,91)
#466D4E
(70,109,78)
#3B5C41
(59,92,65)
#304B34
(48,75,52)
#253A27
(37,58,39)
#1A291A
(26,41,26)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #7DC28F

#7DC28F
(125,194,143)
#88C799
(136,199,153)
#93CCA3
(147,204,163)
#9ED1AD
(158,209,173)
#A9D6B7
(169,214,183)
#B4DBC1
(180,219,193)
#BFE0CB
(191,224,203)
#CAE5D5
(202,229,213)
#D5EADF
(213,234,223)
#E0EFE9
(224,239,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC28F color. Also use rgb(125,194,143) instead hex code.

Text Font Color

.myTextColor { color: #7DC28F; }

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

This text font color is #7DC28F.

Background Color

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

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

This div background color is #7DC28F.

Border color

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

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

This div border color is #7DC28F.

Opacity

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

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

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

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

This text has shadow with #7DC28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC28F.

Preview

Color preview on black background

This text has color #7DC28F on black background.


Color preview on white background

This text has color #7DC28F on white background.


Black color preview on #7DC28F background

This text has black color on #7DC28F background.


White color preview on #7DC28F background

This text has white color on #7DC28F background.


Related colors

Complementary color

Complementary color for #hex is #823D70.


I love getcolorcode.com

Triadic colors

1 #8F7DC2 and #C28F7D with #7DC28F are triadic colors.

2 #8FC27D and #C27D8F with #7DC28F are triadic colors.