COLOR #7BDC5C

HEX: #7BDC5C
RGB: (123,220,92)

Color info

#7BDC5C contains mainly green color. Web safe color of #7BDC5C is #66CC66 (or #6C6).

RGB color model

#7BDC5C color RGB value is (123,220,92).

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

RGB channels and saturation

R 123 of 255 = 48%
G 220 of 255 = 86%
B 92 of 255 = 36%

123
220
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 220 + 92 = 435 (100%)
R 123 of 435 ~ 28.28%
G 220 of 435 ~ 50.57%
B 92 of 435 ~ 21.15%

%28.28
%50.57
%21.15

CMYK color model

#7BDC5C color CMYK value is (44,0,58,14).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 13.73%
CMYK:
(44,0,58,14)
C44M0Y58K14 
(44%,0%,58%,14%)
(0.44/0.00/0.58/0.14)	

CMYK percentages

%44.09
%0
%58.18
%13.73

Codes

Color #7BDC5C in popluar color models

7BDC5C
RGB12322092
HSL105°64.65%61.18%
HSB/HSV105°58.18%86.27%
CMYK44.09%0.00%58.18%
13.73%

Color #7BDC5C in popluar number systems.

HEX7BDC5C
Decimal12322092
Binary1111011110111001011100
Octal173334134

Shades and tints

Shades of #7BDC5C

#7BDC5C
(123,220,92)
#70C854
(112,200,84)
#65B44C
(101,180,76)
#5AA044
(90,160,68)
#4F8C3C
(79,140,60)
#447834
(68,120,52)
#39642C
(57,100,44)
#2E5024
(46,80,36)
#233C1C
(35,60,28)
#182814
(24,40,20)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #7BDC5C

#7BDC5C
(123,220,92)
#87DF6A
(135,223,106)
#93E278
(147,226,120)
#9FE586
(159,229,134)
#ABE894
(171,232,148)
#B7EBA2
(183,235,162)
#C3EEB0
(195,238,176)
#CFF1BE
(207,241,190)
#DBF4CC
(219,244,204)
#E7F7DA
(231,247,218)
#F3FAE8
(243,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BDC5C; }

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

This text font color is #7BDC5C.


Background Color

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

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

This div background color is #7BDC5C.


Border color

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

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

This div border color is #7BDC5C.


Opacity

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

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

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

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

This text has shadow with #7BDC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDC5C on black background.


Color preview on white background

This text has color #7BDC5C on white background.



Black color preview on #7BDC5C background

This text has black color on #7BDC5C background.


White color preview on #7BDC5C background

This text has white color on #7BDC5C background.