COLOR #31BD5D

HEX: #31BD5D RGB: (49,189,93)

Color info

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

RGB color model

#31BD5D color RGB value is (49,189,93).

RGB: (49,189,93) (19%, 74%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 189 of 255 = 74%
B 93 of 255 = 36%

49
189
93

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

Portions of RGB colors in percentages

R + G + B = 49 + 189 + 93 = 331 (100%)
R 49 of 331 ~ 14.8%
G 189 of 331 ~ 57.1%
B 93 of 331 ~ 28.1'%

%14.8
%57.1
%28.1

CMYK color model

#31BD5D color CMYK value is (74,0,51,26).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 25.88%

CMYK: (74,0,51,26)
C74M0Y51K26 (74%, 0%, 51%, 26%)
(0.74 / 0.00 / 0.51 / 0.26)

CMYK percentages

%74.07
%0
%50.79
%25.88

Codes

Color #31BD5D in popluar color models

31 BD 5D
RGB 49 189 93
HSL 139° 58.82% 46.67%
HSB/HSV 139° 74.07% 74.12%
CMYK 74.07% 0.00% 50.79%
25.88%

Color #31BD5D in popluar number systems.

HEX 31 BD 5D
Decimal 49 189 93
Binary 110001 10111101 1011101
Octal 61 275 135

Shades and tints

Shades of #31BD5D

#31BD5D
(49,189,93)
#2DAC55
(45,172,85)
#299B4D
(41,155,77)
#258A45
(37,138,69)
#21793D
(33,121,61)
#1D6835
(29,104,53)
#19572D
(25,87,45)
#154625
(21,70,37)
#11351D
(17,53,29)
#0D2415
(13,36,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #31BD5D

#31BD5D
(49,189,93)
#43C36B
(67,195,107)
#55C979
(85,201,121)
#67CF87
(103,207,135)
#79D595
(121,213,149)
#8BDBA3
(139,219,163)
#9DE1B1
(157,225,177)
#AFE7BF
(175,231,191)
#C1EDCD
(193,237,205)
#D3F3DB
(211,243,219)
#E5F9E9
(229,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31BD5D color. Also use rgb(49,189,93) instead hex code.

Text Font Color

.myTextColor { color: #31BD5D; }

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

This text font color is #31BD5D.

Background Color

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

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

This div background color is #31BD5D.

Border color

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

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

This div border color is #31BD5D.

Opacity

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

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

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

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

This text has shadow with #31BD5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31BD5D.

Preview

Color preview on black background

This text has color #31BD5D on black background.


Color preview on white background

This text has color #31BD5D on white background.


Black color preview on #31BD5D background

This text has black color on #31BD5D background.


White color preview on #31BD5D background

This text has white color on #31BD5D background.


Related colors

Complementary color

Complementary color for #hex is #CE42A2.


I love getcolorcode.com

Triadic colors

1 #5D31BD and #BD5D31 with #31BD5D are triadic colors.

2 #5DBD31 and #BD315D with #31BD5D are triadic colors.