COLOR #7BFF5C

HEX: #7BFF5C
RGB: (123,255,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
255
92

R + G + B ~ 61%. #7BFF5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 255 + 92 = 470 (100%)
R 123 of 470 ~ 26.17%
G 255 of 470 ~ 54.26%
B 92 of 470 ~ 19.57%

%26.17
%54.26
%19.57

CMYK color model

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

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

CMYK percentages

%51.76
%0
%63.92
%0

Codes

Color #7BFF5C in popluar color models

7BFF5C
RGB12325592
HSL109°100.00%68.04%
HSB/HSV109°63.92%100.00%
CMYK51.76%0.00%63.92%
0.00%

Color #7BFF5C in popluar number systems.

HEX7BFF5C
Decimal12325592
Binary1111011111111111011100
Octal173377134

Shades and tints

Shades of #7BFF5C

#7BFF5C
(123,255,92)
#70E854
(112,232,84)
#65D14C
(101,209,76)
#5ABA44
(90,186,68)
#4FA33C
(79,163,60)
#448C34
(68,140,52)
#39752C
(57,117,44)
#2E5E24
(46,94,36)
#23471C
(35,71,28)
#183014
(24,48,20)
#0D190C
(13,25,12)
#000000
(0,0,0)

Tints of #7BFF5C

#7BFF5C
(123,255,92)
#87FF6A
(135,255,106)
#93FF78
(147,255,120)
#9FFF86
(159,255,134)
#ABFF94
(171,255,148)
#B7FFA2
(183,255,162)
#C3FFB0
(195,255,176)
#CFFFBE
(207,255,190)
#DBFFCC
(219,255,204)
#E7FFDA
(231,255,218)
#F3FFE8
(243,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BFF5C; }

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

This text font color is #7BFF5C.


Background Color

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

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

This div background color is #7BFF5C.


Border color

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

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

This div border color is #7BFF5C.


Opacity

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

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

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

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

This text has shadow with #7BFF5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFF5C on black background.


Color preview on white background

This text has color #7BFF5C on white background.



Black color preview on #7BFF5C background

This text has black color on #7BFF5C background.


White color preview on #7BFF5C background

This text has white color on #7BFF5C background.