COLOR #83F99E

HEX: #83F99E
RGB: (131,249,158)

Color info

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

RGB color model

#83F99E color RGB value is (131,249,158).

  • red value is 131;
  • green value is 249;
  • blue value is 158.
RGB:
(131,249,158)
(51%,98%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 249 of 255 = 98%
B 158 of 255 = 62%

131
249
158

R + G + B ~ 70%. #83F99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 249 + 158 = 538 (100%)
R 131 of 538 ~ 24.35%
G 249 of 538 ~ 46.28%
B 158 of 538 ~ 29.37%

%24.35
%46.28
%29.37

CMYK color model

#83F99E color CMYK value is (47,0,37,2).

  • cyan value is 47.39%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 2.35%
CMYK:
(47,0,37,2)
C47M0Y37K2 
(47%,0%,37%,2%)
(0.47/0.00/0.37/0.02)	

CMYK percentages

%47.39
%0
%36.55
%2.35

Codes

Color #83F99E in popluar color models

83F99E
RGB131249158
HSL134°90.77%74.51%
HSB/HSV134°47.39%97.65%
CMYK47.39%0.00%36.55%
2.35%

Color #83F99E in popluar number systems.

HEX83F99E
Decimal131249158
Binary100000111111100110011110
Octal203371236

Shades and tints

Shades of #83F99E

#83F99E
(131,249,158)
#78E390
(120,227,144)
#6DCD82
(109,205,130)
#62B774
(98,183,116)
#57A166
(87,161,102)
#4C8B58
(76,139,88)
#41754A
(65,117,74)
#365F3C
(54,95,60)
#2B492E
(43,73,46)
#203320
(32,51,32)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #83F99E

#83F99E
(131,249,158)
#8EF9A6
(142,249,166)
#99F9AE
(153,249,174)
#A4F9B6
(164,249,182)
#AFF9BE
(175,249,190)
#BAF9C6
(186,249,198)
#C5F9CE
(197,249,206)
#D0F9D6
(208,249,214)
#DBF9DE
(219,249,222)
#E6F9E6
(230,249,230)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F99E color. Also use rgb(131,249,158) instead hex code.

Text Font Color

.myTextColor { color: #83F99E; }

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

This text font color is #83F99E.


Background Color

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

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

This div background color is #83F99E.


Border color

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

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

This div border color is #83F99E.


Opacity

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

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

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

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

This text has shadow with #83F99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F99E on black background.


Color preview on white background

This text has color #83F99E on white background.



Black color preview on #83F99E background

This text has black color on #83F99E background.


White color preview on #83F99E background

This text has white color on #83F99E background.