COLOR #7BFC80

HEX: #7BFC80
RGB: (123,252,128)

Color info

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

RGB color model

#7BFC80 color RGB value is (123,252,128).

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

RGB channels and saturation

R 123 of 255 = 48%
G 252 of 255 = 99%
B 128 of 255 = 50%

123
252
128

R + G + B ~ 66%. #7BFC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 252 + 128 = 503 (100%)
R 123 of 503 ~ 24.45%
G 252 of 503 ~ 50.1%
B 128 of 503 ~ 25.45%

%24.45
%50.1
%25.45

CMYK color model

#7BFC80 color CMYK value is (51,0,49,1).

  • cyan value is 51.19%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 1.18%
CMYK:
(51,0,49,1)
C51M0Y49K1 
(51%,0%,49%,1%)
(0.51/0.00/0.49/0.01)	

CMYK percentages

%51.19
%0
%49.21
%1.18

Codes

Color #7BFC80 in popluar color models

7BFC80
RGB123252128
HSL122°95.56%73.53%
HSB/HSV122°51.19%98.82%
CMYK51.19%0.00%49.21%
1.18%

Color #7BFC80 in popluar number systems.

HEX7BFC80
Decimal123252128
Binary11110111111110010000000
Octal173374200

Shades and tints

Shades of #7BFC80

#7BFC80
(123,252,128)
#70E675
(112,230,117)
#65D06A
(101,208,106)
#5ABA5F
(90,186,95)
#4FA454
(79,164,84)
#448E49
(68,142,73)
#39783E
(57,120,62)
#2E6233
(46,98,51)
#234C28
(35,76,40)
#18361D
(24,54,29)
#0D2012
(13,32,18)
#000000
(0,0,0)

Tints of #7BFC80

#7BFC80
(123,252,128)
#87FC8B
(135,252,139)
#93FC96
(147,252,150)
#9FFCA1
(159,252,161)
#ABFCAC
(171,252,172)
#B7FCB7
(183,252,183)
#C3FCC2
(195,252,194)
#CFFCCD
(207,252,205)
#DBFCD8
(219,252,216)
#E7FCE3
(231,252,227)
#F3FCEE
(243,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BFC80; }

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

This text font color is #7BFC80.


Background Color

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

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

This div background color is #7BFC80.


Border color

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

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

This div border color is #7BFC80.


Opacity

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

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

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

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

This text has shadow with #7BFC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFC80 on black background.


Color preview on white background

This text has color #7BFC80 on white background.



Black color preview on #7BFC80 background

This text has black color on #7BFC80 background.


White color preview on #7BFC80 background

This text has white color on #7BFC80 background.