COLOR #71ED62

HEX: #71ED62 RGB: (113,237,98)

Color info

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

RGB color model

#71ED62 color RGB value is (113,237,98).

RGB: (113,237,98) (44%, 93%, 38%)

RGB channels and saturation

R 113 of 255 = 44%
G 237 of 255 = 93%
B 98 of 255 = 38%

113
237
98

R + G + B ~ 58%. #71ED62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 237 + 98 = 448 (100%)
R 113 of 448 ~ 25.22%
G 237 of 448 ~ 52.9%
B 98 of 448 ~ 21.88'%

%25.22
%52.9
%21.88

CMYK color model

#71ED62 color CMYK value is (52,0,59,7).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 7.06%

CMYK: (52,0,59,7)
C52M0Y59K7 (52%, 0%, 59%, 7%)
(0.52 / 0.00 / 0.59 / 0.07)

CMYK percentages

%52.32
%0
%58.65
%7.06

Codes

Color #71ED62 in popluar color models

71 ED 62
RGB 113 237 98
HSL 114° 79.43% 65.69%
HSB/HSV 114° 58.65% 92.94%
CMYK 52.32% 0.00% 58.65%
7.06%

Color #71ED62 in popluar number systems.

HEX 71 ED 62
Decimal 113 237 98
Binary 1110001 11101101 1100010
Octal 161 355 142

Shades and tints

Shades of #71ED62

#71ED62
(113,237,98)
#67D85A
(103,216,90)
#5DC352
(93,195,82)
#53AE4A
(83,174,74)
#499942
(73,153,66)
#3F843A
(63,132,58)
#356F32
(53,111,50)
#2B5A2A
(43,90,42)
#214522
(33,69,34)
#17301A
(23,48,26)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #71ED62

#71ED62
(113,237,98)
#7DEE70
(125,238,112)
#89EF7E
(137,239,126)
#95F08C
(149,240,140)
#A1F19A
(161,241,154)
#ADF2A8
(173,242,168)
#B9F3B6
(185,243,182)
#C5F4C4
(197,244,196)
#D1F5D2
(209,245,210)
#DDF6E0
(221,246,224)
#E9F7EE
(233,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ED62 color. Also use rgb(113,237,98) instead hex code.

Text Font Color

.myTextColor { color: #71ED62; }

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

This text font color is #71ED62.

Background Color

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

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

This div background color is #71ED62.

Border color

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

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

This div border color is #71ED62.

Opacity

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

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

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

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

This text has shadow with #71ED62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71ED62.

Preview

Color preview on black background

This text has color #71ED62 on black background.


Color preview on white background

This text has color #71ED62 on white background.


Black color preview on #71ED62 background

This text has black color on #71ED62 background.


White color preview on #71ED62 background

This text has white color on #71ED62 background.


Related colors

Complementary color

Complementary color for #hex is #8E129D.


I love getcolorcode.com

Triadic colors

1 #6271ED and #ED6271 with #71ED62 are triadic colors.

2 #62ED71 and #ED7162 with #71ED62 are triadic colors.