COLOR #71F27E

HEX: #71F27E
RGB: (113,242,126)

Color info

#71F27E contains mainly green color. Web safe color of #71F27E is #66FF66 (or #6F6).

RGB color model

#71F27E color RGB value is (113,242,126).

  • red value is 113;
  • green value is 242;
  • blue value is 126.
RGB:
(113,242,126)
(44%,95%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 242 of 255 = 95%
B 126 of 255 = 49%

113
242
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 242 + 126 = 481 (100%)
R 113 of 481 ~ 23.49%
G 242 of 481 ~ 50.31%
B 126 of 481 ~ 26.2%

%23.49
%50.31
%26.2

CMYK color model

#71F27E color CMYK value is (53,0,48,5).

  • cyan value is 53.31%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 5.10%
CMYK:
(53,0,48,5)
C53M0Y48K5 
(53%,0%,48%,5%)
(0.53/0.00/0.48/0.05)	

CMYK percentages

%53.31
%0
%47.93
%5.1

Codes

Color #71F27E in popluar color models

71F27E
RGB113242126
HSL126°83.23%69.61%
HSB/HSV126°53.31%94.90%
CMYK53.31%0.00%47.93%
5.10%

Color #71F27E in popluar number systems.

HEX71F27E
Decimal113242126
Binary1110001111100101111110
Octal161362176

Shades and tints

Shades of #71F27E

#71F27E
(113,242,126)
#67DC73
(103,220,115)
#5DC668
(93,198,104)
#53B05D
(83,176,93)
#499A52
(73,154,82)
#3F8447
(63,132,71)
#356E3C
(53,110,60)
#2B5831
(43,88,49)
#214226
(33,66,38)
#172C1B
(23,44,27)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #71F27E

#71F27E
(113,242,126)
#7DF389
(125,243,137)
#89F494
(137,244,148)
#95F59F
(149,245,159)
#A1F6AA
(161,246,170)
#ADF7B5
(173,247,181)
#B9F8C0
(185,248,192)
#C5F9CB
(197,249,203)
#D1FAD6
(209,250,214)
#DDFBE1
(221,251,225)
#E9FCEC
(233,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71F27E; }

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

This text font color is #71F27E.


Background Color

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

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

This div background color is #71F27E.


Border color

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

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

This div border color is #71F27E.


Opacity

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

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

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

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

This text has shadow with #71F27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F27E on black background.


Color preview on white background

This text has color #71F27E on white background.



Black color preview on #71F27E background

This text has black color on #71F27E background.


White color preview on #71F27E background

This text has white color on #71F27E background.