COLOR #7BFF7B

HEX: #7BFF7B
RGB: (123,255,123)

Color info

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

RGB color model

#7BFF7B color RGB value is (123,255,123).

  • red value is 123;
  • green value is 255;
  • blue value is 123.
RGB:
(123,255,123)
(48%,100%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 255 of 255 = 100%
B 123 of 255 = 48%

123
255
123

R + G + B ~ 65%. #7BFF7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 255 + 123 = 501 (100%)
R 123 of 501 ~ 24.55%
G 255 of 501 ~ 50.9%
B 123 of 501 ~ 24.55%

%24.55
%50.9
%24.55

CMYK color model

#7BFF7B color CMYK value is (52,0,52,0).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 0.00%
CMYK:
(52,0,52,0)
C52M0Y52K0 
(52%,0%,52%,0%)
(0.52/0.00/0.52/0.00)	

CMYK percentages

%51.76
%0
%51.76
%0

Codes

Color #7BFF7B in popluar color models

7BFF7B
RGB123255123
HSL120°100.00%74.12%
HSB/HSV120°51.76%100.00%
CMYK51.76%0.00%51.76%
0.00%

Color #7BFF7B in popluar number systems.

HEX7BFF7B
Decimal123255123
Binary1111011111111111111011
Octal173377173

Shades and tints

Shades of #7BFF7B

#7BFF7B
(123,255,123)
#70E870
(112,232,112)
#65D165
(101,209,101)
#5ABA5A
(90,186,90)
#4FA34F
(79,163,79)
#448C44
(68,140,68)
#397539
(57,117,57)
#2E5E2E
(46,94,46)
#234723
(35,71,35)
#183018
(24,48,24)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #7BFF7B

#7BFF7B
(123,255,123)
#87FF87
(135,255,135)
#93FF93
(147,255,147)
#9FFF9F
(159,255,159)
#ABFFAB
(171,255,171)
#B7FFB7
(183,255,183)
#C3FFC3
(195,255,195)
#CFFFCF
(207,255,207)
#DBFFDB
(219,255,219)
#E7FFE7
(231,255,231)
#F3FFF3
(243,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BFF7B; }

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

This text font color is #7BFF7B.


Background Color

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

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

This div background color is #7BFF7B.


Border color

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

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

This div border color is #7BFF7B.


Opacity

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

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

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

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

This text has shadow with #7BFF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFF7B on black background.


Color preview on white background

This text has color #7BFF7B on white background.



Black color preview on #7BFF7B background

This text has black color on #7BFF7B background.


White color preview on #7BFF7B background

This text has white color on #7BFF7B background.