COLOR #51AE47

HEX: #51AE47
RGB: (81,174,71)

Renk bilgisi

#51AE47 contains mainly green color. #51AE47 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#51AE47 color RGB value is (81,174,71).

  • kırmız ton 81;
  • yeşil ton 174;
  • mavi ton 71.
RGB:
(81,174,71)
(32%,68%,28%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 174 of 255 = 68%
B 71 of 255 = 28%

81
174
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 174 + 71 = 326 (100%)
R 81 of 326 ~ 24.85%
G 174 of 326 ~ 53.37%
B 71 of 326 ~ 21.78%

%24.85
%53.37
%21.78

CMYK RENK MODELİ

#51AE47 rengi CMYK tonu (53,0,59,32).

  • camgöbeği tonu 53.45%
  • eflatun tonu 0.00%
  • sarı tonu 59.20%
  • ana renk tonu 31.76%
CMYK:
(53,0,59,32)
C53M0Y59K32 
(53%,0%,59%,32%)
(0.53/0.00/0.59/0.32)	

CMYK yüzdeleri

%53.45
%0
%59.2
%31.76

Codes

Color #51AE47 in popluar color models

51AE47
RGB8117471
HSL114°42.04%48.04%
HSB/HSV114°59.20%68.24%
CMYK53.45%0.00%59.20%
31.76%

Color #51AE47 in popluar number systems.

HEX51AE47
Decimal8117471
Binary1010001101011101000111
Octal121256107

Shades and tints

Shades of #51AE47

#51AE47
(81,174,71)
#4A9F41
(74,159,65)
#43903B
(67,144,59)
#3C8135
(60,129,53)
#35722F
(53,114,47)
#2E6329
(46,99,41)
#275423
(39,84,35)
#20451D
(32,69,29)
#193617
(25,54,23)
#122711
(18,39,17)
#0B180B
(11,24,11)
#000000
(0,0,0)

Tints of #51AE47

#51AE47
(81,174,71)
#60B557
(96,181,87)
#6FBC67
(111,188,103)
#7EC377
(126,195,119)
#8DCA87
(141,202,135)
#9CD197
(156,209,151)
#ABD8A7
(171,216,167)
#BADFB7
(186,223,183)
#C9E6C7
(201,230,199)
#D8EDD7
(216,237,215)
#E7F4E7
(231,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AE47 color. Also use rgb(81,174,71) instead hex code.

Text Font Color

.myTextColor { color: #51AE47; }

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

This text font color is #51AE47.


Background Color

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

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

This div background color is #51AE47.


Border color

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

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

This div border color is #51AE47.


Opacity

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

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

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

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

This text has shadow with #51AE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AE47 on black background.


Color preview on white background

This text has color #51AE47 on white background.



Black color preview on #51AE47 background

This text has black color on #51AE47 background.


White color preview on #51AE47 background

This text has white color on #51AE47 background.