COLOR #83F194

HEX: #83F194
RGB: (131,241,148)

Color info

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

RGB color model

#83F194 color RGB value is (131,241,148).

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

RGB channels and saturation

R 131 of 255 = 51%
G 241 of 255 = 95%
B 148 of 255 = 58%

131
241
148

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

Portions of RGB colors in percentages

R + G + B =
131 + 241 + 148 = 520 (100%)
R 131 of 520 ~ 25.19%
G 241 of 520 ~ 46.35%
B 148 of 520 ~ 28.46%

%25.19
%46.35
%28.46

CMYK color model

#83F194 color CMYK value is (46,0,39,5).

  • cyan value is 45.64%
  • magenta value is 0.00%
  • yellow value is 38.59%
  • key color value is 5.49%
CMYK:
(46,0,39,5)
C46M0Y39K5 
(46%,0%,39%,5%)
(0.46/0.00/0.39/0.05)	

CMYK percentages

%45.64
%0
%38.59
%5.49

Codes

Color #83F194 in popluar color models

83F194
RGB131241148
HSL129°79.71%72.94%
HSB/HSV129°45.64%94.51%
CMYK45.64%0.00%38.59%
5.49%

Color #83F194 in popluar number systems.

HEX83F194
Decimal131241148
Binary100000111111000110010100
Octal203361224

Shades and tints

Shades of #83F194

#83F194
(131,241,148)
#78DC87
(120,220,135)
#6DC77A
(109,199,122)
#62B26D
(98,178,109)
#579D60
(87,157,96)
#4C8853
(76,136,83)
#417346
(65,115,70)
#365E39
(54,94,57)
#2B492C
(43,73,44)
#20341F
(32,52,31)
#151F12
(21,31,18)
#000000
(0,0,0)

Tints of #83F194

#83F194
(131,241,148)
#8EF29D
(142,242,157)
#99F3A6
(153,243,166)
#A4F4AF
(164,244,175)
#AFF5B8
(175,245,184)
#BAF6C1
(186,246,193)
#C5F7CA
(197,247,202)
#D0F8D3
(208,248,211)
#DBF9DC
(219,249,220)
#E6FAE5
(230,250,229)
#F1FBEE
(241,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83F194; }

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

This text font color is #83F194.


Background Color

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

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

This div background color is #83F194.


Border color

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

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

This div border color is #83F194.


Opacity

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

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

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

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

This text has shadow with #83F194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F194 on black background.


Color preview on white background

This text has color #83F194 on white background.



Black color preview on #83F194 background

This text has black color on #83F194 background.


White color preview on #83F194 background

This text has white color on #83F194 background.