COLOR #31CF6C

HEX: #31CF6C RGB: (49,207,108)

Color info

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

RGB color model

#31CF6C color RGB value is (49,207,108).

RGB: (49,207,108) (19%, 81%, 42%)

RGB channels and saturation

R 49 of 255 = 19%
G 207 of 255 = 81%
B 108 of 255 = 42%

49
207
108

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

Portions of RGB colors in percentages

R + G + B = 49 + 207 + 108 = 364 (100%)
R 49 of 364 ~ 13.46%
G 207 of 364 ~ 56.87%
B 108 of 364 ~ 29.67'%

%13.46
%56.87
%29.67

CMYK color model

#31CF6C color CMYK value is (76,0,48,19).

  • cyan value is 76.33%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 18.82%
CMYK: (76,0,48,19) C76M0Y48K19 (76%,0%,48%,19%) (0.76/0.00/0.48/0.19) 

CMYK percentages

%76.33
%0
%47.83
%18.82

Codes

Color #31CF6C in popluar color models

31 CF 6C
RGB 49 207 108
HSL 142° 62.20% 50.20%
HSB/HSV 142° 76.33% 81.18%
CMYK 76.33% 0.00% 47.83%
18.82%

Color #31CF6C in popluar number systems.

HEX 31 CF 6C
Decimal 49 207 108
Binary 110001 11001111 1101100
Octal 61 317 154

Shades and tints

Shades of #31CF6C

#31CF6C
(49,207,108)
#2DBD63
(45,189,99)
#29AB5A
(41,171,90)
#259951
(37,153,81)
#218748
(33,135,72)
#1D753F
(29,117,63)
#196336
(25,99,54)
#15512D
(21,81,45)
#113F24
(17,63,36)
#0D2D1B
(13,45,27)
#091B12
(9,27,18)
#000000
(0,0,0)

Tints of #31CF6C

#31CF6C
(49,207,108)
#43D379
(67,211,121)
#55D786
(85,215,134)
#67DB93
(103,219,147)
#79DFA0
(121,223,160)
#8BE3AD
(139,227,173)
#9DE7BA
(157,231,186)
#AFEBC7
(175,235,199)
#C1EFD4
(193,239,212)
#D3F3E1
(211,243,225)
#E5F7EE
(229,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31CF6C color. Also use rgb(49,207,108) instead hex code.

Text Font Color

.myTextColor { color: #31CF6C; }

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

This text font color is #31CF6C.

Background Color

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

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

This div background color is #31CF6C.

Border color

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

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

This div border color is #31CF6C.

Opacity

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

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

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

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

This text has shadow with #31CF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31CF6C.

Preview

Color preview on black background

This text has color #31CF6C on black background.


Color preview on white background

This text has color #31CF6C on white background.


Black color preview on #31CF6C background

This text has black color on #31CF6C background.


White color preview on #31CF6C background

This text has white color on #31CF6C background.


Related colors

Complementary color

Complementary color for #hex is #CE3093.


I love getcolorcode.com

Triadic colors

1 #6C31CF and #CF6C31 with #31CF6C are triadic colors.

2 #6CCF31 and #CF316C with #31CF6C are triadic colors.