COLOR #82E588

HEX: #82E588
RGB: (130,229,136)

Color info

#82E588 contains mainly green color. Web safe color of #82E588 is #99CC99 (or #9C9).

RGB color model

#82E588 color RGB value is (130,229,136).

  • red value is 130;
  • green value is 229;
  • blue value is 136.
RGB:
(130,229,136)
(51%,90%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 229 of 255 = 90%
B 136 of 255 = 53%

130
229
136

R + G + B ~ 65%. #82E588 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 229 + 136 = 495 (100%)
R 130 of 495 ~ 26.26%
G 229 of 495 ~ 46.26%
B 136 of 495 ~ 27.47%

%26.26
%46.26
%27.47

CMYK color model

#82E588 color CMYK value is (43,0,41,10).

  • cyan value is 43.23%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 10.20%
CMYK:
(43,0,41,10)
C43M0Y41K10 
(43%,0%,41%,10%)
(0.43/0.00/0.41/0.10)	

CMYK percentages

%43.23
%0
%40.61
%10.2

Codes

Color #82E588 in popluar color models

82E588
RGB130229136
HSL124°65.56%70.39%
HSB/HSV124°43.23%89.80%
CMYK43.23%0.00%40.61%
10.20%

Color #82E588 in popluar number systems.

HEX82E588
Decimal130229136
Binary100000101110010110001000
Octal202345210

Shades and tints

Shades of #82E588

#82E588
(130,229,136)
#77D17C
(119,209,124)
#6CBD70
(108,189,112)
#61A964
(97,169,100)
#569558
(86,149,88)
#4B814C
(75,129,76)
#406D40
(64,109,64)
#355934
(53,89,52)
#2A4528
(42,69,40)
#1F311C
(31,49,28)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #82E588

#82E588
(130,229,136)
#8DE792
(141,231,146)
#98E99C
(152,233,156)
#A3EBA6
(163,235,166)
#AEEDB0
(174,237,176)
#B9EFBA
(185,239,186)
#C4F1C4
(196,241,196)
#CFF3CE
(207,243,206)
#DAF5D8
(218,245,216)
#E5F7E2
(229,247,226)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E588 color. Also use rgb(130,229,136) instead hex code.

Text Font Color

.myTextColor { color: #82E588; }

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

This text font color is #82E588.


Background Color

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

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

This div background color is #82E588.


Border color

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

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

This div border color is #82E588.


Opacity

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

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

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

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

This text has shadow with #82E588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E588 on black background.


Color preview on white background

This text has color #82E588 on white background.



Black color preview on #82E588 background

This text has black color on #82E588 background.


White color preview on #82E588 background

This text has white color on #82E588 background.