COLOR #51AD58

HEX: #51AD58 RGB: (81,173,88)

Color info

#51AD58 contains mainly green color. Web safe color of #51AD58 is #669966 (or #696).

RGB color model

#51AD58 color RGB value is (81,173,88).

RGB: (81,173,88) (32%, 68%, 35%)

RGB channels and saturation

R 81 of 255 = 32%
G 173 of 255 = 68%
B 88 of 255 = 35%

81
173
88

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

Portions of RGB colors in percentages

R + G + B = 81 + 173 + 88 = 342 (100%)
R 81 of 342 ~ 23.68%
G 173 of 342 ~ 50.58%
B 88 of 342 ~ 25.73'%

%23.68
%50.58
%25.73

CMYK color model

#51AD58 color CMYK value is (53,0,49,32).

  • cyan value is 53.18%
  • magenta value is 0.00%
  • yellow value is 49.13%
  • key color value is 32.16%

CMYK: (53,0,49,32)
C53M0Y49K32 (53%, 0%, 49%, 32%)
(0.53 / 0.00 / 0.49 / 0.32)

CMYK percentages

%53.18
%0
%49.13
%32.16

Codes

Color #51AD58 in popluar color models

51 AD 58
RGB 81 173 88
HSL 125° 36.22% 49.80%
HSB/HSV 125° 53.18% 67.84%
CMYK 53.18% 0.00% 49.13%
32.16%

Color #51AD58 in popluar number systems.

HEX 51 AD 58
Decimal 81 173 88
Binary 1010001 10101101 1011000
Octal 121 255 130

Shades and tints

Shades of #51AD58

#51AD58
(81,173,88)
#4A9E50
(74,158,80)
#438F48
(67,143,72)
#3C8040
(60,128,64)
#357138
(53,113,56)
#2E6230
(46,98,48)
#275328
(39,83,40)
#204420
(32,68,32)
#193518
(25,53,24)
#122610
(18,38,16)
#0B1708
(11,23,8)
#000000
(0,0,0)

Tints of #51AD58

#51AD58
(81,173,88)
#60B467
(96,180,103)
#6FBB76
(111,187,118)
#7EC285
(126,194,133)
#8DC994
(141,201,148)
#9CD0A3
(156,208,163)
#ABD7B2
(171,215,178)
#BADEC1
(186,222,193)
#C9E5D0
(201,229,208)
#D8ECDF
(216,236,223)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AD58 color. Also use rgb(81,173,88) instead hex code.

Text Font Color

.myTextColor { color: #51AD58; }

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

This text font color is #51AD58.

Background Color

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

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

This div background color is #51AD58.

Border color

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

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

This div border color is #51AD58.

Opacity

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

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

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

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

This text has shadow with #51AD58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51AD58.

Preview

Color preview on black background

This text has color #51AD58 on black background.


Color preview on white background

This text has color #51AD58 on white background.


Black color preview on #51AD58 background

This text has black color on #51AD58 background.


White color preview on #51AD58 background

This text has white color on #51AD58 background.


Related colors

Complementary color

Complementary color for #hex is #AE52A7.


I love getcolorcode.com

Triadic colors

1 #5851AD and #AD5851 with #51AD58 are triadic colors.

2 #58AD51 and #AD5158 with #51AD58 are triadic colors.