COLOR #51AA5D

HEX: #51AA5D
RGB: (81,170,93)

Color info

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

RGB color model

#51AA5D color RGB value is (81,170,93).

  • red value is 81;
  • green value is 170;
  • blue value is 93.
RGB:
(81,170,93)
(32%,67%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 170 of 255 = 67%
B 93 of 255 = 36%

81
170
93

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

Portions of RGB colors in percentages

R + G + B =
81 + 170 + 93 = 344 (100%)
R 81 of 344 ~ 23.55%
G 170 of 344 ~ 49.42%
B 93 of 344 ~ 27.03%

%23.55
%49.42
%27.03

CMYK color model

#51AA5D color CMYK value is (52,0,45,33).

  • cyan value is 52.35%
  • magenta value is 0.00%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK:
(52,0,45,33)
C52M0Y45K33 
(52%,0%,45%,33%)
(0.52/0.00/0.45/0.33)	

CMYK percentages

%52.35
%0
%45.29
%33.33

Codes

Color #51AA5D in popluar color models

51AA5D
RGB8117093
HSL128°35.46%49.22%
HSB/HSV128°52.35%66.67%
CMYK52.35%0.00%45.29%
33.33%

Color #51AA5D in popluar number systems.

HEX51AA5D
Decimal8117093
Binary1010001101010101011101
Octal121252135

Shades and tints

Shades of #51AA5D

#51AA5D
(81,170,93)
#4A9B55
(74,155,85)
#438C4D
(67,140,77)
#3C7D45
(60,125,69)
#356E3D
(53,110,61)
#2E5F35
(46,95,53)
#27502D
(39,80,45)
#204125
(32,65,37)
#19321D
(25,50,29)
#122315
(18,35,21)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #51AA5D

#51AA5D
(81,170,93)
#60B16B
(96,177,107)
#6FB879
(111,184,121)
#7EBF87
(126,191,135)
#8DC695
(141,198,149)
#9CCDA3
(156,205,163)
#ABD4B1
(171,212,177)
#BADBBF
(186,219,191)
#C9E2CD
(201,226,205)
#D8E9DB
(216,233,219)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AA5D color. Also use rgb(81,170,93) instead hex code.

Text Font Color

.myTextColor { color: #51AA5D; }

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

This text font color is #51AA5D.


Background Color

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

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

This div background color is #51AA5D.


Border color

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

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

This div border color is #51AA5D.


Opacity

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

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

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

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

This text has shadow with #51AA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AA5D on black background.


Color preview on white background

This text has color #51AA5D on white background.



Black color preview on #51AA5D background

This text has black color on #51AA5D background.


White color preview on #51AA5D background

This text has white color on #51AA5D background.