COLOR #7CC97D

HEX: #7CC97D
RGB: (124,201,125)

Color info

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

RGB color model

#7CC97D color RGB value is (124,201,125).

  • red value is 124;
  • green value is 201;
  • blue value is 125.
RGB:
(124,201,125)
(49%,79%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 201 of 255 = 79%
B 125 of 255 = 49%

124
201
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 201 + 125 = 450 (100%)
R 124 of 450 ~ 27.56%
G 201 of 450 ~ 44.67%
B 125 of 450 ~ 27.78%

%27.56
%44.67
%27.78

CMYK color model

#7CC97D color CMYK value is (38,0,38,21).

  • cyan value is 38.31%
  • magenta value is 0.00%
  • yellow value is 37.81%
  • key color value is 21.18%
CMYK:
(38,0,38,21)
C38M0Y38K21 
(38%,0%,38%,21%)
(0.38/0.00/0.38/0.21)	

CMYK percentages

%38.31
%0
%37.81
%21.18

Codes

Color #7CC97D in popluar color models

7CC97D
RGB124201125
HSL121°41.62%63.73%
HSB/HSV121°38.31%78.82%
CMYK38.31%0.00%37.81%
21.18%

Color #7CC97D in popluar number systems.

HEX7CC97D
Decimal124201125
Binary1111100110010011111101
Octal174311175

Shades and tints

Shades of #7CC97D

#7CC97D
(124,201,125)
#71B772
(113,183,114)
#66A567
(102,165,103)
#5B935C
(91,147,92)
#508151
(80,129,81)
#456F46
(69,111,70)
#3A5D3B
(58,93,59)
#2F4B30
(47,75,48)
#243925
(36,57,37)
#19271A
(25,39,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #7CC97D

#7CC97D
(124,201,125)
#87CD88
(135,205,136)
#92D193
(146,209,147)
#9DD59E
(157,213,158)
#A8D9A9
(168,217,169)
#B3DDB4
(179,221,180)
#BEE1BF
(190,225,191)
#C9E5CA
(201,229,202)
#D4E9D5
(212,233,213)
#DFEDE0
(223,237,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC97D color. Also use rgb(124,201,125) instead hex code.

Text Font Color

.myTextColor { color: #7CC97D; }

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

This text font color is #7CC97D.


Background Color

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

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

This div background color is #7CC97D.


Border color

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

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

This div border color is #7CC97D.


Opacity

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

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

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

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

This text has shadow with #7CC97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC97D on black background.


Color preview on white background

This text has color #7CC97D on white background.



Black color preview on #7CC97D background

This text has black color on #7CC97D background.


White color preview on #7CC97D background

This text has white color on #7CC97D background.