COLOR #7CD073

HEX: #7CD073
RGB: (124,208,115)

Color info

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

RGB color model

#7CD073 color RGB value is (124,208,115).

  • red value is 124;
  • green value is 208;
  • blue value is 115.
RGB:
(124,208,115)
(49%,82%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 208 of 255 = 82%
B 115 of 255 = 45%

124
208
115

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

Portions of RGB colors in percentages

R + G + B =
124 + 208 + 115 = 447 (100%)
R 124 of 447 ~ 27.74%
G 208 of 447 ~ 46.53%
B 115 of 447 ~ 25.73%

%27.74
%46.53
%25.73

CMYK color model

#7CD073 color CMYK value is (40,0,45,18).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(40,0,45,18)
C40M0Y45K18 
(40%,0%,45%,18%)
(0.40/0.00/0.45/0.18)	

CMYK percentages

%40.38
%0
%44.71
%18.43

Codes

Color #7CD073 in popluar color models

7CD073
RGB124208115
HSL114°49.73%63.33%
HSB/HSV114°44.71%81.57%
CMYK40.38%0.00%44.71%
18.43%

Color #7CD073 in popluar number systems.

HEX7CD073
Decimal124208115
Binary1111100110100001110011
Octal174320163

Shades and tints

Shades of #7CD073

#7CD073
(124,208,115)
#71BE69
(113,190,105)
#66AC5F
(102,172,95)
#5B9A55
(91,154,85)
#50884B
(80,136,75)
#457641
(69,118,65)
#3A6437
(58,100,55)
#2F522D
(47,82,45)
#244023
(36,64,35)
#192E19
(25,46,25)
#0E1C0F
(14,28,15)
#000000
(0,0,0)

Tints of #7CD073

#7CD073
(124,208,115)
#87D47F
(135,212,127)
#92D88B
(146,216,139)
#9DDC97
(157,220,151)
#A8E0A3
(168,224,163)
#B3E4AF
(179,228,175)
#BEE8BB
(190,232,187)
#C9ECC7
(201,236,199)
#D4F0D3
(212,240,211)
#DFF4DF
(223,244,223)
#EAF8EB
(234,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD073; }

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

This text font color is #7CD073.


Background Color

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

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

This div background color is #7CD073.


Border color

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

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

This div border color is #7CD073.


Opacity

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

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

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

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

This text has shadow with #7CD073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD073 on black background.


Color preview on white background

This text has color #7CD073 on white background.



Black color preview on #7CD073 background

This text has black color on #7CD073 background.


White color preview on #7CD073 background

This text has white color on #7CD073 background.