COLOR #71F926

HEX: #71F926
RGB: (113,249,38)

Color info

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

RGB color model

#71F926 color RGB value is (113,249,38).

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

RGB channels and saturation

R 113 of 255 = 44%
G 249 of 255 = 98%
B 38 of 255 = 15%

113
249
38

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

Portions of RGB colors in percentages

R + G + B =
113 + 249 + 38 = 400 (100%)
R 113 of 400 ~ 28.25%
G 249 of 400 ~ 62.25%
B 38 of 400 ~ 9.5%

%28.25
%62.25
%9.5

CMYK color model

#71F926 color CMYK value is (55,0,85,2).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 84.74%
  • key color value is 2.35%
CMYK:
(55,0,85,2)
C55M0Y85K2 
(55%,0%,85%,2%)
(0.55/0.00/0.85/0.02)	

CMYK percentages

%54.62
%0
%84.74
%2.35

Codes

Color #71F926 in popluar color models

71F926
RGB11324938
HSL99°94.62%56.27%
HSB/HSV99°84.74%97.65%
CMYK54.62%0.00%84.74%
2.35%

Color #71F926 in popluar number systems.

HEX71F926
Decimal11324938
Binary111000111111001100110
Octal16137146

Shades and tints

Shades of #71F926

#71F926
(113,249,38)
#67E323
(103,227,35)
#5DCD20
(93,205,32)
#53B71D
(83,183,29)
#49A11A
(73,161,26)
#3F8B17
(63,139,23)
#357514
(53,117,20)
#2B5F11
(43,95,17)
#21490E
(33,73,14)
#17330B
(23,51,11)
#0D1D08
(13,29,8)
#000000
(0,0,0)

Tints of #71F926

#71F926
(113,249,38)
#7DF939
(125,249,57)
#89F94C
(137,249,76)
#95F95F
(149,249,95)
#A1F972
(161,249,114)
#ADF985
(173,249,133)
#B9F998
(185,249,152)
#C5F9AB
(197,249,171)
#D1F9BE
(209,249,190)
#DDF9D1
(221,249,209)
#E9F9E4
(233,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71F926; }

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

This text font color is #71F926.


Background Color

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

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

This div background color is #71F926.


Border color

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

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

This div border color is #71F926.


Opacity

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

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

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

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

This text has shadow with #71F926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F926 on black background.


Color preview on white background

This text has color #71F926 on white background.



Black color preview on #71F926 background

This text has black color on #71F926 background.


White color preview on #71F926 background

This text has white color on #71F926 background.