COLOR #7BD57F

HEX: #7BD57F RGB: (123,213,127)

Color info

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

RGB color model

#7BD57F color RGB value is (123,213,127).

RGB: (123,213,127) (48%, 84%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 213 of 255 = 84%
B 127 of 255 = 50%

123
213
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 213 + 127 = 463 (100%)
R 123 of 463 ~ 26.57%
G 213 of 463 ~ 46%
B 127 of 463 ~ 27.43'%

%26.57
%46
%27.43

CMYK color model

#7BD57F color CMYK value is (42,0,40,16).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 16.47%

CMYK: (42,0,40,16)
C42M0Y40K16 (42%, 0%, 40%, 16%)
(0.42 / 0.00 / 0.40 / 0.16)

CMYK percentages

%42.25
%0
%40.38
%16.47

Codes

Color #7BD57F in popluar color models

7B D5 7F
RGB 123 213 127
HSL 123° 51.72% 65.88%
HSB/HSV 123° 42.25% 83.53%
CMYK 42.25% 0.00% 40.38%
16.47%

Color #7BD57F in popluar number systems.

HEX 7B D5 7F
Decimal 123 213 127
Binary 1111011 11010101 1111111
Octal 173 325 177

Shades and tints

Shades of #7BD57F

#7BD57F
(123,213,127)
#70C274
(112,194,116)
#65AF69
(101,175,105)
#5A9C5E
(90,156,94)
#4F8953
(79,137,83)
#447648
(68,118,72)
#39633D
(57,99,61)
#2E5032
(46,80,50)
#233D27
(35,61,39)
#182A1C
(24,42,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #7BD57F

#7BD57F
(123,213,127)
#87D88A
(135,216,138)
#93DB95
(147,219,149)
#9FDEA0
(159,222,160)
#ABE1AB
(171,225,171)
#B7E4B6
(183,228,182)
#C3E7C1
(195,231,193)
#CFEACC
(207,234,204)
#DBEDD7
(219,237,215)
#E7F0E2
(231,240,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD57F color. Also use rgb(123,213,127) instead hex code.

Text Font Color

.myTextColor { color: #7BD57F; }

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

This text font color is #7BD57F.

Background Color

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

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

This div background color is #7BD57F.

Border color

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

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

This div border color is #7BD57F.

Opacity

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

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

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

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

This text has shadow with #7BD57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BD57F.

Preview

Color preview on black background

This text has color #7BD57F on black background.


Color preview on white background

This text has color #7BD57F on white background.


Black color preview on #7BD57F background

This text has black color on #7BD57F background.


White color preview on #7BD57F background

This text has white color on #7BD57F background.


Related colors

Complementary color

Complementary color for #hex is #842A80.


I love getcolorcode.com

Triadic colors

1 #7F7BD5 and #D57F7B with #7BD57F are triadic colors.

2 #7FD57B and #D57B7F with #7BD57F are triadic colors.