COLOR #71EC75

HEX: #71EC75
RGB: (113,236,117)

Color info

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

RGB color model

#71EC75 color RGB value is (113,236,117).

  • red value is 113;
  • green value is 236;
  • blue value is 117.
RGB:
(113,236,117)
(44%,93%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 236 of 255 = 93%
B 117 of 255 = 46%

113
236
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 236 + 117 = 466 (100%)
R 113 of 466 ~ 24.25%
G 236 of 466 ~ 50.64%
B 117 of 466 ~ 25.11%

%24.25
%50.64
%25.11

CMYK color model

#71EC75 color CMYK value is (52,0,50,7).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 7.45%
CMYK:
(52,0,50,7)
C52M0Y50K7 
(52%,0%,50%,7%)
(0.52/0.00/0.50/0.07)	

CMYK percentages

%52.12
%0
%50.42
%7.45

Codes

Color #71EC75 in popluar color models

71EC75
RGB113236117
HSL122°76.40%68.43%
HSB/HSV122°52.12%92.55%
CMYK52.12%0.00%50.42%
7.45%

Color #71EC75 in popluar number systems.

HEX71EC75
Decimal113236117
Binary1110001111011001110101
Octal161354165

Shades and tints

Shades of #71EC75

#71EC75
(113,236,117)
#67D76B
(103,215,107)
#5DC261
(93,194,97)
#53AD57
(83,173,87)
#49984D
(73,152,77)
#3F8343
(63,131,67)
#356E39
(53,110,57)
#2B592F
(43,89,47)
#214425
(33,68,37)
#172F1B
(23,47,27)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #71EC75

#71EC75
(113,236,117)
#7DED81
(125,237,129)
#89EE8D
(137,238,141)
#95EF99
(149,239,153)
#A1F0A5
(161,240,165)
#ADF1B1
(173,241,177)
#B9F2BD
(185,242,189)
#C5F3C9
(197,243,201)
#D1F4D5
(209,244,213)
#DDF5E1
(221,245,225)
#E9F6ED
(233,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EC75 color. Also use rgb(113,236,117) instead hex code.

Text Font Color

.myTextColor { color: #71EC75; }

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

This text font color is #71EC75.


Background Color

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

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

This div background color is #71EC75.


Border color

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

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

This div border color is #71EC75.


Opacity

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

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

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

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

This text has shadow with #71EC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EC75 on black background.


Color preview on white background

This text has color #71EC75 on white background.



Black color preview on #71EC75 background

This text has black color on #71EC75 background.


White color preview on #71EC75 background

This text has white color on #71EC75 background.