COLOR #82EE89

HEX: #82EE89 RGB: (130,238,137)

Color info

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

RGB color model

#82EE89 color RGB value is (130,238,137).

RGB: (130,238,137) (51%, 93%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 238 of 255 = 93%
B 137 of 255 = 54%

130
238
137

R + G + B ~ 66%. #82EE89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 238 + 137 = 505 (100%)
R 130 of 505 ~ 25.74%
G 238 of 505 ~ 47.13%
B 137 of 505 ~ 27.13'%

%25.74
%47.13
%27.13

CMYK color model

#82EE89 color CMYK value is (45,0,42,7).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 6.67%

CMYK: (45,0,42,7)
C45M0Y42K7 (45%, 0%, 42%, 7%)
(0.45 / 0.00 / 0.42 / 0.07)

CMYK percentages

%45.38
%0
%42.44
%6.67

Codes

Color #82EE89 in popluar color models

82 EE 89
RGB 130 238 137
HSL 124° 76.06% 72.16%
HSB/HSV 124° 45.38% 93.33%
CMYK 45.38% 0.00% 42.44%
6.67%

Color #82EE89 in popluar number systems.

HEX 82 EE 89
Decimal 130 238 137
Binary 10000010 11101110 10001001
Octal 202 356 211

Shades and tints

Shades of #82EE89

#82EE89
(130,238,137)
#77D97D
(119,217,125)
#6CC471
(108,196,113)
#61AF65
(97,175,101)
#569A59
(86,154,89)
#4B854D
(75,133,77)
#407041
(64,112,65)
#355B35
(53,91,53)
#2A4629
(42,70,41)
#1F311D
(31,49,29)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #82EE89

#82EE89
(130,238,137)
#8DEF93
(141,239,147)
#98F09D
(152,240,157)
#A3F1A7
(163,241,167)
#AEF2B1
(174,242,177)
#B9F3BB
(185,243,187)
#C4F4C5
(196,244,197)
#CFF5CF
(207,245,207)
#DAF6D9
(218,246,217)
#E5F7E3
(229,247,227)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EE89 color. Also use rgb(130,238,137) instead hex code.

Text Font Color

.myTextColor { color: #82EE89; }

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

This text font color is #82EE89.

Background Color

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

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

This div background color is #82EE89.

Border color

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

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

This div border color is #82EE89.

Opacity

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

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

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

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

This text has shadow with #82EE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82EE89.

Preview

Color preview on black background

This text has color #82EE89 on black background.


Color preview on white background

This text has color #82EE89 on white background.


Black color preview on #82EE89 background

This text has black color on #82EE89 background.


White color preview on #82EE89 background

This text has white color on #82EE89 background.


Related colors

Complementary color

Complementary color for #hex is #7D1176.


I love getcolorcode.com

Triadic colors

1 #8982EE and #EE8982 with #82EE89 are triadic colors.

2 #89EE82 and #EE8289 with #82EE89 are triadic colors.