COLOR #7CD49B

HEX: #7CD49B RGB: (124,212,155)

Color info

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

RGB color model

#7CD49B color RGB value is (124,212,155).

RGB: (124,212,155) (49%, 83%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 212 of 255 = 83%
B 155 of 255 = 61%

124
212
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 212 + 155 = 491 (100%)
R 124 of 491 ~ 25.25%
G 212 of 491 ~ 43.18%
B 155 of 491 ~ 31.57'%

%25.25
%43.18
%31.57

CMYK color model

#7CD49B color CMYK value is (42,0,27,17).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 16.86%

CMYK: (42,0,27,17)
C42M0Y27K17 (42%, 0%, 27%, 17%)
(0.42 / 0.00 / 0.27 / 0.17)

CMYK percentages

%41.51
%0
%26.89
%16.86

Codes

Color #7CD49B in popluar color models

7C D4 9B
RGB 124 212 155
HSL 141° 50.57% 65.88%
HSB/HSV 141° 41.51% 83.14%
CMYK 41.51% 0.00% 26.89%
16.86%

Color #7CD49B in popluar number systems.

HEX 7C D4 9B
Decimal 124 212 155
Binary 1111100 11010100 10011011
Octal 174 324 233

Shades and tints

Shades of #7CD49B

#7CD49B
(124,212,155)
#71C18D
(113,193,141)
#66AE7F
(102,174,127)
#5B9B71
(91,155,113)
#508863
(80,136,99)
#457555
(69,117,85)
#3A6247
(58,98,71)
#2F4F39
(47,79,57)
#243C2B
(36,60,43)
#19291D
(25,41,29)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7CD49B

#7CD49B
(124,212,155)
#87D7A4
(135,215,164)
#92DAAD
(146,218,173)
#9DDDB6
(157,221,182)
#A8E0BF
(168,224,191)
#B3E3C8
(179,227,200)
#BEE6D1
(190,230,209)
#C9E9DA
(201,233,218)
#D4ECE3
(212,236,227)
#DFEFEC
(223,239,236)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD49B color. Also use rgb(124,212,155) instead hex code.

Text Font Color

.myTextColor { color: #7CD49B; }

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

This text font color is #7CD49B.

Background Color

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

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

This div background color is #7CD49B.

Border color

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

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

This div border color is #7CD49B.

Opacity

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

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

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

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

This text has shadow with #7CD49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CD49B.

Preview

Color preview on black background

This text has color #7CD49B on black background.


Color preview on white background

This text has color #7CD49B on white background.


Black color preview on #7CD49B background

This text has black color on #7CD49B background.


White color preview on #7CD49B background

This text has white color on #7CD49B background.


Related colors

Complementary color

Complementary color for #hex is #832B64.


I love getcolorcode.com

Triadic colors

1 #9B7CD4 and #D49B7C with #7CD49B are triadic colors.

2 #9BD47C and #D47C9B with #7CD49B are triadic colors.