COLOR #82ED68

HEX: #82ED68 RGB: (130,237,104)

Color info

#82ED68 contains mainly green color. Web safe color of #82ED68 is #99FF66 (or #9F6).

RGB color model

#82ED68 color RGB value is (130,237,104).

RGB: (130,237,104) (51%, 93%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 237 of 255 = 93%
B 104 of 255 = 41%

130
237
104

R + G + B ~ 62%. #82ED68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 237 + 104 = 471 (100%)
R 130 of 471 ~ 27.6%
G 237 of 471 ~ 50.32%
B 104 of 471 ~ 22.08'%

%27.6
%50.32
%22.08

CMYK color model

#82ED68 color CMYK value is (45,0,56,7).

  • cyan value is 45.15%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 7.06%

CMYK: (45,0,56,7)
C45M0Y56K7 (45%, 0%, 56%, 7%)
(0.45 / 0.00 / 0.56 / 0.07)

CMYK percentages

%45.15
%0
%56.12
%7.06

Codes

Color #82ED68 in popluar color models

82 ED 68
RGB 130 237 104
HSL 108° 78.70% 66.86%
HSB/HSV 108° 56.12% 92.94%
CMYK 45.15% 0.00% 56.12%
7.06%

Color #82ED68 in popluar number systems.

HEX 82 ED 68
Decimal 130 237 104
Binary 10000010 11101101 1101000
Octal 202 355 150

Shades and tints

Shades of #82ED68

#82ED68
(130,237,104)
#77D85F
(119,216,95)
#6CC356
(108,195,86)
#61AE4D
(97,174,77)
#569944
(86,153,68)
#4B843B
(75,132,59)
#406F32
(64,111,50)
#355A29
(53,90,41)
#2A4520
(42,69,32)
#1F3017
(31,48,23)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #82ED68

#82ED68
(130,237,104)
#8DEE75
(141,238,117)
#98EF82
(152,239,130)
#A3F08F
(163,240,143)
#AEF19C
(174,241,156)
#B9F2A9
(185,242,169)
#C4F3B6
(196,243,182)
#CFF4C3
(207,244,195)
#DAF5D0
(218,245,208)
#E5F6DD
(229,246,221)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82ED68 color. Also use rgb(130,237,104) instead hex code.

Text Font Color

.myTextColor { color: #82ED68; }

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

This text font color is #82ED68.

Background Color

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

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

This div background color is #82ED68.

Border color

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

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

This div border color is #82ED68.

Opacity

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

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

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

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

This text has shadow with #82ED68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ED68.

Preview

Color preview on black background

This text has color #82ED68 on black background.


Color preview on white background

This text has color #82ED68 on white background.


Black color preview on #82ED68 background

This text has black color on #82ED68 background.


White color preview on #82ED68 background

This text has white color on #82ED68 background.


Related colors

Complementary color

Complementary color for #hex is #7D1297.


I love getcolorcode.com

Triadic colors

1 #6882ED and #ED6882 with #82ED68 are triadic colors.

2 #68ED82 and #ED8268 with #82ED68 are triadic colors.