COLOR #71B600

HEX: #71B600
RGB: (113,182,0)

Color info

#71B600 contains mainly green color. Web safe color of #71B600 is #66CC00 (or #6C0).

RGB color model

#71B600 color RGB value is (113,182,0).

  • red value is 113;
  • green value is 182;
  • blue value is 0.
RGB:
(113,182,0)
(44%,71%,0%)

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 0 of 255 = 0%

113
182
0

R + G + B ~ 38%. #71B600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 0 = 295 (100%)
R 113 of 295 ~ 38.31%
G 182 of 295 ~ 61.69%
B 0 of 295 ~ 0%

%38.31
%61.69

CMYK color model

#71B600 color CMYK value is (38,0,100,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 28.63%
CMYK:
(38,0,100,29)
C38M0Y100K29 
(38%,0%,100%,29%)
(0.38/0.00/1.00/0.29)	

CMYK percentages

%37.91
%0
%100
%28.63

Codes

Color #71B600 in popluar color models

71B600
RGB1131820
HSL83°100.00%35.69%
HSB/HSV83°100.00%71.37%
CMYK37.91%0.00%100.00%
28.63%

Color #71B600 in popluar number systems.

HEX71B600
Decimal1131820
Binary1110001101101100
Octal1612660

Shades and tints

Shades of #71B600

#71B600
(113,182,0)
#67A600
(103,166,0)
#5D9600
(93,150,0)
#538600
(83,134,0)
#497600
(73,118,0)
#3F6600
(63,102,0)
#355600
(53,86,0)
#2B4600
(43,70,0)
#213600
(33,54,0)
#172600
(23,38,0)
#0D1600
(13,22,0)
#000000
(0,0,0)

Tints of #71B600

#71B600
(113,182,0)
#7DBC17
(125,188,23)
#89C22E
(137,194,46)
#95C845
(149,200,69)
#A1CE5C
(161,206,92)
#ADD473
(173,212,115)
#B9DA8A
(185,218,138)
#C5E0A1
(197,224,161)
#D1E6B8
(209,230,184)
#DDECCF
(221,236,207)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B600 color. Also use rgb(113,182,0) instead hex code.

Text Font Color

.myTextColor { color: #71B600; }

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

This text font color is #71B600.


Background Color

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

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

This div background color is #71B600.


Border color

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

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

This div border color is #71B600.


Opacity

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

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

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

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

This text has shadow with #71B600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B600 on black background.


Color preview on white background

This text has color #71B600 on white background.



Black color preview on #71B600 background

This text has black color on #71B600 background.


White color preview on #71B600 background

This text has white color on #71B600 background.