COLOR #7CD77B

HEX: #7CD77B RGB: (124,215,123)

Color info

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

RGB color model

#7CD77B color RGB value is (124,215,123).

RGB: (124,215,123) (49%, 84%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 215 of 255 = 84%
B 123 of 255 = 48%

124
215
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 215 + 123 = 462 (100%)
R 124 of 462 ~ 26.84%
G 215 of 462 ~ 46.54%
B 123 of 462 ~ 26.62'%

%26.84
%46.54
%26.62

CMYK color model

#7CD77B color CMYK value is (42,0,43,16).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 15.69%

CMYK: (42,0,43,16)
C42M0Y43K16 (42%, 0%, 43%, 16%)
(0.42 / 0.00 / 0.43 / 0.16)

CMYK percentages

%42.33
%0
%42.79
%15.69

Codes

Color #7CD77B in popluar color models

7C D7 7B
RGB 124 215 123
HSL 119° 53.49% 66.27%
HSB/HSV 119° 42.79% 84.31%
CMYK 42.33% 0.00% 42.79%
15.69%

Color #7CD77B in popluar number systems.

HEX 7C D7 7B
Decimal 124 215 123
Binary 1111100 11010111 1111011
Octal 174 327 173

Shades and tints

Shades of #7CD77B

#7CD77B
(124,215,123)
#71C470
(113,196,112)
#66B165
(102,177,101)
#5B9E5A
(91,158,90)
#508B4F
(80,139,79)
#457844
(69,120,68)
#3A6539
(58,101,57)
#2F522E
(47,82,46)
#243F23
(36,63,35)
#192C18
(25,44,24)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #7CD77B

#7CD77B
(124,215,123)
#87DA87
(135,218,135)
#92DD93
(146,221,147)
#9DE09F
(157,224,159)
#A8E3AB
(168,227,171)
#B3E6B7
(179,230,183)
#BEE9C3
(190,233,195)
#C9ECCF
(201,236,207)
#D4EFDB
(212,239,219)
#DFF2E7
(223,242,231)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD77B; }

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

This text font color is #7CD77B.

Background Color

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

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

This div background color is #7CD77B.

Border color

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

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

This div border color is #7CD77B.

Opacity

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

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

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

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

This text has shadow with #7CD77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CD77B.

Preview

Color preview on black background

This text has color #7CD77B on black background.


Color preview on white background

This text has color #7CD77B on white background.


Black color preview on #7CD77B background

This text has black color on #7CD77B background.


White color preview on #7CD77B background

This text has white color on #7CD77B background.


Related colors

Complementary color

Complementary color for #hex is #832884.


I love getcolorcode.com

Triadic colors

1 #7B7CD7 and #D77B7C with #7CD77B are triadic colors.

2 #7BD77C and #D77C7B with #7CD77B are triadic colors.