COLOR #83ED8D

HEX: #83ED8D RGB: (131,237,141)

Color info

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

RGB color model

#83ED8D color RGB value is (131,237,141).

RGB: (131,237,141) (51%, 93%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 237 of 255 = 93%
B 141 of 255 = 55%

131
237
141

R + G + B ~ 66%. #83ED8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 237 + 141 = 509 (100%)
R 131 of 509 ~ 25.74%
G 237 of 509 ~ 46.56%
B 141 of 509 ~ 27.7'%

%25.74
%46.56
%27.7

CMYK color model

#83ED8D color CMYK value is (45,0,41,7).

  • cyan value is 44.73%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 7.06%

CMYK: (45,0,41,7)
C45M0Y41K7 (45%, 0%, 41%, 7%)
(0.45 / 0.00 / 0.41 / 0.07)

CMYK percentages

%44.73
%0
%40.51
%7.06

Codes

Color #83ED8D in popluar color models

83 ED 8D
RGB 131 237 141
HSL 126° 74.65% 72.16%
HSB/HSV 126° 44.73% 92.94%
CMYK 44.73% 0.00% 40.51%
7.06%

Color #83ED8D in popluar number systems.

HEX 83 ED 8D
Decimal 131 237 141
Binary 10000011 11101101 10001101
Octal 203 355 215

Shades and tints

Shades of #83ED8D

#83ED8D
(131,237,141)
#78D881
(120,216,129)
#6DC375
(109,195,117)
#62AE69
(98,174,105)
#57995D
(87,153,93)
#4C8451
(76,132,81)
#416F45
(65,111,69)
#365A39
(54,90,57)
#2B452D
(43,69,45)
#203021
(32,48,33)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #83ED8D

#83ED8D
(131,237,141)
#8EEE97
(142,238,151)
#99EFA1
(153,239,161)
#A4F0AB
(164,240,171)
#AFF1B5
(175,241,181)
#BAF2BF
(186,242,191)
#C5F3C9
(197,243,201)
#D0F4D3
(208,244,211)
#DBF5DD
(219,245,221)
#E6F6E7
(230,246,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ED8D color. Also use rgb(131,237,141) instead hex code.

Text Font Color

.myTextColor { color: #83ED8D; }

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

This text font color is #83ED8D.

Background Color

.myBgColor { background-color: #83ED8D; }

<div style="background-color:#83ED8D">Inner text</div>

This div background color is #83ED8D.

Border color

.myBorderColor { border: 1px solid #83ED8D; }

<div style="border:3px solid #83ED8D">Div</div>

This div border color is #83ED8D.

Opacity

.myOpacity80 { color: #83ED8D; opacity: 0.8; }

<p style="color:#83ED8D;opacity:0.8;">80%</p>

Text with #83ED8D 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 #83ED8D;}

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

This text has shadow with #83ED8D color.


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

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

This text has shadow with #83ED8D primary color and red secondary color.


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

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

This text has shadow with #83ED8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83ED8D.

Preview

Color preview on black background

This text has color #83ED8D on black background.


Color preview on white background

This text has color #83ED8D on white background.


Black color preview on #83ED8D background

This text has black color on #83ED8D background.


White color preview on #83ED8D background

This text has white color on #83ED8D background.


Related colors

Complementary color

Complementary color for #hex is #7C1272.


I love getcolorcode.com

Triadic colors

1 #8D83ED and #ED8D83 with #83ED8D are triadic colors.

2 #8DED83 and #ED838D with #83ED8D are triadic colors.