COLOR #51D66E

HEX: #51D66E
RGB: (81,214,110)

Renk bilgisi

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

RGB renk modeli

#51D66E color RGB value is (81,214,110).

  • kırmız ton 81;
  • yeşil ton 214;
  • mavi ton 110.
RGB:
(81,214,110)
(32%,84%,43%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 214 of 255 = 84%
B 110 of 255 = 43%

81
214
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 214 + 110 = 405 (100%)
R 81 of 405 ~ 20%
G 214 of 405 ~ 52.84%
B 110 of 405 ~ 27.16%

%20
%52.84
%27.16

CMYK RENK MODELİ

#51D66E rengi CMYK tonu (62,0,49,16).

  • camgöbeği tonu 62.15%
  • eflatun tonu 0.00%
  • sarı tonu 48.60%
  • ana renk tonu 16.08%
CMYK:
(62,0,49,16)
C62M0Y49K16 
(62%,0%,49%,16%)
(0.62/0.00/0.49/0.16)	

CMYK yüzdeleri

%62.15
%0
%48.6
%16.08

Codes

Color #51D66E in popluar color models

51D66E
RGB81214110
HSL133°61.86%57.84%
HSB/HSV133°62.15%83.92%
CMYK62.15%0.00%48.60%
16.08%

Color #51D66E in popluar number systems.

HEX51D66E
Decimal81214110
Binary1010001110101101101110
Octal121326156

Shades and tints

Shades of #51D66E

#51D66E
(81,214,110)
#4AC364
(74,195,100)
#43B05A
(67,176,90)
#3C9D50
(60,157,80)
#358A46
(53,138,70)
#2E773C
(46,119,60)
#276432
(39,100,50)
#205128
(32,81,40)
#193E1E
(25,62,30)
#122B14
(18,43,20)
#0B180A
(11,24,10)
#000000
(0,0,0)

Tints of #51D66E

#51D66E
(81,214,110)
#60D97B
(96,217,123)
#6FDC88
(111,220,136)
#7EDF95
(126,223,149)
#8DE2A2
(141,226,162)
#9CE5AF
(156,229,175)
#ABE8BC
(171,232,188)
#BAEBC9
(186,235,201)
#C9EED6
(201,238,214)
#D8F1E3
(216,241,227)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D66E color. Also use rgb(81,214,110) instead hex code.

Text Font Color

.myTextColor { color: #51D66E; }

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

This text font color is #51D66E.


Background Color

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

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

This div background color is #51D66E.


Border color

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

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

This div border color is #51D66E.


Opacity

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

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

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

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

This text has shadow with #51D66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D66E on black background.


Color preview on white background

This text has color #51D66E on white background.



Black color preview on #51D66E background

This text has black color on #51D66E background.


White color preview on #51D66E background

This text has white color on #51D66E background.