COLOR #7CC957

HEX: #7CC957 RGB: (124,201,87)

Color info

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

RGB color model

#7CC957 color RGB value is (124,201,87).

RGB: (124,201,87) (49%, 79%, 34%)

RGB channels and saturation

R 124 of 255 = 49%
G 201 of 255 = 79%
B 87 of 255 = 34%

124
201
87

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

Portions of RGB colors in percentages

R + G + B = 124 + 201 + 87 = 412 (100%)
R 124 of 412 ~ 30.1%
G 201 of 412 ~ 48.79%
B 87 of 412 ~ 21.12'%

%30.1
%48.79
%21.12

CMYK color model

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

  • cyan value is 38.31%
  • magenta value is 0.00%
  • yellow value is 56.72%
  • key color value is 21.18%

CMYK: (38,0,57,21)
C38M0Y57K21 (38%, 0%, 57%, 21%)
(0.38 / 0.00 / 0.57 / 0.21)

CMYK percentages

%38.31
%0
%56.72
%21.18

Codes

Color #7CC957 in popluar color models

7C C9 57
RGB 124 201 87
HSL 101° 51.35% 56.47%
HSB/HSV 101° 56.72% 78.82%
CMYK 38.31% 0.00% 56.72%
21.18%

Color #7CC957 in popluar number systems.

HEX 7C C9 57
Decimal 124 201 87
Binary 1111100 11001001 1010111
Octal 174 311 127

Shades and tints

Shades of #7CC957

#7CC957
(124,201,87)
#71B750
(113,183,80)
#66A549
(102,165,73)
#5B9342
(91,147,66)
#50813B
(80,129,59)
#456F34
(69,111,52)
#3A5D2D
(58,93,45)
#2F4B26
(47,75,38)
#24391F
(36,57,31)
#192718
(25,39,24)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #7CC957

#7CC957
(124,201,87)
#87CD66
(135,205,102)
#92D175
(146,209,117)
#9DD584
(157,213,132)
#A8D993
(168,217,147)
#B3DDA2
(179,221,162)
#BEE1B1
(190,225,177)
#C9E5C0
(201,229,192)
#D4E9CF
(212,233,207)
#DFEDDE
(223,237,222)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC957; }

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

This text font color is #7CC957.

Background Color

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

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

This div background color is #7CC957.

Border color

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

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

This div border color is #7CC957.

Opacity

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

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

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

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

This text has shadow with #7CC957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC957.

Preview

Color preview on black background

This text has color #7CC957 on black background.


Color preview on white background

This text has color #7CC957 on white background.


Black color preview on #7CC957 background

This text has black color on #7CC957 background.


White color preview on #7CC957 background

This text has white color on #7CC957 background.


Related colors

Complementary color

Complementary color for #hex is #8336A8.


I love getcolorcode.com

Triadic colors

1 #577CC9 and #C9577C with #7CC957 are triadic colors.

2 #57C97C and #C97C57 with #7CC957 are triadic colors.