COLOR #83FB9B

HEX: #83FB9B RGB: (131,251,155)

Color info

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

RGB color model

#83FB9B color RGB value is (131,251,155).

RGB: (131,251,155) (51%, 98%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 251 of 255 = 98%
B 155 of 255 = 61%

131
251
155

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

Portions of RGB colors in percentages

R + G + B = 131 + 251 + 155 = 537 (100%)
R 131 of 537 ~ 24.39%
G 251 of 537 ~ 46.74%
B 155 of 537 ~ 28.86'%

%24.39
%46.74
%28.86

CMYK color model

#83FB9B color CMYK value is (48,0,38,2).

  • cyan value is 47.81%
  • magenta value is 0.00%
  • yellow value is 38.25%
  • key color value is 1.57%
CMYK: (48,0,38,2) C48M0Y38K2 (48%,0%,38%,2%) (0.48/0.00/0.38/0.02) 

CMYK percentages

%47.81
%0
%38.25
%1.57

Codes

Color #83FB9B in popluar color models

83 FB 9B
RGB 131 251 155
HSL 132° 93.75% 74.90%
HSB/HSV 132° 47.81% 98.43%
CMYK 47.81% 0.00% 38.25%
1.57%

Color #83FB9B in popluar number systems.

HEX 83 FB 9B
Decimal 131 251 155
Binary 10000011 11111011 10011011
Octal 203 373 233

Shades and tints

Shades of #83FB9B

#83FB9B
(131,251,155)
#78E58D
(120,229,141)
#6DCF7F
(109,207,127)
#62B971
(98,185,113)
#57A363
(87,163,99)
#4C8D55
(76,141,85)
#417747
(65,119,71)
#366139
(54,97,57)
#2B4B2B
(43,75,43)
#20351D
(32,53,29)
#151F0F
(21,31,15)
#000000
(0,0,0)

Tints of #83FB9B

#83FB9B
(131,251,155)
#8EFBA4
(142,251,164)
#99FBAD
(153,251,173)
#A4FBB6
(164,251,182)
#AFFBBF
(175,251,191)
#BAFBC8
(186,251,200)
#C5FBD1
(197,251,209)
#D0FBDA
(208,251,218)
#DBFBE3
(219,251,227)
#E6FBEC
(230,251,236)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83FB9B; }

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

This text font color is #83FB9B.

Background Color

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

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

This div background color is #83FB9B.

Border color

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

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

This div border color is #83FB9B.

Opacity

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

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

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

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

This text has shadow with #83FB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83FB9B.

Preview

Color preview on black background

This text has color #83FB9B on black background.


Color preview on white background

This text has color #83FB9B on white background.


Black color preview on #83FB9B background

This text has black color on #83FB9B background.


White color preview on #83FB9B background

This text has white color on #83FB9B background.


Related colors

Complementary color

Complementary color for #hex is #7C0464.


I love getcolorcode.com

Triadic colors

1 #9B83FB and #FB9B83 with #83FB9B are triadic colors.

2 #9BFB83 and #FB839B with #83FB9B are triadic colors.