COLOR #51A566

HEX: #51A566
RGB: (81,165,102)

Renk bilgisi

#51A566 contains mainly green color. #51A566 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#51A566 color RGB value is (81,165,102).

  • kırmız ton 81;
  • yeşil ton 165;
  • mavi ton 102.
RGB:
(81,165,102)
(32%,65%,40%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 165 of 255 = 65%
B 102 of 255 = 40%

81
165
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 165 + 102 = 348 (100%)
R 81 of 348 ~ 23.28%
G 165 of 348 ~ 47.41%
B 102 of 348 ~ 29.31%

%23.28
%47.41
%29.31

CMYK RENK MODELİ

#51A566 rengi CMYK tonu (51,0,38,35).

  • camgöbeği tonu 50.91%
  • eflatun tonu 0.00%
  • sarı tonu 38.18%
  • ana renk tonu 35.29%
CMYK:
(51,0,38,35)
C51M0Y38K35 
(51%,0%,38%,35%)
(0.51/0.00/0.38/0.35)	

CMYK yüzdeleri

%50.91
%0
%38.18
%35.29

Codes

Color #51A566 in popluar color models

51A566
RGB81165102
HSL135°34.15%48.24%
HSB/HSV135°50.91%64.71%
CMYK50.91%0.00%38.18%
35.29%

Color #51A566 in popluar number systems.

HEX51A566
Decimal81165102
Binary1010001101001011100110
Octal121245146

Shades and tints

Shades of #51A566

#51A566
(81,165,102)
#4A965D
(74,150,93)
#438754
(67,135,84)
#3C784B
(60,120,75)
#356942
(53,105,66)
#2E5A39
(46,90,57)
#274B30
(39,75,48)
#203C27
(32,60,39)
#192D1E
(25,45,30)
#121E15
(18,30,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #51A566

#51A566
(81,165,102)
#60AD73
(96,173,115)
#6FB580
(111,181,128)
#7EBD8D
(126,189,141)
#8DC59A
(141,197,154)
#9CCDA7
(156,205,167)
#ABD5B4
(171,213,180)
#BADDC1
(186,221,193)
#C9E5CE
(201,229,206)
#D8EDDB
(216,237,219)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A566 color. Also use rgb(81,165,102) instead hex code.

Text Font Color

.myTextColor { color: #51A566; }

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

This text font color is #51A566.


Background Color

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

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

This div background color is #51A566.


Border color

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

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

This div border color is #51A566.


Opacity

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

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

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

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

This text has shadow with #51A566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A566 on black background.


Color preview on white background

This text has color #51A566 on white background.



Black color preview on #51A566 background

This text has black color on #51A566 background.


White color preview on #51A566 background

This text has white color on #51A566 background.