COLOR #7CC180

HEX: #7CC180 RGB: (124,193,128)

Color info

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

RGB color model

#7CC180 color RGB value is (124,193,128).

RGB: (124,193,128) (49%, 76%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 128 of 255 = 50%

124
193
128

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

Portions of RGB colors in percentages

R + G + B = 124 + 193 + 128 = 445 (100%)
R 124 of 445 ~ 27.87%
G 193 of 445 ~ 43.37%
B 128 of 445 ~ 28.76'%

%27.87
%43.37
%28.76

CMYK color model

#7CC180 color CMYK value is (36,0,34,24).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%

CMYK: (36,0,34,24)
C36M0Y34K24 (36%, 0%, 34%, 24%)
(0.36 / 0.00 / 0.34 / 0.24)

CMYK percentages

%35.75
%0
%33.68
%24.31

Codes

Color #7CC180 in popluar color models

7C C1 80
RGB 124 193 128
HSL 123° 35.75% 62.16%
HSB/HSV 123° 35.75% 75.69%
CMYK 35.75% 0.00% 33.68%
24.31%

Color #7CC180 in popluar number systems.

HEX 7C C1 80
Decimal 124 193 128
Binary 1111100 11000001 10000000
Octal 174 301 200

Shades and tints

Shades of #7CC180

#7CC180
(124,193,128)
#71B075
(113,176,117)
#669F6A
(102,159,106)
#5B8E5F
(91,142,95)
#507D54
(80,125,84)
#456C49
(69,108,73)
#3A5B3E
(58,91,62)
#2F4A33
(47,74,51)
#243928
(36,57,40)
#19281D
(25,40,29)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #7CC180

#7CC180
(124,193,128)
#87C68B
(135,198,139)
#92CB96
(146,203,150)
#9DD0A1
(157,208,161)
#A8D5AC
(168,213,172)
#B3DAB7
(179,218,183)
#BEDFC2
(190,223,194)
#C9E4CD
(201,228,205)
#D4E9D8
(212,233,216)
#DFEEE3
(223,238,227)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC180 color. Also use rgb(124,193,128) instead hex code.

Text Font Color

.myTextColor { color: #7CC180; }

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

This text font color is #7CC180.

Background Color

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

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

This div background color is #7CC180.

Border color

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

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

This div border color is #7CC180.

Opacity

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

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

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

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

This text has shadow with #7CC180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC180.

Preview

Color preview on black background

This text has color #7CC180 on black background.


Color preview on white background

This text has color #7CC180 on white background.


Black color preview on #7CC180 background

This text has black color on #7CC180 background.


White color preview on #7CC180 background

This text has white color on #7CC180 background.


Related colors

Complementary color

Complementary color for #hex is #833E7F.


I love getcolorcode.com

Triadic colors

1 #807CC1 and #C1807C with #7CC180 are triadic colors.

2 #80C17C and #C17C80 with #7CC180 are triadic colors.