COLOR #7BEB16

HEX: #7BEB16
RGB: (123,235,22)

Color info

#7BEB16 contains mainly green color. Web safe color of #7BEB16 is #66FF00 (or #6F0).

RGB color model

#7BEB16 color RGB value is (123,235,22).

  • red value is 123;
  • green value is 235;
  • blue value is 22.
RGB:
(123,235,22)
(48%,92%,9%)

RGB channels and saturation

R 123 of 255 = 48%
G 235 of 255 = 92%
B 22 of 255 = 9%

123
235
22

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

Portions of RGB colors in percentages

R + G + B =
123 + 235 + 22 = 380 (100%)
R 123 of 380 ~ 32.37%
G 235 of 380 ~ 61.84%
B 22 of 380 ~ 5.79%

%32.37
%61.84

CMYK color model

#7BEB16 color CMYK value is (48,0,91,8).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 90.64%
  • key color value is 7.84%
CMYK:
(48,0,91,8)
C48M0Y91K8 
(48%,0%,91%,8%)
(0.48/0.00/0.91/0.08)	

CMYK percentages

%47.66
%0
%90.64
%7.84

Codes

Color #7BEB16 in popluar color models

7BEB16
RGB12323522
HSL92°84.19%50.39%
HSB/HSV92°90.64%92.16%
CMYK47.66%0.00%90.64%
7.84%

Color #7BEB16 in popluar number systems.

HEX7BEB16
Decimal12323522
Binary11110111110101110110
Octal17335326

Shades and tints

Shades of #7BEB16

#7BEB16
(123,235,22)
#70D614
(112,214,20)
#65C112
(101,193,18)
#5AAC10
(90,172,16)
#4F970E
(79,151,14)
#44820C
(68,130,12)
#396D0A
(57,109,10)
#2E5808
(46,88,8)
#234306
(35,67,6)
#182E04
(24,46,4)
#0D1902
(13,25,2)
#000000
(0,0,0)

Tints of #7BEB16

#7BEB16
(123,235,22)
#87EC2B
(135,236,43)
#93ED40
(147,237,64)
#9FEE55
(159,238,85)
#ABEF6A
(171,239,106)
#B7F07F
(183,240,127)
#C3F194
(195,241,148)
#CFF2A9
(207,242,169)
#DBF3BE
(219,243,190)
#E7F4D3
(231,244,211)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BEB16; }

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

This text font color is #7BEB16.


Background Color

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

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

This div background color is #7BEB16.


Border color

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

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

This div border color is #7BEB16.


Opacity

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

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

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

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

This text has shadow with #7BEB16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEB16 on black background.


Color preview on white background

This text has color #7BEB16 on white background.



Black color preview on #7BEB16 background

This text has black color on #7BEB16 background.


White color preview on #7BEB16 background

This text has white color on #7BEB16 background.