COLOR #71F2BF

HEX: #71F2BF RGB: (113,242,191)

Color info

#71F2BF contains mainly green and blue colors. Web safe color of #71F2BF is #66FFCC (or #6FC).

RGB color model

#71F2BF color RGB value is (113,242,191).

RGB: (113,242,191) (44%, 95%, 75%)

RGB channels and saturation

R 113 of 255 = 44%
G 242 of 255 = 95%
B 191 of 255 = 75%

113
242
191

R + G + B ~ 71%. #71F2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 242 + 191 = 546 (100%)
R 113 of 546 ~ 20.7%
G 242 of 546 ~ 44.32%
B 191 of 546 ~ 34.98'%

%20.7
%44.32
%34.98

CMYK color model

#71F2BF color CMYK value is (53,0,21,5).

  • cyan value is 53.31%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%

CMYK: (53,0,21,5)
C53M0Y21K5 (53%, 0%, 21%, 5%)
(0.53 / 0.00 / 0.21 / 0.05)

CMYK percentages

%53.31
%0
%21.07
%5.1

Codes

Color #71F2BF in popluar color models

71 F2 BF
RGB 113 242 191
HSL 156° 83.23% 69.61%
HSB/HSV 156° 53.31% 94.90%
CMYK 53.31% 0.00% 21.07%
5.10%

Color #71F2BF in popluar number systems.

HEX 71 F2 BF
Decimal 113 242 191
Binary 1110001 11110010 10111111
Octal 161 362 277

Shades and tints

Shades of #71F2BF

#71F2BF
(113,242,191)
#67DCAE
(103,220,174)
#5DC69D
(93,198,157)
#53B08C
(83,176,140)
#499A7B
(73,154,123)
#3F846A
(63,132,106)
#356E59
(53,110,89)
#2B5848
(43,88,72)
#214237
(33,66,55)
#172C26
(23,44,38)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #71F2BF

#71F2BF
(113,242,191)
#7DF3C4
(125,243,196)
#89F4C9
(137,244,201)
#95F5CE
(149,245,206)
#A1F6D3
(161,246,211)
#ADF7D8
(173,247,216)
#B9F8DD
(185,248,221)
#C5F9E2
(197,249,226)
#D1FAE7
(209,250,231)
#DDFBEC
(221,251,236)
#E9FCF1
(233,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F2BF color. Also use rgb(113,242,191) instead hex code.

Text Font Color

.myTextColor { color: #71F2BF; }

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

This text font color is #71F2BF.

Background Color

.myBgColor { background-color: #71F2BF; }

<div style="background-color:#71F2BF">Inner text</div>

This div background color is #71F2BF.

Border color

.myBorderColor { border: 1px solid #71F2BF; }

<div style="border:3px solid #71F2BF">Div</div>

This div border color is #71F2BF.

Opacity

.myOpacity80 { color: #71F2BF; opacity: 0.8; }

<p style="color:#71F2BF;opacity:0.8;">80%</p>

Text with #71F2BF 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 #71F2BF;}

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

This text has shadow with #71F2BF color.


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

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

This text has shadow with #71F2BF primary color and red secondary color.


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

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

This text has shadow with #71F2BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71F2BF.

Preview

Color preview on black background

This text has color #71F2BF on black background.


Color preview on white background

This text has color #71F2BF on white background.


Black color preview on #71F2BF background

This text has black color on #71F2BF background.


White color preview on #71F2BF background

This text has white color on #71F2BF background.


Related colors

Complementary color

Complementary color for #hex is #8E0D40.


I love getcolorcode.com

Triadic colors

1 #BF71F2 and #F2BF71 with #71F2BF are triadic colors.

2 #BFF271 and #F271BF with #71F2BF are triadic colors.