COLOR #1FC771

HEX: #1FC771 RGB: (31,199,113)

Color info

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

RGB color model

#1FC771 color RGB value is (31,199,113).

RGB: (31,199,113) (12%, 78%, 44%)

RGB channels and saturation

R 31 of 255 = 12%
G 199 of 255 = 78%
B 113 of 255 = 44%

31
199
113

R + G + B ~ 45%. #1FC771 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 31 + 199 + 113 = 343 (100%)
R 31 of 343 ~ 9.04%
G 199 of 343 ~ 58.02%
B 113 of 343 ~ 32.94'%

%58.02
%32.94

CMYK color model

#1FC771 color CMYK value is (84,0,43,22).

  • cyan value is 84.42%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 21.96%

CMYK: (84,0,43,22)
C84M0Y43K22 (84%, 0%, 43%, 22%)
(0.84 / 0.00 / 0.43 / 0.22)

CMYK percentages

%84.42
%0
%43.22
%21.96

Codes

Color #1FC771 in popluar color models

1F C7 71
RGB 31 199 113
HSL 149° 73.04% 45.10%
HSB/HSV 149° 84.42% 78.04%
CMYK 84.42% 0.00% 43.22%
21.96%

Color #1FC771 in popluar number systems.

HEX 1F C7 71
Decimal 31 199 113
Binary 11111 11000111 1110001
Octal 37 307 161

Shades and tints

Shades of #1FC771

#1FC771
(31,199,113)
#1DB567
(29,181,103)
#1BA35D
(27,163,93)
#199153
(25,145,83)
#177F49
(23,127,73)
#156D3F
(21,109,63)
#135B35
(19,91,53)
#11492B
(17,73,43)
#0F3721
(15,55,33)
#0D2517
(13,37,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #1FC771

#1FC771
(31,199,113)
#33CC7D
(51,204,125)
#47D189
(71,209,137)
#5BD695
(91,214,149)
#6FDBA1
(111,219,161)
#83E0AD
(131,224,173)
#97E5B9
(151,229,185)
#ABEAC5
(171,234,197)
#BFEFD1
(191,239,209)
#D3F4DD
(211,244,221)
#E7F9E9
(231,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1FC771 color. Also use rgb(31,199,113) instead hex code.

Text Font Color

.myTextColor { color: #1FC771; }

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

This text font color is #1FC771.

Background Color

.myBgColor { background-color: #1FC771; }

<div style="background-color:#1FC771">Inner text</div>

This div background color is #1FC771.

Border color

.myBorderColor { border: 1px solid #1FC771; }

<div style="border:3px solid #1FC771">Div</div>

This div border color is #1FC771.

Opacity

.myOpacity80 { color: #1FC771; opacity: 0.8; }

<p style="color:#1FC771;opacity:0.8;">80%</p>

Text with #1FC771 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 #1FC771;}

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

This text has shadow with #1FC771 color.


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

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

This text has shadow with #1FC771 primary color and red secondary color.


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

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

This text has shadow with #1FC771 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1FC771.

Preview

Color preview on black background

This text has color #1FC771 on black background.


Color preview on white background

This text has color #1FC771 on white background.


Black color preview on #1FC771 background

This text has black color on #1FC771 background.


White color preview on #1FC771 background

This text has white color on #1FC771 background.


Related colors

Complementary color

Complementary color for #hex is #E0388E.


I love getcolorcode.com

Triadic colors

1 #711FC7 and #C7711F with #1FC771 are triadic colors.

2 #71C71F and #C71F71 with #1FC771 are triadic colors.