COLOR #7BD480

HEX: #7BD480
RGB: (123,212,128)

Color info

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

RGB color model

#7BD480 color RGB value is (123,212,128).

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

RGB channels and saturation

R 123 of 255 = 48%
G 212 of 255 = 83%
B 128 of 255 = 50%

123
212
128

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

Portions of RGB colors in percentages

R + G + B =
123 + 212 + 128 = 463 (100%)
R 123 of 463 ~ 26.57%
G 212 of 463 ~ 45.79%
B 128 of 463 ~ 27.65%

%26.57
%45.79
%27.65

CMYK color model

#7BD480 color CMYK value is (42,0,40,17).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(42,0,40,17)
C42M0Y40K17 
(42%,0%,40%,17%)
(0.42/0.00/0.40/0.17)	

CMYK percentages

%41.98
%0
%39.62
%16.86

Codes

Color #7BD480 in popluar color models

7BD480
RGB123212128
HSL123°50.86%65.69%
HSB/HSV123°41.98%83.14%
CMYK41.98%0.00%39.62%
16.86%

Color #7BD480 in popluar number systems.

HEX7BD480
Decimal123212128
Binary11110111101010010000000
Octal173324200

Shades and tints

Shades of #7BD480

#7BD480
(123,212,128)
#70C175
(112,193,117)
#65AE6A
(101,174,106)
#5A9B5F
(90,155,95)
#4F8854
(79,136,84)
#447549
(68,117,73)
#39623E
(57,98,62)
#2E4F33
(46,79,51)
#233C28
(35,60,40)
#18291D
(24,41,29)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #7BD480

#7BD480
(123,212,128)
#87D78B
(135,215,139)
#93DA96
(147,218,150)
#9FDDA1
(159,221,161)
#ABE0AC
(171,224,172)
#B7E3B7
(183,227,183)
#C3E6C2
(195,230,194)
#CFE9CD
(207,233,205)
#DBECD8
(219,236,216)
#E7EFE3
(231,239,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD480; }

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

This text font color is #7BD480.


Background Color

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

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

This div background color is #7BD480.


Border color

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

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

This div border color is #7BD480.


Opacity

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

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

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

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

This text has shadow with #7BD480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD480 on black background.


Color preview on white background

This text has color #7BD480 on white background.



Black color preview on #7BD480 background

This text has black color on #7BD480 background.


White color preview on #7BD480 background

This text has white color on #7BD480 background.