COLOR #82DA51

HEX: #82DA51
RGB: (130,218,81)

Renk bilgisi

#82DA51 contains mainly green color. #82DA51 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#82DA51 color RGB value is (130,218,81).

  • kırmız ton 130;
  • yeşil ton 218;
  • mavi ton 81.
RGB:
(130,218,81)
(51%,85%,32%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 218 of 255 = 85%
B 81 of 255 = 32%

130
218
81

R + G + B ~ 56%. #82DA51 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 218 + 81 = 429 (100%)
R 130 of 429 ~ 30.3%
G 218 of 429 ~ 50.82%
B 81 of 429 ~ 18.88%

%30.3
%50.82
%18.88

CMYK RENK MODELİ

#82DA51 rengi CMYK tonu (40,0,63,15).

  • camgöbeği tonu 40.37%
  • eflatun tonu 0.00%
  • sarı tonu 62.84%
  • ana renk tonu 14.51%
CMYK:
(40,0,63,15)
C40M0Y63K15 
(40%,0%,63%,15%)
(0.40/0.00/0.63/0.15)	

CMYK yüzdeleri

%40.37
%0
%62.84
%14.51

Codes

Color #82DA51 in popluar color models

82DA51
RGB13021881
HSL99°64.93%58.63%
HSB/HSV99°62.84%85.49%
CMYK40.37%0.00%62.84%
14.51%

Color #82DA51 in popluar number systems.

HEX82DA51
Decimal13021881
Binary10000010110110101010001
Octal202332121

Shades and tints

Shades of #82DA51

#82DA51
(130,218,81)
#77C74A
(119,199,74)
#6CB443
(108,180,67)
#61A13C
(97,161,60)
#568E35
(86,142,53)
#4B7B2E
(75,123,46)
#406827
(64,104,39)
#355520
(53,85,32)
#2A4219
(42,66,25)
#1F2F12
(31,47,18)
#141C0B
(20,28,11)
#000000
(0,0,0)

Tints of #82DA51

#82DA51
(130,218,81)
#8DDD60
(141,221,96)
#98E06F
(152,224,111)
#A3E37E
(163,227,126)
#AEE68D
(174,230,141)
#B9E99C
(185,233,156)
#C4ECAB
(196,236,171)
#CFEFBA
(207,239,186)
#DAF2C9
(218,242,201)
#E5F5D8
(229,245,216)
#F0F8E7
(240,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DA51 color. Also use rgb(130,218,81) instead hex code.

Text Font Color

.myTextColor { color: #82DA51; }

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

This text font color is #82DA51.


Background Color

.myBgColor { background-color: #82DA51; }

<div style="background-color:#82DA51">Inner text</div>

This div background color is #82DA51.


Border color

.myBorderColor { border: 1px solid #82DA51; }

<div style="border:3px solid #82DA51">Div</div>

This div border color is #82DA51.


Opacity

.myOpacity80 { color: #82DA51; opacity: 0.8; }

<p style="color:#82DA51;opacity:0.8;">80%</p>

Text with #82DA51 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 #82DA51;}

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

This text has shadow with #82DA51 color.

.textShadow {text-shadow: 3px 3px 1px #82DA51, 3px 3px 1px red;}

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

This text has shadow with #82DA51 primary color and red secondary color.


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

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

This text has shadow with #82DA51 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DA51 on black background.


Color preview on white background

This text has color #82DA51 on white background.



Black color preview on #82DA51 background

This text has black color on #82DA51 background.


White color preview on #82DA51 background

This text has white color on #82DA51 background.