COLOR #51B873

HEX: #51B873
RGB: (81,184,115)

Color info

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

RGB color model

#51B873 color RGB value is (81,184,115).

  • red value is 81;
  • green value is 184;
  • blue value is 115.
RGB:
(81,184,115)
(32%,72%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 184 of 255 = 72%
B 115 of 255 = 45%

81
184
115

R + G + B ~ 50%. #51B873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 184 + 115 = 380 (100%)
R 81 of 380 ~ 21.32%
G 184 of 380 ~ 48.42%
B 115 of 380 ~ 30.26%

%21.32
%48.42
%30.26

CMYK color model

#51B873 color CMYK value is (56,0,38,28).

  • cyan value is 55.98%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 27.84%
CMYK:
(56,0,38,28)
C56M0Y38K28 
(56%,0%,38%,28%)
(0.56/0.00/0.38/0.28)	

CMYK percentages

%55.98
%0
%37.5
%27.84

Codes

Color #51B873 in popluar color models

51B873
RGB81184115
HSL140°42.04%51.96%
HSB/HSV140°55.98%72.16%
CMYK55.98%0.00%37.50%
27.84%

Color #51B873 in popluar number systems.

HEX51B873
Decimal81184115
Binary1010001101110001110011
Octal121270163

Shades and tints

Shades of #51B873

#51B873
(81,184,115)
#4AA869
(74,168,105)
#43985F
(67,152,95)
#3C8855
(60,136,85)
#35784B
(53,120,75)
#2E6841
(46,104,65)
#275837
(39,88,55)
#20482D
(32,72,45)
#193823
(25,56,35)
#122819
(18,40,25)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #51B873

#51B873
(81,184,115)
#60BE7F
(96,190,127)
#6FC48B
(111,196,139)
#7ECA97
(126,202,151)
#8DD0A3
(141,208,163)
#9CD6AF
(156,214,175)
#ABDCBB
(171,220,187)
#BAE2C7
(186,226,199)
#C9E8D3
(201,232,211)
#D8EEDF
(216,238,223)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B873 color. Also use rgb(81,184,115) instead hex code.

Text Font Color

.myTextColor { color: #51B873; }

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

This text font color is #51B873.


Background Color

.myBgColor { background-color: #51B873; }

<div style="background-color:#51B873">Inner text</div>

This div background color is #51B873.


Border color

.myBorderColor { border: 1px solid #51B873; }

<div style="border:3px solid #51B873">Div</div>

This div border color is #51B873.


Opacity

.myOpacity80 { color: #51B873; opacity: 0.8; }

<p style="color:#51B873;opacity:0.8;">80%</p>

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

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

This text has shadow with #51B873 color.

.textShadow {text-shadow: 3px 3px 1px #51B873, 3px 3px 1px red;}

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

This text has shadow with #51B873 primary color and red secondary color.


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

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

This text has shadow with #51B873 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B873 on black background.


Color preview on white background

This text has color #51B873 on white background.



Black color preview on #51B873 background

This text has black color on #51B873 background.


White color preview on #51B873 background

This text has white color on #51B873 background.