COLOR #83E78E

HEX: #83E78E
RGB: (131,231,142)

Color info

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

RGB color model

#83E78E color RGB value is (131,231,142).

  • red value is 131;
  • green value is 231;
  • blue value is 142.
RGB:
(131,231,142)
(51%,91%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 231 of 255 = 91%
B 142 of 255 = 56%

131
231
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 231 + 142 = 504 (100%)
R 131 of 504 ~ 25.99%
G 231 of 504 ~ 45.83%
B 142 of 504 ~ 28.17%

%25.99
%45.83
%28.17

CMYK color model

#83E78E color CMYK value is (43,0,39,9).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 38.53%
  • key color value is 9.41%
CMYK:
(43,0,39,9)
C43M0Y39K9 
(43%,0%,39%,9%)
(0.43/0.00/0.39/0.09)	

CMYK percentages

%43.29
%0
%38.53
%9.41

Codes

Color #83E78E in popluar color models

83E78E
RGB131231142
HSL127°67.57%70.98%
HSB/HSV127°43.29%90.59%
CMYK43.29%0.00%38.53%
9.41%

Color #83E78E in popluar number systems.

HEX83E78E
Decimal131231142
Binary100000111110011110001110
Octal203347216

Shades and tints

Shades of #83E78E

#83E78E
(131,231,142)
#78D282
(120,210,130)
#6DBD76
(109,189,118)
#62A86A
(98,168,106)
#57935E
(87,147,94)
#4C7E52
(76,126,82)
#416946
(65,105,70)
#36543A
(54,84,58)
#2B3F2E
(43,63,46)
#202A22
(32,42,34)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #83E78E

#83E78E
(131,231,142)
#8EE998
(142,233,152)
#99EBA2
(153,235,162)
#A4EDAC
(164,237,172)
#AFEFB6
(175,239,182)
#BAF1C0
(186,241,192)
#C5F3CA
(197,243,202)
#D0F5D4
(208,245,212)
#DBF7DE
(219,247,222)
#E6F9E8
(230,249,232)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E78E color. Also use rgb(131,231,142) instead hex code.

Text Font Color

.myTextColor { color: #83E78E; }

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

This text font color is #83E78E.


Background Color

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

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

This div background color is #83E78E.


Border color

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

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

This div border color is #83E78E.


Opacity

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

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

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

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

This text has shadow with #83E78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E78E on black background.


Color preview on white background

This text has color #83E78E on white background.



Black color preview on #83E78E background

This text has black color on #83E78E background.


White color preview on #83E78E background

This text has white color on #83E78E background.