COLOR #83FA85

HEX: #83FA85
RGB: (131,250,133)

Color info

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

RGB color model

#83FA85 color RGB value is (131,250,133).

  • red value is 131;
  • green value is 250;
  • blue value is 133.
RGB:
(131,250,133)
(51%,98%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 250 of 255 = 98%
B 133 of 255 = 52%

131
250
133

R + G + B ~ 67%. #83FA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 250 + 133 = 514 (100%)
R 131 of 514 ~ 25.49%
G 250 of 514 ~ 48.64%
B 133 of 514 ~ 25.88%

%25.49
%48.64
%25.88

CMYK color model

#83FA85 color CMYK value is (48,0,47,2).

  • cyan value is 47.60%
  • magenta value is 0.00%
  • yellow value is 46.80%
  • key color value is 1.96%
CMYK:
(48,0,47,2)
C48M0Y47K2 
(48%,0%,47%,2%)
(0.48/0.00/0.47/0.02)	

CMYK percentages

%47.6
%0
%46.8
%1.96

Codes

Color #83FA85 in popluar color models

83FA85
RGB131250133
HSL121°92.25%74.71%
HSB/HSV121°47.60%98.04%
CMYK47.60%0.00%46.80%
1.96%

Color #83FA85 in popluar number systems.

HEX83FA85
Decimal131250133
Binary100000111111101010000101
Octal203372205

Shades and tints

Shades of #83FA85

#83FA85
(131,250,133)
#78E479
(120,228,121)
#6DCE6D
(109,206,109)
#62B861
(98,184,97)
#57A255
(87,162,85)
#4C8C49
(76,140,73)
#41763D
(65,118,61)
#366031
(54,96,49)
#2B4A25
(43,74,37)
#203419
(32,52,25)
#151E0D
(21,30,13)
#000000
(0,0,0)

Tints of #83FA85

#83FA85
(131,250,133)
#8EFA90
(142,250,144)
#99FA9B
(153,250,155)
#A4FAA6
(164,250,166)
#AFFAB1
(175,250,177)
#BAFABC
(186,250,188)
#C5FAC7
(197,250,199)
#D0FAD2
(208,250,210)
#DBFADD
(219,250,221)
#E6FAE8
(230,250,232)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83FA85 color. Also use rgb(131,250,133) instead hex code.

Text Font Color

.myTextColor { color: #83FA85; }

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

This text font color is #83FA85.


Background Color

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

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

This div background color is #83FA85.


Border color

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

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

This div border color is #83FA85.


Opacity

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

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

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

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

This text has shadow with #83FA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83FA85 on black background.


Color preview on white background

This text has color #83FA85 on white background.



Black color preview on #83FA85 background

This text has black color on #83FA85 background.


White color preview on #83FA85 background

This text has white color on #83FA85 background.