COLOR #7CCA83

HEX: #7CCA83 RGB: (124,202,131)

Color info

#7CCA83 contains mainly green color. Web safe color of #7CCA83 is #66CC99 (or #6C9).

RGB color model

#7CCA83 color RGB value is (124,202,131).

RGB: (124,202,131) (49%, 79%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 202 of 255 = 79%
B 131 of 255 = 51%

124
202
131

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

Portions of RGB colors in percentages

R + G + B = 124 + 202 + 131 = 457 (100%)
R 124 of 457 ~ 27.13%
G 202 of 457 ~ 44.2%
B 131 of 457 ~ 28.67'%

%27.13
%44.2
%28.67

CMYK color model

#7CCA83 color CMYK value is (39,0,35,21).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%

CMYK: (39,0,35,21)
C39M0Y35K21 (39%, 0%, 35%, 21%)
(0.39 / 0.00 / 0.35 / 0.21)

CMYK percentages

%38.61
%0
%35.15
%20.78

Codes

Color #7CCA83 in popluar color models

7C CA 83
RGB 124 202 131
HSL 125° 42.39% 63.92%
HSB/HSV 125° 38.61% 79.22%
CMYK 38.61% 0.00% 35.15%
20.78%

Color #7CCA83 in popluar number systems.

HEX 7C CA 83
Decimal 124 202 131
Binary 1111100 11001010 10000011
Octal 174 312 203

Shades and tints

Shades of #7CCA83

#7CCA83
(124,202,131)
#71B878
(113,184,120)
#66A66D
(102,166,109)
#5B9462
(91,148,98)
#508257
(80,130,87)
#45704C
(69,112,76)
#3A5E41
(58,94,65)
#2F4C36
(47,76,54)
#243A2B
(36,58,43)
#192820
(25,40,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #7CCA83

#7CCA83
(124,202,131)
#87CE8E
(135,206,142)
#92D299
(146,210,153)
#9DD6A4
(157,214,164)
#A8DAAF
(168,218,175)
#B3DEBA
(179,222,186)
#BEE2C5
(190,226,197)
#C9E6D0
(201,230,208)
#D4EADB
(212,234,219)
#DFEEE6
(223,238,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCA83 color. Also use rgb(124,202,131) instead hex code.

Text Font Color

.myTextColor { color: #7CCA83; }

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

This text font color is #7CCA83.

Background Color

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

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

This div background color is #7CCA83.

Border color

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

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

This div border color is #7CCA83.

Opacity

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

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

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

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

This text has shadow with #7CCA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCA83.

Preview

Color preview on black background

This text has color #7CCA83 on black background.


Color preview on white background

This text has color #7CCA83 on white background.


Black color preview on #7CCA83 background

This text has black color on #7CCA83 background.


White color preview on #7CCA83 background

This text has white color on #7CCA83 background.


Related colors

Complementary color

Complementary color for #hex is #83357C.


I love getcolorcode.com

Triadic colors

1 #837CCA and #CA837C with #7CCA83 are triadic colors.

2 #83CA7C and #CA7C83 with #7CCA83 are triadic colors.