COLOR #82F48A

HEX: #82F48A
RGB: (130,244,138)

Color info

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

RGB color model

#82F48A color RGB value is (130,244,138).

  • red value is 130;
  • green value is 244;
  • blue value is 138.
RGB:
(130,244,138)
(51%,96%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 244 of 255 = 96%
B 138 of 255 = 54%

130
244
138

R + G + B ~ 67%. #82F48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 244 + 138 = 512 (100%)
R 130 of 512 ~ 25.39%
G 244 of 512 ~ 47.66%
B 138 of 512 ~ 26.95%

%25.39
%47.66
%26.95

CMYK color model

#82F48A color CMYK value is (47,0,43,4).

  • cyan value is 46.72%
  • magenta value is 0.00%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(47,0,43,4)
C47M0Y43K4 
(47%,0%,43%,4%)
(0.47/0.00/0.43/0.04)	

CMYK percentages

%46.72
%0
%43.44
%4.31

Codes

Color #82F48A in popluar color models

82F48A
RGB130244138
HSL124°83.82%73.33%
HSB/HSV124°46.72%95.69%
CMYK46.72%0.00%43.44%
4.31%

Color #82F48A in popluar number systems.

HEX82F48A
Decimal130244138
Binary100000101111010010001010
Octal202364212

Shades and tints

Shades of #82F48A

#82F48A
(130,244,138)
#77DE7E
(119,222,126)
#6CC872
(108,200,114)
#61B266
(97,178,102)
#569C5A
(86,156,90)
#4B864E
(75,134,78)
#407042
(64,112,66)
#355A36
(53,90,54)
#2A442A
(42,68,42)
#1F2E1E
(31,46,30)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82F48A

#82F48A
(130,244,138)
#8DF594
(141,245,148)
#98F69E
(152,246,158)
#A3F7A8
(163,247,168)
#AEF8B2
(174,248,178)
#B9F9BC
(185,249,188)
#C4FAC6
(196,250,198)
#CFFBD0
(207,251,208)
#DAFCDA
(218,252,218)
#E5FDE4
(229,253,228)
#F0FEEE
(240,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F48A color. Also use rgb(130,244,138) instead hex code.

Text Font Color

.myTextColor { color: #82F48A; }

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

This text font color is #82F48A.


Background Color

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

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

This div background color is #82F48A.


Border color

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

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

This div border color is #82F48A.


Opacity

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

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

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

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

This text has shadow with #82F48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F48A on black background.


Color preview on white background

This text has color #82F48A on white background.



Black color preview on #82F48A background

This text has black color on #82F48A background.


White color preview on #82F48A background

This text has white color on #82F48A background.