COLOR #31CD74

HEX: #31CD74 RGB: (49,205,116)

Color info

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

RGB color model

#31CD74 color RGB value is (49,205,116).

RGB: (49,205,116) (19%, 80%, 45%)

RGB channels and saturation

R 49 of 255 = 19%
G 205 of 255 = 80%
B 116 of 255 = 45%

49
205
116

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

Portions of RGB colors in percentages

R + G + B = 49 + 205 + 116 = 370 (100%)
R 49 of 370 ~ 13.24%
G 205 of 370 ~ 55.41%
B 116 of 370 ~ 31.35'%

%13.24
%55.41
%31.35

CMYK color model

#31CD74 color CMYK value is (76,0,43,20).

  • cyan value is 76.10%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 19.61%

CMYK: (76,0,43,20)
C76M0Y43K20 (76%, 0%, 43%, 20%)
(0.76 / 0.00 / 0.43 / 0.20)

CMYK percentages

%76.1
%0
%43.41
%19.61

Codes

Color #31CD74 in popluar color models

31 CD 74
RGB 49 205 116
HSL 146° 61.42% 49.80%
HSB/HSV 146° 76.10% 80.39%
CMYK 76.10% 0.00% 43.41%
19.61%

Color #31CD74 in popluar number systems.

HEX 31 CD 74
Decimal 49 205 116
Binary 110001 11001101 1110100
Octal 61 315 164

Shades and tints

Shades of #31CD74

#31CD74
(49,205,116)
#2DBB6A
(45,187,106)
#29A960
(41,169,96)
#259756
(37,151,86)
#21854C
(33,133,76)
#1D7342
(29,115,66)
#196138
(25,97,56)
#154F2E
(21,79,46)
#113D24
(17,61,36)
#0D2B1A
(13,43,26)
#091910
(9,25,16)
#000000
(0,0,0)

Tints of #31CD74

#31CD74
(49,205,116)
#43D180
(67,209,128)
#55D58C
(85,213,140)
#67D998
(103,217,152)
#79DDA4
(121,221,164)
#8BE1B0
(139,225,176)
#9DE5BC
(157,229,188)
#AFE9C8
(175,233,200)
#C1EDD4
(193,237,212)
#D3F1E0
(211,241,224)
#E5F5EC
(229,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31CD74 color. Also use rgb(49,205,116) instead hex code.

Text Font Color

.myTextColor { color: #31CD74; }

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

This text font color is #31CD74.

Background Color

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

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

This div background color is #31CD74.

Border color

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

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

This div border color is #31CD74.

Opacity

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

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

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

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

This text has shadow with #31CD74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31CD74.

Preview

Color preview on black background

This text has color #31CD74 on black background.


Color preview on white background

This text has color #31CD74 on white background.


Black color preview on #31CD74 background

This text has black color on #31CD74 background.


White color preview on #31CD74 background

This text has white color on #31CD74 background.


Related colors

Complementary color

Complementary color for #31CD74 is #CE328B.


I love getcolorcode.com

Triadic colors

1 #7431CD and #CD7431 with #31CD74 are triadic colors.

2 #74CD31 and #CD3174 with #31CD74 are triadic colors.