COLOR #7BEA80

HEX: #7BEA80
RGB: (123,234,128)

Color info

#7BEA80 contains mainly green color. Web safe color of #7BEA80 is #66FF66 (or #6F6).

RGB color model

#7BEA80 color RGB value is (123,234,128).

  • red value is 123;
  • green value is 234;
  • blue value is 128.
RGB:
(123,234,128)
(48%,92%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 234 of 255 = 92%
B 128 of 255 = 50%

123
234
128

R + G + B ~ 63%. #7BEA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 234 + 128 = 485 (100%)
R 123 of 485 ~ 25.36%
G 234 of 485 ~ 48.25%
B 128 of 485 ~ 26.39%

%25.36
%48.25
%26.39

CMYK color model

#7BEA80 color CMYK value is (47,0,45,8).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 8.24%
CMYK:
(47,0,45,8)
C47M0Y45K8 
(47%,0%,45%,8%)
(0.47/0.00/0.45/0.08)	

CMYK percentages

%47.44
%0
%45.3
%8.24

Codes

Color #7BEA80 in popluar color models

7BEA80
RGB123234128
HSL123°72.55%70.00%
HSB/HSV123°47.44%91.76%
CMYK47.44%0.00%45.30%
8.24%

Color #7BEA80 in popluar number systems.

HEX7BEA80
Decimal123234128
Binary11110111110101010000000
Octal173352200

Shades and tints

Shades of #7BEA80

#7BEA80
(123,234,128)
#70D575
(112,213,117)
#65C06A
(101,192,106)
#5AAB5F
(90,171,95)
#4F9654
(79,150,84)
#448149
(68,129,73)
#396C3E
(57,108,62)
#2E5733
(46,87,51)
#234228
(35,66,40)
#182D1D
(24,45,29)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #7BEA80

#7BEA80
(123,234,128)
#87EB8B
(135,235,139)
#93EC96
(147,236,150)
#9FEDA1
(159,237,161)
#ABEEAC
(171,238,172)
#B7EFB7
(183,239,183)
#C3F0C2
(195,240,194)
#CFF1CD
(207,241,205)
#DBF2D8
(219,242,216)
#E7F3E3
(231,243,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEA80 color. Also use rgb(123,234,128) instead hex code.

Text Font Color

.myTextColor { color: #7BEA80; }

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

This text font color is #7BEA80.


Background Color

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

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

This div background color is #7BEA80.


Border color

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

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

This div border color is #7BEA80.


Opacity

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

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

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

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

This text has shadow with #7BEA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEA80 on black background.


Color preview on white background

This text has color #7BEA80 on white background.



Black color preview on #7BEA80 background

This text has black color on #7BEA80 background.


White color preview on #7BEA80 background

This text has white color on #7BEA80 background.