COLOR #7BD57D

HEX: #7BD57D
RGB: (123,213,125)

Color info

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

RGB color model

#7BD57D color RGB value is (123,213,125).

  • red value is 123;
  • green value is 213;
  • blue value is 125.
RGB:
(123,213,125)
(48%,84%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 213 of 255 = 84%
B 125 of 255 = 49%

123
213
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 213 + 125 = 461 (100%)
R 123 of 461 ~ 26.68%
G 213 of 461 ~ 46.2%
B 125 of 461 ~ 27.11%

%26.68
%46.2
%27.11

CMYK color model

#7BD57D color CMYK value is (42,0,41,16).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK:
(42,0,41,16)
C42M0Y41K16 
(42%,0%,41%,16%)
(0.42/0.00/0.41/0.16)	

CMYK percentages

%42.25
%0
%41.31
%16.47

Codes

Color #7BD57D in popluar color models

7BD57D
RGB123213125
HSL121°51.72%65.88%
HSB/HSV121°42.25%83.53%
CMYK42.25%0.00%41.31%
16.47%

Color #7BD57D in popluar number systems.

HEX7BD57D
Decimal123213125
Binary1111011110101011111101
Octal173325175

Shades and tints

Shades of #7BD57D

#7BD57D
(123,213,125)
#70C272
(112,194,114)
#65AF67
(101,175,103)
#5A9C5C
(90,156,92)
#4F8951
(79,137,81)
#447646
(68,118,70)
#39633B
(57,99,59)
#2E5030
(46,80,48)
#233D25
(35,61,37)
#182A1A
(24,42,26)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #7BD57D

#7BD57D
(123,213,125)
#87D888
(135,216,136)
#93DB93
(147,219,147)
#9FDE9E
(159,222,158)
#ABE1A9
(171,225,169)
#B7E4B4
(183,228,180)
#C3E7BF
(195,231,191)
#CFEACA
(207,234,202)
#DBEDD5
(219,237,213)
#E7F0E0
(231,240,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD57D; }

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

This text font color is #7BD57D.


Background Color

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

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

This div background color is #7BD57D.


Border color

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

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

This div border color is #7BD57D.


Opacity

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

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

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

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

This text has shadow with #7BD57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD57D on black background.


Color preview on white background

This text has color #7BD57D on white background.



Black color preview on #7BD57D background

This text has black color on #7BD57D background.


White color preview on #7BD57D background

This text has white color on #7BD57D background.