COLOR #51AF78

HEX: #51AF78 RGB: (81,175,120)

Color info

#51AF78 contains mainly green and blue colors. Web safe color of #51AF78 is #669966 (or #696).

RGB color model

#51AF78 color RGB value is (81,175,120).

RGB: (81,175,120) (32%, 69%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 175 of 255 = 69%
B 120 of 255 = 47%

81
175
120

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

Portions of RGB colors in percentages

R + G + B = 81 + 175 + 120 = 376 (100%)
R 81 of 376 ~ 21.54%
G 175 of 376 ~ 46.54%
B 120 of 376 ~ 31.91'%

%21.54
%46.54
%31.91

CMYK color model

#51AF78 color CMYK value is (54,0,31,31).

  • cyan value is 53.71%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 31.37%

CMYK: (54,0,31,31)
C54M0Y31K31 (54%, 0%, 31%, 31%)
(0.54 / 0.00 / 0.31 / 0.31)

CMYK percentages

%53.71
%0
%31.43
%31.37

Codes

Color #51AF78 in popluar color models

51 AF 78
RGB 81 175 120
HSL 145° 37.01% 50.20%
HSB/HSV 145° 53.71% 68.63%
CMYK 53.71% 0.00% 31.43%
31.37%

Color #51AF78 in popluar number systems.

HEX 51 AF 78
Decimal 81 175 120
Binary 1010001 10101111 1111000
Octal 121 257 170

Shades and tints

Shades of #51AF78

#51AF78
(81,175,120)
#4AA06E
(74,160,110)
#439164
(67,145,100)
#3C825A
(60,130,90)
#357350
(53,115,80)
#2E6446
(46,100,70)
#27553C
(39,85,60)
#204632
(32,70,50)
#193728
(25,55,40)
#12281E
(18,40,30)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #51AF78

#51AF78
(81,175,120)
#60B684
(96,182,132)
#6FBD90
(111,189,144)
#7EC49C
(126,196,156)
#8DCBA8
(141,203,168)
#9CD2B4
(156,210,180)
#ABD9C0
(171,217,192)
#BAE0CC
(186,224,204)
#C9E7D8
(201,231,216)
#D8EEE4
(216,238,228)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AF78 color. Also use rgb(81,175,120) instead hex code.

Text Font Color

.myTextColor { color: #51AF78; }

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

This text font color is #51AF78.

Background Color

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

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

This div background color is #51AF78.

Border color

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

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

This div border color is #51AF78.

Opacity

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

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

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

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

This text has shadow with #51AF78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51AF78.

Preview

Color preview on black background

This text has color #51AF78 on black background.


Color preview on white background

This text has color #51AF78 on white background.


Black color preview on #51AF78 background

This text has black color on #51AF78 background.


White color preview on #51AF78 background

This text has white color on #51AF78 background.


Related colors

Complementary color

Complementary color for #hex is #AE5087.


I love getcolorcode.com

Triadic colors

1 #7851AF and #AF7851 with #51AF78 are triadic colors.

2 #78AF51 and #AF5178 with #51AF78 are triadic colors.