COLOR #82D831

HEX: #82D831
RGB: (130,216,49)

Renk bilgisi

#82D831 contains mainly green color. #82D831 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#82D831 color RGB value is (130,216,49).

  • kırmız ton 130;
  • yeşil ton 216;
  • mavi ton 49.
RGB:
(130,216,49)
(51%,85%,19%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 216 of 255 = 85%
B 49 of 255 = 19%

130
216
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 216 + 49 = 395 (100%)
R 130 of 395 ~ 32.91%
G 216 of 395 ~ 54.68%
B 49 of 395 ~ 12.41%

%32.91
%54.68
%12.41

CMYK RENK MODELİ

#82D831 rengi CMYK tonu (40,0,77,15).

  • camgöbeği tonu 39.81%
  • eflatun tonu 0.00%
  • sarı tonu 77.31%
  • ana renk tonu 15.29%
CMYK:
(40,0,77,15)
C40M0Y77K15 
(40%,0%,77%,15%)
(0.40/0.00/0.77/0.15)	

CMYK yüzdeleri

%39.81
%0
%77.31
%15.29

Codes

Color #82D831 in popluar color models

82D831
RGB13021649
HSL91°68.16%51.96%
HSB/HSV91°77.31%84.71%
CMYK39.81%0.00%77.31%
15.29%

Color #82D831 in popluar number systems.

HEX82D831
Decimal13021649
Binary1000001011011000110001
Octal20233061

Shades and tints

Shades of #82D831

#82D831
(130,216,49)
#77C52D
(119,197,45)
#6CB229
(108,178,41)
#619F25
(97,159,37)
#568C21
(86,140,33)
#4B791D
(75,121,29)
#406619
(64,102,25)
#355315
(53,83,21)
#2A4011
(42,64,17)
#1F2D0D
(31,45,13)
#141A09
(20,26,9)
#000000
(0,0,0)

Tints of #82D831

#82D831
(130,216,49)
#8DDB43
(141,219,67)
#98DE55
(152,222,85)
#A3E167
(163,225,103)
#AEE479
(174,228,121)
#B9E78B
(185,231,139)
#C4EA9D
(196,234,157)
#CFEDAF
(207,237,175)
#DAF0C1
(218,240,193)
#E5F3D3
(229,243,211)
#F0F6E5
(240,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D831 color. Also use rgb(130,216,49) instead hex code.

Text Font Color

.myTextColor { color: #82D831; }

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

This text font color is #82D831.


Background Color

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

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

This div background color is #82D831.


Border color

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

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

This div border color is #82D831.


Opacity

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

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

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

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

This text has shadow with #82D831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D831 on black background.


Color preview on white background

This text has color #82D831 on white background.



Black color preview on #82D831 background

This text has black color on #82D831 background.


White color preview on #82D831 background

This text has white color on #82D831 background.