COLOR #51A85B

HEX: #51A85B
RGB: (81,168,91)

Color info

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

RGB color model

#51A85B color RGB value is (81,168,91).

  • red value is 81;
  • green value is 168;
  • blue value is 91.
RGB:
(81,168,91)
(32%,66%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 168 of 255 = 66%
B 91 of 255 = 36%

81
168
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 168 + 91 = 340 (100%)
R 81 of 340 ~ 23.82%
G 168 of 340 ~ 49.41%
B 91 of 340 ~ 26.76%

%23.82
%49.41
%26.76

CMYK color model

#51A85B color CMYK value is (52,0,46,34).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 34.12%
CMYK:
(52,0,46,34)
C52M0Y46K34 
(52%,0%,46%,34%)
(0.52/0.00/0.46/0.34)	

CMYK percentages

%51.79
%0
%45.83
%34.12

Codes

Color #51A85B in popluar color models

51A85B
RGB8116891
HSL127°34.94%48.82%
HSB/HSV127°51.79%65.88%
CMYK51.79%0.00%45.83%
34.12%

Color #51A85B in popluar number systems.

HEX51A85B
Decimal8116891
Binary1010001101010001011011
Octal121250133

Shades and tints

Shades of #51A85B

#51A85B
(81,168,91)
#4A9953
(74,153,83)
#438A4B
(67,138,75)
#3C7B43
(60,123,67)
#356C3B
(53,108,59)
#2E5D33
(46,93,51)
#274E2B
(39,78,43)
#203F23
(32,63,35)
#19301B
(25,48,27)
#122113
(18,33,19)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #51A85B

#51A85B
(81,168,91)
#60AF69
(96,175,105)
#6FB677
(111,182,119)
#7EBD85
(126,189,133)
#8DC493
(141,196,147)
#9CCBA1
(156,203,161)
#ABD2AF
(171,210,175)
#BAD9BD
(186,217,189)
#C9E0CB
(201,224,203)
#D8E7D9
(216,231,217)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A85B color. Also use rgb(81,168,91) instead hex code.

Text Font Color

.myTextColor { color: #51A85B; }

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

This text font color is #51A85B.


Background Color

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

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

This div background color is #51A85B.


Border color

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

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

This div border color is #51A85B.


Opacity

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

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

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

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

This text has shadow with #51A85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A85B on black background.


Color preview on white background

This text has color #51A85B on white background.



Black color preview on #51A85B background

This text has black color on #51A85B background.


White color preview on #51A85B background

This text has white color on #51A85B background.