COLOR #71F94D

HEX: #71F94D
RGB: (113,249,77)

Color info

#71F94D contains mainly green color. Web safe color of #71F94D is #66FF33 (or #6F3).

RGB color model

#71F94D color RGB value is (113,249,77).

  • red value is 113;
  • green value is 249;
  • blue value is 77.
RGB:
(113,249,77)
(44%,98%,30%)

RGB channels and saturation

R 113 of 255 = 44%
G 249 of 255 = 98%
B 77 of 255 = 30%

113
249
77

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

Portions of RGB colors in percentages

R + G + B =
113 + 249 + 77 = 439 (100%)
R 113 of 439 ~ 25.74%
G 249 of 439 ~ 56.72%
B 77 of 439 ~ 17.54%

%25.74
%56.72
%17.54

CMYK color model

#71F94D color CMYK value is (55,0,69,2).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 69.08%
  • key color value is 2.35%
CMYK:
(55,0,69,2)
C55M0Y69K2 
(55%,0%,69%,2%)
(0.55/0.00/0.69/0.02)	

CMYK percentages

%54.62
%0
%69.08
%2.35

Codes

Color #71F94D in popluar color models

71F94D
RGB11324977
HSL107°93.48%63.92%
HSB/HSV107°69.08%97.65%
CMYK54.62%0.00%69.08%
2.35%

Color #71F94D in popluar number systems.

HEX71F94D
Decimal11324977
Binary1110001111110011001101
Octal161371115

Shades and tints

Shades of #71F94D

#71F94D
(113,249,77)
#67E346
(103,227,70)
#5DCD3F
(93,205,63)
#53B738
(83,183,56)
#49A131
(73,161,49)
#3F8B2A
(63,139,42)
#357523
(53,117,35)
#2B5F1C
(43,95,28)
#214915
(33,73,21)
#17330E
(23,51,14)
#0D1D07
(13,29,7)
#000000
(0,0,0)

Tints of #71F94D

#71F94D
(113,249,77)
#7DF95D
(125,249,93)
#89F96D
(137,249,109)
#95F97D
(149,249,125)
#A1F98D
(161,249,141)
#ADF99D
(173,249,157)
#B9F9AD
(185,249,173)
#C5F9BD
(197,249,189)
#D1F9CD
(209,249,205)
#DDF9DD
(221,249,221)
#E9F9ED
(233,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F94D color. Also use rgb(113,249,77) instead hex code.

Text Font Color

.myTextColor { color: #71F94D; }

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

This text font color is #71F94D.


Background Color

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

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

This div background color is #71F94D.


Border color

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

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

This div border color is #71F94D.


Opacity

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

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

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

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

This text has shadow with #71F94D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F94D on black background.


Color preview on white background

This text has color #71F94D on white background.



Black color preview on #71F94D background

This text has black color on #71F94D background.


White color preview on #71F94D background

This text has white color on #71F94D background.