COLOR #83E586

HEX: #83E586
RGB: (131,229,134)

Color info

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

RGB color model

#83E586 color RGB value is (131,229,134).

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

RGB channels and saturation

R 131 of 255 = 51%
G 229 of 255 = 90%
B 134 of 255 = 53%

131
229
134

R + G + B ~ 65%. #83E586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 229 + 134 = 494 (100%)
R 131 of 494 ~ 26.52%
G 229 of 494 ~ 46.36%
B 134 of 494 ~ 27.13%

%26.52
%46.36
%27.13

CMYK color model

#83E586 color CMYK value is (43,0,41,10).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • 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

%42.79
%0
%41.48
%10.2

Codes

Color #83E586 in popluar color models

83E586
RGB131229134
HSL122°65.33%70.59%
HSB/HSV122°42.79%89.80%
CMYK42.79%0.00%41.48%
10.20%

Color #83E586 in popluar number systems.

HEX83E586
Decimal131229134
Binary100000111110010110000110
Octal203345206

Shades and tints

Shades of #83E586

#83E586
(131,229,134)
#78D17A
(120,209,122)
#6DBD6E
(109,189,110)
#62A962
(98,169,98)
#579556
(87,149,86)
#4C814A
(76,129,74)
#416D3E
(65,109,62)
#365932
(54,89,50)
#2B4526
(43,69,38)
#20311A
(32,49,26)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #83E586

#83E586
(131,229,134)
#8EE791
(142,231,145)
#99E99C
(153,233,156)
#A4EBA7
(164,235,167)
#AFEDB2
(175,237,178)
#BAEFBD
(186,239,189)
#C5F1C8
(197,241,200)
#D0F3D3
(208,243,211)
#DBF5DE
(219,245,222)
#E6F7E9
(230,247,233)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E586 color. Also use rgb(131,229,134) instead hex code.

Text Font Color

.myTextColor { color: #83E586; }

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

This text font color is #83E586.


Background Color

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

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

This div background color is #83E586.


Border color

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

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

This div border color is #83E586.


Opacity

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

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

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

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

This text has shadow with #83E586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E586 on black background.


Color preview on white background

This text has color #83E586 on white background.



Black color preview on #83E586 background

This text has black color on #83E586 background.


White color preview on #83E586 background

This text has white color on #83E586 background.