COLOR #51E77A

HEX: #51E77A
RGB: (81,231,122)

Renk bilgisi

#51E77A contains mainly green color. #51E77A ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#51E77A color RGB value is (81,231,122).

  • kırmız ton 81;
  • yeşil ton 231;
  • mavi ton 122.
RGB:
(81,231,122)
(32%,91%,48%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 231 of 255 = 91%
B 122 of 255 = 48%

81
231
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 231 + 122 = 434 (100%)
R 81 of 434 ~ 18.66%
G 231 of 434 ~ 53.23%
B 122 of 434 ~ 28.11%

%18.66
%53.23
%28.11

CMYK RENK MODELİ

#51E77A rengi CMYK tonu (65,0,47,9).

  • camgöbeği tonu 64.94%
  • eflatun tonu 0.00%
  • sarı tonu 47.19%
  • ana renk tonu 9.41%
CMYK:
(65,0,47,9)
C65M0Y47K9 
(65%,0%,47%,9%)
(0.65/0.00/0.47/0.09)	

CMYK yüzdeleri

%64.94
%0
%47.19
%9.41

Codes

Color #51E77A in popluar color models

51E77A
RGB81231122
HSL136°75.76%61.18%
HSB/HSV136°64.94%90.59%
CMYK64.94%0.00%47.19%
9.41%

Color #51E77A in popluar number systems.

HEX51E77A
Decimal81231122
Binary1010001111001111111010
Octal121347172

Shades and tints

Shades of #51E77A

#51E77A
(81,231,122)
#4AD26F
(74,210,111)
#43BD64
(67,189,100)
#3CA859
(60,168,89)
#35934E
(53,147,78)
#2E7E43
(46,126,67)
#276938
(39,105,56)
#20542D
(32,84,45)
#193F22
(25,63,34)
#122A17
(18,42,23)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #51E77A

#51E77A
(81,231,122)
#60E986
(96,233,134)
#6FEB92
(111,235,146)
#7EED9E
(126,237,158)
#8DEFAA
(141,239,170)
#9CF1B6
(156,241,182)
#ABF3C2
(171,243,194)
#BAF5CE
(186,245,206)
#C9F7DA
(201,247,218)
#D8F9E6
(216,249,230)
#E7FBF2
(231,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E77A color. Also use rgb(81,231,122) instead hex code.

Text Font Color

.myTextColor { color: #51E77A; }

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

This text font color is #51E77A.


Background Color

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

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

This div background color is #51E77A.


Border color

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

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

This div border color is #51E77A.


Opacity

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

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

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

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

This text has shadow with #51E77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E77A on black background.


Color preview on white background

This text has color #51E77A on white background.



Black color preview on #51E77A background

This text has black color on #51E77A background.


White color preview on #51E77A background

This text has white color on #51E77A background.