COLOR #83F094

HEX: #83F094
RGB: (131,240,148)

Color info

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

RGB color model

#83F094 color RGB value is (131,240,148).

  • red value is 131;
  • green value is 240;
  • blue value is 148.
RGB:
(131,240,148)
(51%,94%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 240 of 255 = 94%
B 148 of 255 = 58%

131
240
148

R + G + B ~ 68%. #83F094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 240 + 148 = 519 (100%)
R 131 of 519 ~ 25.24%
G 240 of 519 ~ 46.24%
B 148 of 519 ~ 28.52%

%25.24
%46.24
%28.52

CMYK color model

#83F094 color CMYK value is (45,0,38,6).

  • cyan value is 45.42%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 5.88%
CMYK:
(45,0,38,6)
C45M0Y38K6 
(45%,0%,38%,6%)
(0.45/0.00/0.38/0.06)	

CMYK percentages

%45.42
%0
%38.33
%5.88

Codes

Color #83F094 in popluar color models

83F094
RGB131240148
HSL129°78.42%72.75%
HSB/HSV129°45.42%94.12%
CMYK45.42%0.00%38.33%
5.88%

Color #83F094 in popluar number systems.

HEX83F094
Decimal131240148
Binary100000111111000010010100
Octal203360224

Shades and tints

Shades of #83F094

#83F094
(131,240,148)
#78DB87
(120,219,135)
#6DC67A
(109,198,122)
#62B16D
(98,177,109)
#579C60
(87,156,96)
#4C8753
(76,135,83)
#417246
(65,114,70)
#365D39
(54,93,57)
#2B482C
(43,72,44)
#20331F
(32,51,31)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #83F094

#83F094
(131,240,148)
#8EF19D
(142,241,157)
#99F2A6
(153,242,166)
#A4F3AF
(164,243,175)
#AFF4B8
(175,244,184)
#BAF5C1
(186,245,193)
#C5F6CA
(197,246,202)
#D0F7D3
(208,247,211)
#DBF8DC
(219,248,220)
#E6F9E5
(230,249,229)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F094 color. Also use rgb(131,240,148) instead hex code.

Text Font Color

.myTextColor { color: #83F094; }

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

This text font color is #83F094.


Background Color

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

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

This div background color is #83F094.


Border color

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

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

This div border color is #83F094.


Opacity

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

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

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

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

This text has shadow with #83F094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F094 on black background.


Color preview on white background

This text has color #83F094 on white background.



Black color preview on #83F094 background

This text has black color on #83F094 background.


White color preview on #83F094 background

This text has white color on #83F094 background.