COLOR #51D467

HEX: #51D467
RGB: (81,212,103)

Renk bilgisi

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

RGB renk modeli

#51D467 color RGB value is (81,212,103).

  • kırmız ton 81;
  • yeşil ton 212;
  • mavi ton 103.
RGB:
(81,212,103)
(32%,83%,40%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 212 of 255 = 83%
B 103 of 255 = 40%

81
212
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 212 + 103 = 396 (100%)
R 81 of 396 ~ 20.45%
G 212 of 396 ~ 53.54%
B 103 of 396 ~ 26.01%

%20.45
%53.54
%26.01

CMYK RENK MODELİ

#51D467 rengi CMYK tonu (62,0,51,17).

  • camgöbeği tonu 61.79%
  • eflatun tonu 0.00%
  • sarı tonu 51.42%
  • ana renk tonu 16.86%
CMYK:
(62,0,51,17)
C62M0Y51K17 
(62%,0%,51%,17%)
(0.62/0.00/0.51/0.17)	

CMYK yüzdeleri

%61.79
%0
%51.42
%16.86

Codes

Color #51D467 in popluar color models

51D467
RGB81212103
HSL130°60.37%57.45%
HSB/HSV130°61.79%83.14%
CMYK61.79%0.00%51.42%
16.86%

Color #51D467 in popluar number systems.

HEX51D467
Decimal81212103
Binary1010001110101001100111
Octal121324147

Shades and tints

Shades of #51D467

#51D467
(81,212,103)
#4AC15E
(74,193,94)
#43AE55
(67,174,85)
#3C9B4C
(60,155,76)
#358843
(53,136,67)
#2E753A
(46,117,58)
#276231
(39,98,49)
#204F28
(32,79,40)
#193C1F
(25,60,31)
#122916
(18,41,22)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #51D467

#51D467
(81,212,103)
#60D774
(96,215,116)
#6FDA81
(111,218,129)
#7EDD8E
(126,221,142)
#8DE09B
(141,224,155)
#9CE3A8
(156,227,168)
#ABE6B5
(171,230,181)
#BAE9C2
(186,233,194)
#C9ECCF
(201,236,207)
#D8EFDC
(216,239,220)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D467 color. Also use rgb(81,212,103) instead hex code.

Text Font Color

.myTextColor { color: #51D467; }

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

This text font color is #51D467.


Background Color

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

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

This div background color is #51D467.


Border color

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

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

This div border color is #51D467.


Opacity

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

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

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

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

This text has shadow with #51D467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D467 on black background.


Color preview on white background

This text has color #51D467 on white background.



Black color preview on #51D467 background

This text has black color on #51D467 background.


White color preview on #51D467 background

This text has white color on #51D467 background.