COLOR #71FB80

HEX: #71FB80
RGB: (113,251,128)

Color info

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

RGB color model

#71FB80 color RGB value is (113,251,128).

  • red value is 113;
  • green value is 251;
  • blue value is 128.
RGB:
(113,251,128)
(44%,98%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 251 of 255 = 98%
B 128 of 255 = 50%

113
251
128

R + G + B ~ 64%. #71FB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 251 + 128 = 492 (100%)
R 113 of 492 ~ 22.97%
G 251 of 492 ~ 51.02%
B 128 of 492 ~ 26.02%

%22.97
%51.02
%26.02

CMYK color model

#71FB80 color CMYK value is (55,0,49,2).

  • cyan value is 54.98%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 1.57%
CMYK:
(55,0,49,2)
C55M0Y49K2 
(55%,0%,49%,2%)
(0.55/0.00/0.49/0.02)	

CMYK percentages

%54.98
%0
%49
%1.57

Codes

Color #71FB80 in popluar color models

71FB80
RGB113251128
HSL127°94.52%71.37%
HSB/HSV127°54.98%98.43%
CMYK54.98%0.00%49.00%
1.57%

Color #71FB80 in popluar number systems.

HEX71FB80
Decimal113251128
Binary11100011111101110000000
Octal161373200

Shades and tints

Shades of #71FB80

#71FB80
(113,251,128)
#67E575
(103,229,117)
#5DCF6A
(93,207,106)
#53B95F
(83,185,95)
#49A354
(73,163,84)
#3F8D49
(63,141,73)
#35773E
(53,119,62)
#2B6133
(43,97,51)
#214B28
(33,75,40)
#17351D
(23,53,29)
#0D1F12
(13,31,18)
#000000
(0,0,0)

Tints of #71FB80

#71FB80
(113,251,128)
#7DFB8B
(125,251,139)
#89FB96
(137,251,150)
#95FBA1
(149,251,161)
#A1FBAC
(161,251,172)
#ADFBB7
(173,251,183)
#B9FBC2
(185,251,194)
#C5FBCD
(197,251,205)
#D1FBD8
(209,251,216)
#DDFBE3
(221,251,227)
#E9FBEE
(233,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FB80 color. Also use rgb(113,251,128) instead hex code.

Text Font Color

.myTextColor { color: #71FB80; }

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

This text font color is #71FB80.


Background Color

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

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

This div background color is #71FB80.


Border color

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

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

This div border color is #71FB80.


Opacity

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

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

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

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

This text has shadow with #71FB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FB80 on black background.


Color preview on white background

This text has color #71FB80 on white background.



Black color preview on #71FB80 background

This text has black color on #71FB80 background.


White color preview on #71FB80 background

This text has white color on #71FB80 background.