COLOR #71BE64

HEX: #71BE64
RGB: (113,190,100)

Color info

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

RGB color model

#71BE64 color RGB value is (113,190,100).

  • red value is 113;
  • green value is 190;
  • blue value is 100.
RGB:
(113,190,100)
(44%,75%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 100 of 255 = 39%

113
190
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 190 + 100 = 403 (100%)
R 113 of 403 ~ 28.04%
G 190 of 403 ~ 47.15%
B 100 of 403 ~ 24.81%

%28.04
%47.15
%24.81

CMYK color model

#71BE64 color CMYK value is (41,0,47,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 25.49%
CMYK:
(41,0,47,25)
C41M0Y47K25 
(41%,0%,47%,25%)
(0.41/0.00/0.47/0.25)	

CMYK percentages

%40.53
%0
%47.37
%25.49

Codes

Color #71BE64 in popluar color models

71BE64
RGB113190100
HSL111°40.91%56.86%
HSB/HSV111°47.37%74.51%
CMYK40.53%0.00%47.37%
25.49%

Color #71BE64 in popluar number systems.

HEX71BE64
Decimal113190100
Binary1110001101111101100100
Octal161276144

Shades and tints

Shades of #71BE64

#71BE64
(113,190,100)
#67AD5B
(103,173,91)
#5D9C52
(93,156,82)
#538B49
(83,139,73)
#497A40
(73,122,64)
#3F6937
(63,105,55)
#35582E
(53,88,46)
#2B4725
(43,71,37)
#21361C
(33,54,28)
#172513
(23,37,19)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #71BE64

#71BE64
(113,190,100)
#7DC372
(125,195,114)
#89C880
(137,200,128)
#95CD8E
(149,205,142)
#A1D29C
(161,210,156)
#ADD7AA
(173,215,170)
#B9DCB8
(185,220,184)
#C5E1C6
(197,225,198)
#D1E6D4
(209,230,212)
#DDEBE2
(221,235,226)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BE64; }

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

This text font color is #71BE64.


Background Color

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

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

This div background color is #71BE64.


Border color

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

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

This div border color is #71BE64.


Opacity

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

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

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

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

This text has shadow with #71BE64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BE64 on black background.


Color preview on white background

This text has color #71BE64 on white background.



Black color preview on #71BE64 background

This text has black color on #71BE64 background.


White color preview on #71BE64 background

This text has white color on #71BE64 background.