COLOR #7CD38B

HEX: #7CD38B
RGB: (124,211,139)

Color info

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

RGB color model

#7CD38B color RGB value is (124,211,139).

  • red value is 124;
  • green value is 211;
  • blue value is 139.
RGB:
(124,211,139)
(49%,83%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 211 of 255 = 83%
B 139 of 255 = 55%

124
211
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 211 + 139 = 474 (100%)
R 124 of 474 ~ 26.16%
G 211 of 474 ~ 44.51%
B 139 of 474 ~ 29.32%

%26.16
%44.51
%29.32

CMYK color model

#7CD38B color CMYK value is (41,0,34,17).

  • cyan value is 41.23%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 17.25%
CMYK:
(41,0,34,17)
C41M0Y34K17 
(41%,0%,34%,17%)
(0.41/0.00/0.34/0.17)	

CMYK percentages

%41.23
%0
%34.12
%17.25

Codes

Color #7CD38B in popluar color models

7CD38B
RGB124211139
HSL130°49.71%65.69%
HSB/HSV130°41.23%82.75%
CMYK41.23%0.00%34.12%
17.25%

Color #7CD38B in popluar number systems.

HEX7CD38B
Decimal124211139
Binary11111001101001110001011
Octal174323213

Shades and tints

Shades of #7CD38B

#7CD38B
(124,211,139)
#71C07F
(113,192,127)
#66AD73
(102,173,115)
#5B9A67
(91,154,103)
#50875B
(80,135,91)
#45744F
(69,116,79)
#3A6143
(58,97,67)
#2F4E37
(47,78,55)
#243B2B
(36,59,43)
#19281F
(25,40,31)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7CD38B

#7CD38B
(124,211,139)
#87D795
(135,215,149)
#92DB9F
(146,219,159)
#9DDFA9
(157,223,169)
#A8E3B3
(168,227,179)
#B3E7BD
(179,231,189)
#BEEBC7
(190,235,199)
#C9EFD1
(201,239,209)
#D4F3DB
(212,243,219)
#DFF7E5
(223,247,229)
#EAFBEF
(234,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD38B color. Also use rgb(124,211,139) instead hex code.

Text Font Color

.myTextColor { color: #7CD38B; }

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

This text font color is #7CD38B.


Background Color

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

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

This div background color is #7CD38B.


Border color

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

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

This div border color is #7CD38B.


Opacity

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

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

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

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

This text has shadow with #7CD38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD38B on black background.


Color preview on white background

This text has color #7CD38B on white background.



Black color preview on #7CD38B background

This text has black color on #7CD38B background.


White color preview on #7CD38B background

This text has white color on #7CD38B background.