COLOR #31D565

HEX: #31D565
RGB: (49,213,101)

Color info

#31D565 contains mainly green color. Web safe color of #31D565 is #33CC66 (or #3C6).

RGB color model

#31D565 color RGB value is (49,213,101).

  • red value is 49;
  • green value is 213;
  • blue value is 101.
RGB:
(49,213,101)
(19%,84%,40%)

RGB channels and saturation

R 49 of 255 = 19%
G 213 of 255 = 84%
B 101 of 255 = 40%

49
213
101

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

Portions of RGB colors in percentages

R + G + B =
49 + 213 + 101 = 363 (100%)
R 49 of 363 ~ 13.5%
G 213 of 363 ~ 58.68%
B 101 of 363 ~ 27.82%

%13.5
%58.68
%27.82

CMYK color model

#31D565 color CMYK value is (77,0,53,16).

  • cyan value is 77.00%
  • magenta value is 0.00%
  • yellow value is 52.58%
  • key color value is 16.47%
CMYK:
(77,0,53,16)
C77M0Y53K16 
(77%,0%,53%,16%)
(0.77/0.00/0.53/0.16)	

CMYK percentages

%77
%0
%52.58
%16.47

Codes

Color #31D565 in popluar color models

31D565
RGB49213101
HSL139°66.13%51.37%
HSB/HSV139°77.00%83.53%
CMYK77.00%0.00%52.58%
16.47%

Color #31D565 in popluar number systems.

HEX31D565
Decimal49213101
Binary110001110101011100101
Octal61325145

Shades and tints

Shades of #31D565

#31D565
(49,213,101)
#2DC25C
(45,194,92)
#29AF53
(41,175,83)
#259C4A
(37,156,74)
#218941
(33,137,65)
#1D7638
(29,118,56)
#19632F
(25,99,47)
#155026
(21,80,38)
#113D1D
(17,61,29)
#0D2A14
(13,42,20)
#09170B
(9,23,11)
#000000
(0,0,0)

Tints of #31D565

#31D565
(49,213,101)
#43D873
(67,216,115)
#55DB81
(85,219,129)
#67DE8F
(103,222,143)
#79E19D
(121,225,157)
#8BE4AB
(139,228,171)
#9DE7B9
(157,231,185)
#AFEAC7
(175,234,199)
#C1EDD5
(193,237,213)
#D3F0E3
(211,240,227)
#E5F3F1
(229,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31D565 color. Also use rgb(49,213,101) instead hex code.

Text Font Color

.myTextColor { color: #31D565; }

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

This text font color is #31D565.


Background Color

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

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

This div background color is #31D565.


Border color

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

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

This div border color is #31D565.


Opacity

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

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

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

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

This text has shadow with #31D565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31D565 on black background.


Color preview on white background

This text has color #31D565 on white background.



Black color preview on #31D565 background

This text has black color on #31D565 background.


White color preview on #31D565 background

This text has white color on #31D565 background.