COLOR #82D251

HEX: #82D251
RGB: (130,210,81)

Renk bilgisi

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

RGB renk modeli

#82D251 color RGB value is (130,210,81).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 210 of 255 = 82%
B 81 of 255 = 32%

130
210
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 210 + 81 = 421 (100%)
R 130 of 421 ~ 30.88%
G 210 of 421 ~ 49.88%
B 81 of 421 ~ 19.24%

%30.88
%49.88
%19.24

CMYK RENK MODELİ

#82D251 rengi CMYK tonu (38,0,61,18).

  • camgöbeği tonu 38.10%
  • eflatun tonu 0.00%
  • sarı tonu 61.43%
  • ana renk tonu 17.65%
CMYK:
(38,0,61,18)
C38M0Y61K18 
(38%,0%,61%,18%)
(0.38/0.00/0.61/0.18)	

CMYK yüzdeleri

%38.1
%0
%61.43
%17.65

Codes

Color #82D251 in popluar color models

82D251
RGB13021081
HSL97°58.90%57.06%
HSB/HSV97°61.43%82.35%
CMYK38.10%0.00%61.43%
17.65%

Color #82D251 in popluar number systems.

HEX82D251
Decimal13021081
Binary10000010110100101010001
Octal202322121

Shades and tints

Shades of #82D251

#82D251
(130,210,81)
#77BF4A
(119,191,74)
#6CAC43
(108,172,67)
#61993C
(97,153,60)
#568635
(86,134,53)
#4B732E
(75,115,46)
#406027
(64,96,39)
#354D20
(53,77,32)
#2A3A19
(42,58,25)
#1F2712
(31,39,18)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #82D251

#82D251
(130,210,81)
#8DD660
(141,214,96)
#98DA6F
(152,218,111)
#A3DE7E
(163,222,126)
#AEE28D
(174,226,141)
#B9E69C
(185,230,156)
#C4EAAB
(196,234,171)
#CFEEBA
(207,238,186)
#DAF2C9
(218,242,201)
#E5F6D8
(229,246,216)
#F0FAE7
(240,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D251; }

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

This text font color is #82D251.


Background Color

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

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

This div background color is #82D251.


Border color

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

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

This div border color is #82D251.


Opacity

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

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

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

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

This text has shadow with #82D251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D251 on black background.


Color preview on white background

This text has color #82D251 on white background.



Black color preview on #82D251 background

This text has black color on #82D251 background.


White color preview on #82D251 background

This text has white color on #82D251 background.