COLOR #51D965

HEX: #51D965
RGB: (81,217,101)

Renk bilgisi

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

RGB renk modeli

#51D965 color RGB value is (81,217,101).

  • kırmız ton 81;
  • yeşil ton 217;
  • mavi ton 101.
RGB:
(81,217,101)
(32%,85%,40%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 217 of 255 = 85%
B 101 of 255 = 40%

81
217
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 217 + 101 = 399 (100%)
R 81 of 399 ~ 20.3%
G 217 of 399 ~ 54.39%
B 101 of 399 ~ 25.31%

%20.3
%54.39
%25.31

CMYK RENK MODELİ

#51D965 rengi CMYK tonu (63,0,53,15).

  • camgöbeği tonu 62.67%
  • eflatun tonu 0.00%
  • sarı tonu 53.46%
  • ana renk tonu 14.90%
CMYK:
(63,0,53,15)
C63M0Y53K15 
(63%,0%,53%,15%)
(0.63/0.00/0.53/0.15)	

CMYK yüzdeleri

%62.67
%0
%53.46
%14.9

Codes

Color #51D965 in popluar color models

51D965
RGB81217101
HSL129°64.15%58.43%
HSB/HSV129°62.67%85.10%
CMYK62.67%0.00%53.46%
14.90%

Color #51D965 in popluar number systems.

HEX51D965
Decimal81217101
Binary1010001110110011100101
Octal121331145

Shades and tints

Shades of #51D965

#51D965
(81,217,101)
#4AC65C
(74,198,92)
#43B353
(67,179,83)
#3CA04A
(60,160,74)
#358D41
(53,141,65)
#2E7A38
(46,122,56)
#27672F
(39,103,47)
#205426
(32,84,38)
#19411D
(25,65,29)
#122E14
(18,46,20)
#0B1B0B
(11,27,11)
#000000
(0,0,0)

Tints of #51D965

#51D965
(81,217,101)
#60DC73
(96,220,115)
#6FDF81
(111,223,129)
#7EE28F
(126,226,143)
#8DE59D
(141,229,157)
#9CE8AB
(156,232,171)
#ABEBB9
(171,235,185)
#BAEEC7
(186,238,199)
#C9F1D5
(201,241,213)
#D8F4E3
(216,244,227)
#E7F7F1
(231,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D965 color. Also use rgb(81,217,101) instead hex code.

Text Font Color

.myTextColor { color: #51D965; }

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

This text font color is #51D965.


Background Color

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

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

This div background color is #51D965.


Border color

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

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

This div border color is #51D965.


Opacity

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

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

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

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

This text has shadow with #51D965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D965 on black background.


Color preview on white background

This text has color #51D965 on white background.



Black color preview on #51D965 background

This text has black color on #51D965 background.


White color preview on #51D965 background

This text has white color on #51D965 background.