COLOR #7CC19D

HEX: #7CC19D RGB: (124,193,157)

Color info

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

RGB color model

#7CC19D color RGB value is (124,193,157).

RGB: (124,193,157) (49%, 76%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 193 of 255 = 76%
B 157 of 255 = 62%

124
193
157

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

Portions of RGB colors in percentages

R + G + B = 124 + 193 + 157 = 474 (100%)
R 124 of 474 ~ 26.16%
G 193 of 474 ~ 40.72%
B 157 of 474 ~ 33.12'%

%26.16
%40.72
%33.12

CMYK color model

#7CC19D color CMYK value is (36,0,19,24).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK: (36,0,19,24) C36M0Y19K24 (36%,0%,19%,24%) (0.36/0.00/0.19/0.24) 

CMYK percentages

%35.75
%0
%18.65
%24.31

Codes

Color #7CC19D in popluar color models

7C C1 9D
RGB 124 193 157
HSL 149° 35.75% 62.16%
HSB/HSV 149° 35.75% 75.69%
CMYK 35.75% 0.00% 18.65%
24.31%

Color #7CC19D in popluar number systems.

HEX 7C C1 9D
Decimal 124 193 157
Binary 1111100 11000001 10011101
Octal 174 301 235

Shades and tints

Shades of #7CC19D

#7CC19D
(124,193,157)
#71B08F
(113,176,143)
#669F81
(102,159,129)
#5B8E73
(91,142,115)
#507D65
(80,125,101)
#456C57
(69,108,87)
#3A5B49
(58,91,73)
#2F4A3B
(47,74,59)
#24392D
(36,57,45)
#19281F
(25,40,31)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CC19D

#7CC19D
(124,193,157)
#87C6A5
(135,198,165)
#92CBAD
(146,203,173)
#9DD0B5
(157,208,181)
#A8D5BD
(168,213,189)
#B3DAC5
(179,218,197)
#BEDFCD
(190,223,205)
#C9E4D5
(201,228,213)
#D4E9DD
(212,233,221)
#DFEEE5
(223,238,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC19D; }

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

This text font color is #7CC19D.

Background Color

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

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

This div background color is #7CC19D.

Border color

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

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

This div border color is #7CC19D.

Opacity

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

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

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

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

This text has shadow with #7CC19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC19D.

Preview

Color preview on black background

This text has color #7CC19D on black background.


Color preview on white background

This text has color #7CC19D on white background.


Black color preview on #7CC19D background

This text has black color on #7CC19D background.


White color preview on #7CC19D background

This text has white color on #7CC19D background.


Related colors

Complementary color

Complementary color for #hex is #833E62.


I love getcolorcode.com

Triadic colors

1 #9D7CC1 and #C19D7C with #7CC19D are triadic colors.

2 #9DC17C and #C17C9D with #7CC19D are triadic colors.