COLOR #7BD529

HEX: #7BD529
RGB: (123,213,41)

Color info

#7BD529 contains mainly green color. Web safe color of #7BD529 is #66CC33 (or #6C3).

RGB color model

#7BD529 color RGB value is (123,213,41).

  • red value is 123;
  • green value is 213;
  • blue value is 41.
RGB:
(123,213,41)
(48%,84%,16%)

RGB channels and saturation

R 123 of 255 = 48%
G 213 of 255 = 84%
B 41 of 255 = 16%

123
213
41

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

Portions of RGB colors in percentages

R + G + B =
123 + 213 + 41 = 377 (100%)
R 123 of 377 ~ 32.63%
G 213 of 377 ~ 56.5%
B 41 of 377 ~ 10.88%

%32.63
%56.5
%10.88

CMYK color model

#7BD529 color CMYK value is (42,0,81,16).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 80.75%
  • key color value is 16.47%
CMYK:
(42,0,81,16)
C42M0Y81K16 
(42%,0%,81%,16%)
(0.42/0.00/0.81/0.16)	

CMYK percentages

%42.25
%0
%80.75
%16.47

Codes

Color #7BD529 in popluar color models

7BD529
RGB12321341
HSL91°67.72%49.80%
HSB/HSV91°80.75%83.53%
CMYK42.25%0.00%80.75%
16.47%

Color #7BD529 in popluar number systems.

HEX7BD529
Decimal12321341
Binary111101111010101101001
Octal17332551

Shades and tints

Shades of #7BD529

#7BD529
(123,213,41)
#70C226
(112,194,38)
#65AF23
(101,175,35)
#5A9C20
(90,156,32)
#4F891D
(79,137,29)
#44761A
(68,118,26)
#396317
(57,99,23)
#2E5014
(46,80,20)
#233D11
(35,61,17)
#182A0E
(24,42,14)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #7BD529

#7BD529
(123,213,41)
#87D83C
(135,216,60)
#93DB4F
(147,219,79)
#9FDE62
(159,222,98)
#ABE175
(171,225,117)
#B7E488
(183,228,136)
#C3E79B
(195,231,155)
#CFEAAE
(207,234,174)
#DBEDC1
(219,237,193)
#E7F0D4
(231,240,212)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD529 color. Also use rgb(123,213,41) instead hex code.

Text Font Color

.myTextColor { color: #7BD529; }

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

This text font color is #7BD529.


Background Color

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

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

This div background color is #7BD529.


Border color

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

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

This div border color is #7BD529.


Opacity

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

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

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

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

This text has shadow with #7BD529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD529 on black background.


Color preview on white background

This text has color #7BD529 on white background.



Black color preview on #7BD529 background

This text has black color on #7BD529 background.


White color preview on #7BD529 background

This text has white color on #7BD529 background.