COLOR #83FA88

HEX: #83FA88
RGB: (131,250,136)

Color info

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

RGB color model

#83FA88 color RGB value is (131,250,136).

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

RGB channels and saturation

R 131 of 255 = 51%
G 250 of 255 = 98%
B 136 of 255 = 53%

131
250
136

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

Portions of RGB colors in percentages

R + G + B =
131 + 250 + 136 = 517 (100%)
R 131 of 517 ~ 25.34%
G 250 of 517 ~ 48.36%
B 136 of 517 ~ 26.31%

%25.34
%48.36
%26.31

CMYK color model

#83FA88 color CMYK value is (48,0,46,2).

  • cyan value is 47.60%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(48,0,46,2)
C48M0Y46K2 
(48%,0%,46%,2%)
(0.48/0.00/0.46/0.02)	

CMYK percentages

%47.6
%0
%45.6
%1.96

Codes

Color #83FA88 in popluar color models

83FA88
RGB131250136
HSL123°92.25%74.71%
HSB/HSV123°47.60%98.04%
CMYK47.60%0.00%45.60%
1.96%

Color #83FA88 in popluar number systems.

HEX83FA88
Decimal131250136
Binary100000111111101010001000
Octal203372210

Shades and tints

Shades of #83FA88

#83FA88
(131,250,136)
#78E47C
(120,228,124)
#6DCE70
(109,206,112)
#62B864
(98,184,100)
#57A258
(87,162,88)
#4C8C4C
(76,140,76)
#417640
(65,118,64)
#366034
(54,96,52)
#2B4A28
(43,74,40)
#20341C
(32,52,28)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #83FA88

#83FA88
(131,250,136)
#8EFA92
(142,250,146)
#99FA9C
(153,250,156)
#A4FAA6
(164,250,166)
#AFFAB0
(175,250,176)
#BAFABA
(186,250,186)
#C5FAC4
(197,250,196)
#D0FACE
(208,250,206)
#DBFAD8
(219,250,216)
#E6FAE2
(230,250,226)
#F1FAEC
(241,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83FA88; }

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

This text font color is #83FA88.


Background Color

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

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

This div background color is #83FA88.


Border color

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

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

This div border color is #83FA88.


Opacity

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

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

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

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

This text has shadow with #83FA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83FA88 on black background.


Color preview on white background

This text has color #83FA88 on white background.



Black color preview on #83FA88 background

This text has black color on #83FA88 background.


White color preview on #83FA88 background

This text has white color on #83FA88 background.