COLOR #51BD70

HEX: #51BD70
RGB: (81,189,112)

Renk bilgisi

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

RGB renk modeli

#51BD70 color RGB value is (81,189,112).

  • kırmız ton 81;
  • yeşil ton 189;
  • mavi ton 112.
RGB:
(81,189,112)
(32%,74%,44%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 189 of 255 = 74%
B 112 of 255 = 44%

81
189
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 189 + 112 = 382 (100%)
R 81 of 382 ~ 21.2%
G 189 of 382 ~ 49.48%
B 112 of 382 ~ 29.32%

%21.2
%49.48
%29.32

CMYK RENK MODELİ

#51BD70 rengi CMYK tonu (57,0,41,26).

  • camgöbeği tonu 57.14%
  • eflatun tonu 0.00%
  • sarı tonu 40.74%
  • ana renk tonu 25.88%
CMYK:
(57,0,41,26)
C57M0Y41K26 
(57%,0%,41%,26%)
(0.57/0.00/0.41/0.26)	

CMYK yüzdeleri

%57.14
%0
%40.74
%25.88

Codes

Color #51BD70 in popluar color models

51BD70
RGB81189112
HSL137°45.00%52.94%
HSB/HSV137°57.14%74.12%
CMYK57.14%0.00%40.74%
25.88%

Color #51BD70 in popluar number systems.

HEX51BD70
Decimal81189112
Binary1010001101111011110000
Octal121275160

Shades and tints

Shades of #51BD70

#51BD70
(81,189,112)
#4AAC66
(74,172,102)
#439B5C
(67,155,92)
#3C8A52
(60,138,82)
#357948
(53,121,72)
#2E683E
(46,104,62)
#275734
(39,87,52)
#20462A
(32,70,42)
#193520
(25,53,32)
#122416
(18,36,22)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #51BD70

#51BD70
(81,189,112)
#60C37D
(96,195,125)
#6FC98A
(111,201,138)
#7ECF97
(126,207,151)
#8DD5A4
(141,213,164)
#9CDBB1
(156,219,177)
#ABE1BE
(171,225,190)
#BAE7CB
(186,231,203)
#C9EDD8
(201,237,216)
#D8F3E5
(216,243,229)
#E7F9F2
(231,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BD70 color. Also use rgb(81,189,112) instead hex code.

Text Font Color

.myTextColor { color: #51BD70; }

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

This text font color is #51BD70.


Background Color

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

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

This div background color is #51BD70.


Border color

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

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

This div border color is #51BD70.


Opacity

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

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

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

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

This text has shadow with #51BD70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51BD70 on black background.


Color preview on white background

This text has color #51BD70 on white background.



Black color preview on #51BD70 background

This text has black color on #51BD70 background.


White color preview on #51BD70 background

This text has white color on #51BD70 background.