COLOR #7BDD73

HEX: #7BDD73 RGB: (123,221,115)

Color info

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

RGB color model

#7BDD73 color RGB value is (123,221,115).

RGB: (123,221,115) (48%, 87%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 221 of 255 = 87%
B 115 of 255 = 45%

123
221
115

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

Portions of RGB colors in percentages

R + G + B = 123 + 221 + 115 = 459 (100%)
R 123 of 459 ~ 26.8%
G 221 of 459 ~ 48.15%
B 115 of 459 ~ 25.05'%

%26.8
%48.15
%25.05

CMYK color model

#7BDD73 color CMYK value is (44,0,48,13).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 47.96%
  • key color value is 13.33%

CMYK: (44,0,48,13)
C44M0Y48K13 (44%, 0%, 48%, 13%)
(0.44 / 0.00 / 0.48 / 0.13)

CMYK percentages

%44.34
%0
%47.96
%13.33

Codes

Color #7BDD73 in popluar color models

7B DD 73
RGB 123 221 115
HSL 115° 60.92% 65.88%
HSB/HSV 115° 47.96% 86.67%
CMYK 44.34% 0.00% 47.96%
13.33%

Color #7BDD73 in popluar number systems.

HEX 7B DD 73
Decimal 123 221 115
Binary 1111011 11011101 1110011
Octal 173 335 163

Shades and tints

Shades of #7BDD73

#7BDD73
(123,221,115)
#70C969
(112,201,105)
#65B55F
(101,181,95)
#5AA155
(90,161,85)
#4F8D4B
(79,141,75)
#447941
(68,121,65)
#396537
(57,101,55)
#2E512D
(46,81,45)
#233D23
(35,61,35)
#182919
(24,41,25)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #7BDD73

#7BDD73
(123,221,115)
#87E07F
(135,224,127)
#93E38B
(147,227,139)
#9FE697
(159,230,151)
#ABE9A3
(171,233,163)
#B7ECAF
(183,236,175)
#C3EFBB
(195,239,187)
#CFF2C7
(207,242,199)
#DBF5D3
(219,245,211)
#E7F8DF
(231,248,223)
#F3FBEB
(243,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BDD73; }

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

This text font color is #7BDD73.

Background Color

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

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

This div background color is #7BDD73.

Border color

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

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

This div border color is #7BDD73.

Opacity

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

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

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

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

This text has shadow with #7BDD73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BDD73.

Preview

Color preview on black background

This text has color #7BDD73 on black background.


Color preview on white background

This text has color #7BDD73 on white background.


Black color preview on #7BDD73 background

This text has black color on #7BDD73 background.


White color preview on #7BDD73 background

This text has white color on #7BDD73 background.


Related colors

Complementary color

Complementary color for #hex is #84228C.


I love getcolorcode.com

Triadic colors

1 #737BDD and #DD737B with #7BDD73 are triadic colors.

2 #73DD7B and #DD7B73 with #7BDD73 are triadic colors.