COLOR #51AB68

HEX: #51AB68
RGB: (81,171,104)

Renk bilgisi

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

RGB renk modeli

#51AB68 color RGB value is (81,171,104).

  • kırmız ton 81;
  • yeşil ton 171;
  • mavi ton 104.
RGB:
(81,171,104)
(32%,67%,41%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 171 of 255 = 67%
B 104 of 255 = 41%

81
171
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 171 + 104 = 356 (100%)
R 81 of 356 ~ 22.75%
G 171 of 356 ~ 48.03%
B 104 of 356 ~ 29.21%

%22.75
%48.03
%29.21

CMYK RENK MODELİ

#51AB68 rengi CMYK tonu (53,0,39,33).

  • camgöbeği tonu 52.63%
  • eflatun tonu 0.00%
  • sarı tonu 39.18%
  • ana renk tonu 32.94%
CMYK:
(53,0,39,33)
C53M0Y39K33 
(53%,0%,39%,33%)
(0.53/0.00/0.39/0.33)	

CMYK yüzdeleri

%52.63
%0
%39.18
%32.94

Codes

Color #51AB68 in popluar color models

51AB68
RGB81171104
HSL135°35.71%49.41%
HSB/HSV135°52.63%67.06%
CMYK52.63%0.00%39.18%
32.94%

Color #51AB68 in popluar number systems.

HEX51AB68
Decimal81171104
Binary1010001101010111101000
Octal121253150

Shades and tints

Shades of #51AB68

#51AB68
(81,171,104)
#4A9C5F
(74,156,95)
#438D56
(67,141,86)
#3C7E4D
(60,126,77)
#356F44
(53,111,68)
#2E603B
(46,96,59)
#275132
(39,81,50)
#204229
(32,66,41)
#193320
(25,51,32)
#122417
(18,36,23)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #51AB68

#51AB68
(81,171,104)
#60B275
(96,178,117)
#6FB982
(111,185,130)
#7EC08F
(126,192,143)
#8DC79C
(141,199,156)
#9CCEA9
(156,206,169)
#ABD5B6
(171,213,182)
#BADCC3
(186,220,195)
#C9E3D0
(201,227,208)
#D8EADD
(216,234,221)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AB68 color. Also use rgb(81,171,104) instead hex code.

Text Font Color

.myTextColor { color: #51AB68; }

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

This text font color is #51AB68.


Background Color

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

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

This div background color is #51AB68.


Border color

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

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

This div border color is #51AB68.


Opacity

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

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

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

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

This text has shadow with #51AB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AB68 on black background.


Color preview on white background

This text has color #51AB68 on white background.



Black color preview on #51AB68 background

This text has black color on #51AB68 background.


White color preview on #51AB68 background

This text has white color on #51AB68 background.