COLOR #7CD083

HEX: #7CD083 RGB: (124,208,131)

Color info

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

RGB color model

#7CD083 color RGB value is (124,208,131).

RGB: (124,208,131) (49%, 82%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 208 of 255 = 82%
B 131 of 255 = 51%

124
208
131

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

Portions of RGB colors in percentages

R + G + B = 124 + 208 + 131 = 463 (100%)
R 124 of 463 ~ 26.78%
G 208 of 463 ~ 44.92%
B 131 of 463 ~ 28.29'%

%26.78
%44.92
%28.29

CMYK color model

#7CD083 color CMYK value is (40,0,37,18).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 18.43%

CMYK: (40,0,37,18)
C40M0Y37K18 (40%, 0%, 37%, 18%)
(0.40 / 0.00 / 0.37 / 0.18)

CMYK percentages

%40.38
%0
%37.02
%18.43

Codes

Color #7CD083 in popluar color models

7C D0 83
RGB 124 208 131
HSL 125° 47.19% 65.10%
HSB/HSV 125° 40.38% 81.57%
CMYK 40.38% 0.00% 37.02%
18.43%

Color #7CD083 in popluar number systems.

HEX 7C D0 83
Decimal 124 208 131
Binary 1111100 11010000 10000011
Octal 174 320 203

Shades and tints

Shades of #7CD083

#7CD083
(124,208,131)
#71BE78
(113,190,120)
#66AC6D
(102,172,109)
#5B9A62
(91,154,98)
#508857
(80,136,87)
#45764C
(69,118,76)
#3A6441
(58,100,65)
#2F5236
(47,82,54)
#24402B
(36,64,43)
#192E20
(25,46,32)
#0E1C15
(14,28,21)
#000000
(0,0,0)

Tints of #7CD083

#7CD083
(124,208,131)
#87D48E
(135,212,142)
#92D899
(146,216,153)
#9DDCA4
(157,220,164)
#A8E0AF
(168,224,175)
#B3E4BA
(179,228,186)
#BEE8C5
(190,232,197)
#C9ECD0
(201,236,208)
#D4F0DB
(212,240,219)
#DFF4E6
(223,244,230)
#EAF8F1
(234,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD083; }

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

This text font color is #7CD083.

Background Color

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

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

This div background color is #7CD083.

Border color

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

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

This div border color is #7CD083.

Opacity

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

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

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

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

This text has shadow with #7CD083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CD083.

Preview

Color preview on black background

This text has color #7CD083 on black background.


Color preview on white background

This text has color #7CD083 on white background.


Black color preview on #7CD083 background

This text has black color on #7CD083 background.


White color preview on #7CD083 background

This text has white color on #7CD083 background.


Related colors

Complementary color

Complementary color for #hex is #832F7C.


I love getcolorcode.com

Triadic colors

1 #837CD0 and #D0837C with #7CD083 are triadic colors.

2 #83D07C and #D07C83 with #7CD083 are triadic colors.