COLOR #82FD93

HEX: #82FD93
RGB: (130,253,147)

Color info

#82FD93 contains mainly green color. Web safe color of #82FD93 is #99FF99 (or #9F9).

RGB color model

#82FD93 color RGB value is (130,253,147).

  • red value is 130;
  • green value is 253;
  • blue value is 147.
RGB:
(130,253,147)
(51%,99%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 253 of 255 = 99%
B 147 of 255 = 58%

130
253
147

R + G + B ~ 69%. #82FD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 253 + 147 = 530 (100%)
R 130 of 530 ~ 24.53%
G 253 of 530 ~ 47.74%
B 147 of 530 ~ 27.74%

%24.53
%47.74
%27.74

CMYK color model

#82FD93 color CMYK value is (49,0,42,1).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 0.78%
CMYK:
(49,0,42,1)
C49M0Y42K1 
(49%,0%,42%,1%)
(0.49/0.00/0.42/0.01)	

CMYK percentages

%48.62
%0
%41.9
%0.78

Codes

Color #82FD93 in popluar color models

82FD93
RGB130253147
HSL128°96.85%75.10%
HSB/HSV128°48.62%99.22%
CMYK48.62%0.00%41.90%
0.78%

Color #82FD93 in popluar number systems.

HEX82FD93
Decimal130253147
Binary100000101111110110010011
Octal202375223

Shades and tints

Shades of #82FD93

#82FD93
(130,253,147)
#77E686
(119,230,134)
#6CCF79
(108,207,121)
#61B86C
(97,184,108)
#56A15F
(86,161,95)
#4B8A52
(75,138,82)
#407345
(64,115,69)
#355C38
(53,92,56)
#2A452B
(42,69,43)
#1F2E1E
(31,46,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #82FD93

#82FD93
(130,253,147)
#8DFD9C
(141,253,156)
#98FDA5
(152,253,165)
#A3FDAE
(163,253,174)
#AEFDB7
(174,253,183)
#B9FDC0
(185,253,192)
#C4FDC9
(196,253,201)
#CFFDD2
(207,253,210)
#DAFDDB
(218,253,219)
#E5FDE4
(229,253,228)
#F0FDED
(240,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82FD93 color. Also use rgb(130,253,147) instead hex code.

Text Font Color

.myTextColor { color: #82FD93; }

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

This text font color is #82FD93.


Background Color

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

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

This div background color is #82FD93.


Border color

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

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

This div border color is #82FD93.


Opacity

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

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

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

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

This text has shadow with #82FD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82FD93 on black background.


Color preview on white background

This text has color #82FD93 on white background.



Black color preview on #82FD93 background

This text has black color on #82FD93 background.


White color preview on #82FD93 background

This text has white color on #82FD93 background.