COLOR #51B650

HEX: #51B650
RGB: (81,182,80)

Renk bilgisi

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

RGB renk modeli

#51B650 color RGB value is (81,182,80).

  • kırmız ton 81;
  • yeşil ton 182;
  • mavi ton 80.
RGB:
(81,182,80)
(32%,71%,31%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 182 of 255 = 71%
B 80 of 255 = 31%

81
182
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 182 + 80 = 343 (100%)
R 81 of 343 ~ 23.62%
G 182 of 343 ~ 53.06%
B 80 of 343 ~ 23.32%

%23.62
%53.06
%23.32

CMYK RENK MODELİ

#51B650 rengi CMYK tonu (55,0,56,29).

  • camgöbeği tonu 55.49%
  • eflatun tonu 0.00%
  • sarı tonu 56.04%
  • ana renk tonu 28.63%
CMYK:
(55,0,56,29)
C55M0Y56K29 
(55%,0%,56%,29%)
(0.55/0.00/0.56/0.29)	

CMYK yüzdeleri

%55.49
%0
%56.04
%28.63

Codes

Color #51B650 in popluar color models

51B650
RGB8118280
HSL119°41.13%51.37%
HSB/HSV119°56.04%71.37%
CMYK55.49%0.00%56.04%
28.63%

Color #51B650 in popluar number systems.

HEX51B650
Decimal8118280
Binary1010001101101101010000
Octal121266120

Shades and tints

Shades of #51B650

#51B650
(81,182,80)
#4AA649
(74,166,73)
#439642
(67,150,66)
#3C863B
(60,134,59)
#357634
(53,118,52)
#2E662D
(46,102,45)
#275626
(39,86,38)
#20461F
(32,70,31)
#193618
(25,54,24)
#122611
(18,38,17)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #51B650

#51B650
(81,182,80)
#60BC5F
(96,188,95)
#6FC26E
(111,194,110)
#7EC87D
(126,200,125)
#8DCE8C
(141,206,140)
#9CD49B
(156,212,155)
#ABDAAA
(171,218,170)
#BAE0B9
(186,224,185)
#C9E6C8
(201,230,200)
#D8ECD7
(216,236,215)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B650 color. Also use rgb(81,182,80) instead hex code.

Text Font Color

.myTextColor { color: #51B650; }

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

This text font color is #51B650.


Background Color

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

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

This div background color is #51B650.


Border color

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

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

This div border color is #51B650.


Opacity

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

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

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

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

This text has shadow with #51B650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B650 on black background.


Color preview on white background

This text has color #51B650 on white background.



Black color preview on #51B650 background

This text has black color on #51B650 background.


White color preview on #51B650 background

This text has white color on #51B650 background.