COLOR #7BD47F

HEX: #7BD47F RGB: (123,212,127)

Color info

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

RGB color model

#7BD47F color RGB value is (123,212,127).

RGB: (123,212,127) (48%, 83%, 50%)

RGB channels and saturation

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

123
212
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 212 + 127 = 462 (100%)
R 123 of 462 ~ 26.62%
G 212 of 462 ~ 45.89%
B 127 of 462 ~ 27.49'%

%26.62
%45.89
%27.49

CMYK color model

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

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • 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
%40.09
%16.86

Codes

Color #7BD47F in popluar color models

7B D4 7F
RGB 123 212 127
HSL 123° 50.86% 65.69%
HSB/HSV 123° 41.98% 83.14%
CMYK 41.98% 0.00% 40.09%
16.86%

Color #7BD47F in popluar number systems.

HEX 7B D4 7F
Decimal 123 212 127
Binary 1111011 11010100 1111111
Octal 173 324 177

Shades and tints

Shades of #7BD47F

#7BD47F
(123,212,127)
#70C174
(112,193,116)
#65AE69
(101,174,105)
#5A9B5E
(90,155,94)
#4F8853
(79,136,83)
#447548
(68,117,72)
#39623D
(57,98,61)
#2E4F32
(46,79,50)
#233C27
(35,60,39)
#18291C
(24,41,28)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #7BD47F

#7BD47F
(123,212,127)
#87D78A
(135,215,138)
#93DA95
(147,218,149)
#9FDDA0
(159,221,160)
#ABE0AB
(171,224,171)
#B7E3B6
(183,227,182)
#C3E6C1
(195,230,193)
#CFE9CC
(207,233,204)
#DBECD7
(219,236,215)
#E7EFE2
(231,239,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BD47F; }

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

This text font color is #7BD47F.

Background Color

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

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

This div background color is #7BD47F.

Border color

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

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

This div border color is #7BD47F.

Opacity

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

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

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

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

This text has shadow with #7BD47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BD47F.

Preview

Color preview on black background

This text has color #7BD47F on black background.


Color preview on white background

This text has color #7BD47F on white background.


Black color preview on #7BD47F background

This text has black color on #7BD47F background.


White color preview on #7BD47F background

This text has white color on #7BD47F background.


Related colors

Complementary color

Complementary color for #hex is #842B80.


I love getcolorcode.com

Triadic colors

1 #7F7BD4 and #D47F7B with #7BD47F are triadic colors.

2 #7FD47B and #D47B7F with #7BD47F are triadic colors.