COLOR #51D178

HEX: #51D178
RGB: (81,209,120)

Renk bilgisi

#51D178 contains mainly green color. #51D178 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#51D178 color RGB value is (81,209,120).

  • kırmız ton 81;
  • yeşil ton 209;
  • mavi ton 120.
RGB:
(81,209,120)
(32%,82%,47%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 209 of 255 = 82%
B 120 of 255 = 47%

81
209
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 209 + 120 = 410 (100%)
R 81 of 410 ~ 19.76%
G 209 of 410 ~ 50.98%
B 120 of 410 ~ 29.27%

%19.76
%50.98
%29.27

CMYK RENK MODELİ

#51D178 rengi CMYK tonu (61,0,43,18).

  • camgöbeği tonu 61.24%
  • eflatun tonu 0.00%
  • sarı tonu 42.58%
  • ana renk tonu 18.04%
CMYK:
(61,0,43,18)
C61M0Y43K18 
(61%,0%,43%,18%)
(0.61/0.00/0.43/0.18)	

CMYK yüzdeleri

%61.24
%0
%42.58
%18.04

Codes

Color #51D178 in popluar color models

51D178
RGB81209120
HSL138°58.18%56.86%
HSB/HSV138°61.24%81.96%
CMYK61.24%0.00%42.58%
18.04%

Color #51D178 in popluar number systems.

HEX51D178
Decimal81209120
Binary1010001110100011111000
Octal121321170

Shades and tints

Shades of #51D178

#51D178
(81,209,120)
#4ABE6E
(74,190,110)
#43AB64
(67,171,100)
#3C985A
(60,152,90)
#358550
(53,133,80)
#2E7246
(46,114,70)
#275F3C
(39,95,60)
#204C32
(32,76,50)
#193928
(25,57,40)
#12261E
(18,38,30)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #51D178

#51D178
(81,209,120)
#60D584
(96,213,132)
#6FD990
(111,217,144)
#7EDD9C
(126,221,156)
#8DE1A8
(141,225,168)
#9CE5B4
(156,229,180)
#ABE9C0
(171,233,192)
#BAEDCC
(186,237,204)
#C9F1D8
(201,241,216)
#D8F5E4
(216,245,228)
#E7F9F0
(231,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D178 color. Also use rgb(81,209,120) instead hex code.

Text Font Color

.myTextColor { color: #51D178; }

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

This text font color is #51D178.


Background Color

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

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

This div background color is #51D178.


Border color

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

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

This div border color is #51D178.


Opacity

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

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

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

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

This text has shadow with #51D178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D178 on black background.


Color preview on white background

This text has color #51D178 on white background.



Black color preview on #51D178 background

This text has black color on #51D178 background.


White color preview on #51D178 background

This text has white color on #51D178 background.