COLOR #7BD057

HEX: #7BD057
RGB: (123,208,87)

Color info

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

RGB color model

#7BD057 color RGB value is (123,208,87).

  • red value is 123;
  • green value is 208;
  • blue value is 87.
RGB:
(123,208,87)
(48%,82%,34%)

RGB channels and saturation

R 123 of 255 = 48%
G 208 of 255 = 82%
B 87 of 255 = 34%

123
208
87

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

Portions of RGB colors in percentages

R + G + B =
123 + 208 + 87 = 418 (100%)
R 123 of 418 ~ 29.43%
G 208 of 418 ~ 49.76%
B 87 of 418 ~ 20.81%

%29.43
%49.76
%20.81

CMYK color model

#7BD057 color CMYK value is (41,0,58,18).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 58.17%
  • key color value is 18.43%
CMYK:
(41,0,58,18)
C41M0Y58K18 
(41%,0%,58%,18%)
(0.41/0.00/0.58/0.18)	

CMYK percentages

%40.87
%0
%58.17
%18.43

Codes

Color #7BD057 in popluar color models

7BD057
RGB12320887
HSL102°56.28%57.84%
HSB/HSV102°58.17%81.57%
CMYK40.87%0.00%58.17%
18.43%

Color #7BD057 in popluar number systems.

HEX7BD057
Decimal12320887
Binary1111011110100001010111
Octal173320127

Shades and tints

Shades of #7BD057

#7BD057
(123,208,87)
#70BE50
(112,190,80)
#65AC49
(101,172,73)
#5A9A42
(90,154,66)
#4F883B
(79,136,59)
#447634
(68,118,52)
#39642D
(57,100,45)
#2E5226
(46,82,38)
#23401F
(35,64,31)
#182E18
(24,46,24)
#0D1C11
(13,28,17)
#000000
(0,0,0)

Tints of #7BD057

#7BD057
(123,208,87)
#87D466
(135,212,102)
#93D875
(147,216,117)
#9FDC84
(159,220,132)
#ABE093
(171,224,147)
#B7E4A2
(183,228,162)
#C3E8B1
(195,232,177)
#CFECC0
(207,236,192)
#DBF0CF
(219,240,207)
#E7F4DE
(231,244,222)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD057 color. Also use rgb(123,208,87) instead hex code.

Text Font Color

.myTextColor { color: #7BD057; }

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

This text font color is #7BD057.


Background Color

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

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

This div background color is #7BD057.


Border color

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

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

This div border color is #7BD057.


Opacity

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

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

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

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

This text has shadow with #7BD057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD057 on black background.


Color preview on white background

This text has color #7BD057 on white background.



Black color preview on #7BD057 background

This text has black color on #7BD057 background.


White color preview on #7BD057 background

This text has white color on #7BD057 background.