COLOR #7CC197

HEX: #7CC197 RGB: (124,193,151)

Color info

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

RGB color model

#7CC197 color RGB value is (124,193,151).

RGB: (124,193,151) (49%, 76%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 151 of 255 = 59%

124
193
151

R + G + B ~ 61%. #7CC197 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 193 + 151 = 468 (100%)
R 124 of 468 ~ 26.5%
G 193 of 468 ~ 41.24%
B 151 of 468 ~ 32.26'%

%26.5
%41.24
%32.26

CMYK color model

#7CC197 color CMYK value is (36,0,22,24).

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

CMYK: (36,0,22,24)
C36M0Y22K24 (36%, 0%, 22%, 24%)
(0.36 / 0.00 / 0.22 / 0.24)

CMYK percentages

%35.75
%0
%21.76
%24.31

Codes

Color #7CC197 in popluar color models

7C C1 97
RGB 124 193 151
HSL 143° 35.75% 62.16%
HSB/HSV 143° 35.75% 75.69%
CMYK 35.75% 0.00% 21.76%
24.31%

Color #7CC197 in popluar number systems.

HEX 7C C1 97
Decimal 124 193 151
Binary 1111100 11000001 10010111
Octal 174 301 227

Shades and tints

Shades of #7CC197

#7CC197
(124,193,151)
#71B08A
(113,176,138)
#669F7D
(102,159,125)
#5B8E70
(91,142,112)
#507D63
(80,125,99)
#456C56
(69,108,86)
#3A5B49
(58,91,73)
#2F4A3C
(47,74,60)
#24392F
(36,57,47)
#192822
(25,40,34)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #7CC197

#7CC197
(124,193,151)
#87C6A0
(135,198,160)
#92CBA9
(146,203,169)
#9DD0B2
(157,208,178)
#A8D5BB
(168,213,187)
#B3DAC4
(179,218,196)
#BEDFCD
(190,223,205)
#C9E4D6
(201,228,214)
#D4E9DF
(212,233,223)
#DFEEE8
(223,238,232)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC197; }

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

This text font color is #7CC197.

Background Color

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

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

This div background color is #7CC197.

Border color

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

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

This div border color is #7CC197.

Opacity

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

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

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

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

This text has shadow with #7CC197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC197.

Preview

Color preview on black background

This text has color #7CC197 on black background.


Color preview on white background

This text has color #7CC197 on white background.


Black color preview on #7CC197 background

This text has black color on #7CC197 background.


White color preview on #7CC197 background

This text has white color on #7CC197 background.


Related colors

Complementary color

Complementary color for #hex is #833E68.


I love getcolorcode.com

Triadic colors

1 #977CC1 and #C1977C with #7CC197 are triadic colors.

2 #97C17C and #C17C97 with #7CC197 are triadic colors.