COLOR #83F79B

HEX: #83F79B
RGB: (131,247,155)

Color info

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

RGB color model

#83F79B color RGB value is (131,247,155).

  • red value is 131;
  • green value is 247;
  • blue value is 155.
RGB:
(131,247,155)
(51%,97%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 247 of 255 = 97%
B 155 of 255 = 61%

131
247
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 247 + 155 = 533 (100%)
R 131 of 533 ~ 24.58%
G 247 of 533 ~ 46.34%
B 155 of 533 ~ 29.08%

%24.58
%46.34
%29.08

CMYK color model

#83F79B color CMYK value is (47,0,37,3).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 3.14%
CMYK:
(47,0,37,3)
C47M0Y37K3 
(47%,0%,37%,3%)
(0.47/0.00/0.37/0.03)	

CMYK percentages

%46.96
%0
%37.25
%3.14

Codes

Color #83F79B in popluar color models

83F79B
RGB131247155
HSL132°87.88%74.12%
HSB/HSV132°46.96%96.86%
CMYK46.96%0.00%37.25%
3.14%

Color #83F79B in popluar number systems.

HEX83F79B
Decimal131247155
Binary100000111111011110011011
Octal203367233

Shades and tints

Shades of #83F79B

#83F79B
(131,247,155)
#78E18D
(120,225,141)
#6DCB7F
(109,203,127)
#62B571
(98,181,113)
#579F63
(87,159,99)
#4C8955
(76,137,85)
#417347
(65,115,71)
#365D39
(54,93,57)
#2B472B
(43,71,43)
#20311D
(32,49,29)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #83F79B

#83F79B
(131,247,155)
#8EF7A4
(142,247,164)
#99F7AD
(153,247,173)
#A4F7B6
(164,247,182)
#AFF7BF
(175,247,191)
#BAF7C8
(186,247,200)
#C5F7D1
(197,247,209)
#D0F7DA
(208,247,218)
#DBF7E3
(219,247,227)
#E6F7EC
(230,247,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F79B color. Also use rgb(131,247,155) instead hex code.

Text Font Color

.myTextColor { color: #83F79B; }

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

This text font color is #83F79B.


Background Color

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

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

This div background color is #83F79B.


Border color

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

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

This div border color is #83F79B.


Opacity

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

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

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

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

This text has shadow with #83F79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F79B on black background.


Color preview on white background

This text has color #83F79B on white background.



Black color preview on #83F79B background

This text has black color on #83F79B background.


White color preview on #83F79B background

This text has white color on #83F79B background.