COLOR #31DC83

HEX: #31DC83
RGB: (49,220,131)

Color info

#31DC83 contains mainly green color. Web safe color of #31DC83 is #33CC99 (or #3C9).

RGB color model

#31DC83 color RGB value is (49,220,131).

  • red value is 49;
  • green value is 220;
  • blue value is 131.
RGB:
(49,220,131)
(19%,86%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 220 of 255 = 86%
B 131 of 255 = 51%

49
220
131

R + G + B ~ 52%. #31DC83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 220 + 131 = 400 (100%)
R 49 of 400 ~ 12.25%
G 220 of 400 ~ 55%
B 131 of 400 ~ 32.75%

%12.25
%55
%32.75

CMYK color model

#31DC83 color CMYK value is (78,0,40,14).

  • cyan value is 77.73%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(78,0,40,14)
C78M0Y40K14 
(78%,0%,40%,14%)
(0.78/0.00/0.40/0.14)	

CMYK percentages

%77.73
%0
%40.45
%13.73

Codes

Color #31DC83 in popluar color models

31DC83
RGB49220131
HSL149°70.95%52.75%
HSB/HSV149°77.73%86.27%
CMYK77.73%0.00%40.45%
13.73%

Color #31DC83 in popluar number systems.

HEX31DC83
Decimal49220131
Binary1100011101110010000011
Octal61334203

Shades and tints

Shades of #31DC83

#31DC83
(49,220,131)
#2DC878
(45,200,120)
#29B46D
(41,180,109)
#25A062
(37,160,98)
#218C57
(33,140,87)
#1D784C
(29,120,76)
#196441
(25,100,65)
#155036
(21,80,54)
#113C2B
(17,60,43)
#0D2820
(13,40,32)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #31DC83

#31DC83
(49,220,131)
#43DF8E
(67,223,142)
#55E299
(85,226,153)
#67E5A4
(103,229,164)
#79E8AF
(121,232,175)
#8BEBBA
(139,235,186)
#9DEEC5
(157,238,197)
#AFF1D0
(175,241,208)
#C1F4DB
(193,244,219)
#D3F7E6
(211,247,230)
#E5FAF1
(229,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31DC83 color. Also use rgb(49,220,131) instead hex code.

Text Font Color

.myTextColor { color: #31DC83; }

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

This text font color is #31DC83.


Background Color

.myBgColor { background-color: #31DC83; }

<div style="background-color:#31DC83">Inner text</div>

This div background color is #31DC83.


Border color

.myBorderColor { border: 1px solid #31DC83; }

<div style="border:3px solid #31DC83">Div</div>

This div border color is #31DC83.


Opacity

.myOpacity80 { color: #31DC83; opacity: 0.8; }

<p style="color:#31DC83;opacity:0.8;">80%</p>

Text with #31DC83 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 #31DC83;}

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

This text has shadow with #31DC83 color.

.textShadow {text-shadow: 3px 3px 1px #31DC83, 3px 3px 1px red;}

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

This text has shadow with #31DC83 primary color and red secondary color.


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

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

This text has shadow with #31DC83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31DC83 on black background.


Color preview on white background

This text has color #31DC83 on white background.



Black color preview on #31DC83 background

This text has black color on #31DC83 background.


White color preview on #31DC83 background

This text has white color on #31DC83 background.