COLOR #51BF60

HEX: #51BF60
RGB: (81,191,96)

Renk bilgisi

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

RGB renk modeli

#51BF60 color RGB value is (81,191,96).

  • kırmız ton 81;
  • yeşil ton 191;
  • mavi ton 96.
RGB:
(81,191,96)
(32%,75%,38%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 191 of 255 = 75%
B 96 of 255 = 38%

81
191
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 191 + 96 = 368 (100%)
R 81 of 368 ~ 22.01%
G 191 of 368 ~ 51.9%
B 96 of 368 ~ 26.09%

%22.01
%51.9
%26.09

CMYK RENK MODELİ

#51BF60 rengi CMYK tonu (58,0,50,25).

  • camgöbeği tonu 57.59%
  • eflatun tonu 0.00%
  • sarı tonu 49.74%
  • ana renk tonu 25.10%
CMYK:
(58,0,50,25)
C58M0Y50K25 
(58%,0%,50%,25%)
(0.58/0.00/0.50/0.25)	

CMYK yüzdeleri

%57.59
%0
%49.74
%25.1

Codes

Color #51BF60 in popluar color models

51BF60
RGB8119196
HSL128°46.22%53.33%
HSB/HSV128°57.59%74.90%
CMYK57.59%0.00%49.74%
25.10%

Color #51BF60 in popluar number systems.

HEX51BF60
Decimal8119196
Binary1010001101111111100000
Octal121277140

Shades and tints

Shades of #51BF60

#51BF60
(81,191,96)
#4AAE58
(74,174,88)
#439D50
(67,157,80)
#3C8C48
(60,140,72)
#357B40
(53,123,64)
#2E6A38
(46,106,56)
#275930
(39,89,48)
#204828
(32,72,40)
#193720
(25,55,32)
#122618
(18,38,24)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #51BF60

#51BF60
(81,191,96)
#60C46E
(96,196,110)
#6FC97C
(111,201,124)
#7ECE8A
(126,206,138)
#8DD398
(141,211,152)
#9CD8A6
(156,216,166)
#ABDDB4
(171,221,180)
#BAE2C2
(186,226,194)
#C9E7D0
(201,231,208)
#D8ECDE
(216,236,222)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BF60 color. Also use rgb(81,191,96) instead hex code.

Text Font Color

.myTextColor { color: #51BF60; }

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

This text font color is #51BF60.


Background Color

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

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

This div background color is #51BF60.


Border color

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

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

This div border color is #51BF60.


Opacity

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

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

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

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

This text has shadow with #51BF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51BF60 on black background.


Color preview on white background

This text has color #51BF60 on white background.



Black color preview on #51BF60 background

This text has black color on #51BF60 background.


White color preview on #51BF60 background

This text has white color on #51BF60 background.