COLOR #71BE58

HEX: #71BE58 RGB: (113,190,88)

Color info

#71BE58 contains mainly green color. Web safe color of #71BE58 is #66CC66 (or #6C6).

RGB color model

#71BE58 color RGB value is (113,190,88).

RGB: (113,190,88) (44%, 75%, 35%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 88 of 255 = 35%

113
190
88

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

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 88 = 391 (100%)
R 113 of 391 ~ 28.9%
G 190 of 391 ~ 48.59%
B 88 of 391 ~ 22.51'%

%28.9
%48.59
%22.51

CMYK color model

#71BE58 color CMYK value is (41,0,54,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 25.49%
CMYK: (41,0,54,25) C41M0Y54K25 (41%,0%,54%,25%) (0.41/0.00/0.54/0.25) 

CMYK percentages

%40.53
%0
%53.68
%25.49

Codes

Color #71BE58 in popluar color models

71 BE 58
RGB 113 190 88
HSL 105° 43.97% 54.51%
HSB/HSV 105° 53.68% 74.51%
CMYK 40.53% 0.00% 53.68%
25.49%

Color #71BE58 in popluar number systems.

HEX 71 BE 58
Decimal 113 190 88
Binary 1110001 10111110 1011000
Octal 161 276 130

Shades and tints

Shades of #71BE58

#71BE58
(113,190,88)
#67AD50
(103,173,80)
#5D9C48
(93,156,72)
#538B40
(83,139,64)
#497A38
(73,122,56)
#3F6930
(63,105,48)
#355828
(53,88,40)
#2B4720
(43,71,32)
#213618
(33,54,24)
#172510
(23,37,16)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #71BE58

#71BE58
(113,190,88)
#7DC367
(125,195,103)
#89C876
(137,200,118)
#95CD85
(149,205,133)
#A1D294
(161,210,148)
#ADD7A3
(173,215,163)
#B9DCB2
(185,220,178)
#C5E1C1
(197,225,193)
#D1E6D0
(209,230,208)
#DDEBDF
(221,235,223)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BE58 color. Also use rgb(113,190,88) instead hex code.

Text Font Color

.myTextColor { color: #71BE58; }

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

This text font color is #71BE58.

Background Color

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

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

This div background color is #71BE58.

Border color

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

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

This div border color is #71BE58.

Opacity

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

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

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

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

This text has shadow with #71BE58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BE58.

Preview

Color preview on black background

This text has color #71BE58 on black background.


Color preview on white background

This text has color #71BE58 on white background.


Black color preview on #71BE58 background

This text has black color on #71BE58 background.


White color preview on #71BE58 background

This text has white color on #71BE58 background.


Related colors

Complementary color

Complementary color for #hex is #8E41A7.


I love getcolorcode.com

Triadic colors

1 #5871BE and #BE5871 with #71BE58 are triadic colors.

2 #58BE71 and #BE7158 with #71BE58 are triadic colors.