COLOR #7CD770

HEX: #7CD770
RGB: (124,215,112)

Color info

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

RGB color model

#7CD770 color RGB value is (124,215,112).

  • red value is 124;
  • green value is 215;
  • blue value is 112.
RGB:
(124,215,112)
(49%,84%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 215 of 255 = 84%
B 112 of 255 = 44%

124
215
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 215 + 112 = 451 (100%)
R 124 of 451 ~ 27.49%
G 215 of 451 ~ 47.67%
B 112 of 451 ~ 24.83%

%27.49
%47.67
%24.83

CMYK color model

#7CD770 color CMYK value is (42,0,48,16).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 47.91%
  • key color value is 15.69%
CMYK:
(42,0,48,16)
C42M0Y48K16 
(42%,0%,48%,16%)
(0.42/0.00/0.48/0.16)	

CMYK percentages

%42.33
%0
%47.91
%15.69

Codes

Color #7CD770 in popluar color models

7CD770
RGB124215112
HSL113°56.28%64.12%
HSB/HSV113°47.91%84.31%
CMYK42.33%0.00%47.91%
15.69%

Color #7CD770 in popluar number systems.

HEX7CD770
Decimal124215112
Binary1111100110101111110000
Octal174327160

Shades and tints

Shades of #7CD770

#7CD770
(124,215,112)
#71C466
(113,196,102)
#66B15C
(102,177,92)
#5B9E52
(91,158,82)
#508B48
(80,139,72)
#45783E
(69,120,62)
#3A6534
(58,101,52)
#2F522A
(47,82,42)
#243F20
(36,63,32)
#192C16
(25,44,22)
#0E190C
(14,25,12)
#000000
(0,0,0)

Tints of #7CD770

#7CD770
(124,215,112)
#87DA7D
(135,218,125)
#92DD8A
(146,221,138)
#9DE097
(157,224,151)
#A8E3A4
(168,227,164)
#B3E6B1
(179,230,177)
#BEE9BE
(190,233,190)
#C9ECCB
(201,236,203)
#D4EFD8
(212,239,216)
#DFF2E5
(223,242,229)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD770 color. Also use rgb(124,215,112) instead hex code.

Text Font Color

.myTextColor { color: #7CD770; }

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

This text font color is #7CD770.


Background Color

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

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

This div background color is #7CD770.


Border color

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

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

This div border color is #7CD770.


Opacity

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

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

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

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

This text has shadow with #7CD770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD770 on black background.


Color preview on white background

This text has color #7CD770 on white background.



Black color preview on #7CD770 background

This text has black color on #7CD770 background.


White color preview on #7CD770 background

This text has white color on #7CD770 background.