COLOR #71EB0A

HEX: #71EB0A
RGB: (113,235,10)

Color info

#71EB0A contains mainly green color. Web safe color of #71EB0A is #66FF00 (or #6F0).

RGB color model

#71EB0A color RGB value is (113,235,10).

  • red value is 113;
  • green value is 235;
  • blue value is 10.
RGB:
(113,235,10)
(44%,92%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 235 of 255 = 92%
B 10 of 255 = 4%

113
235
10

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

Portions of RGB colors in percentages

R + G + B =
113 + 235 + 10 = 358 (100%)
R 113 of 358 ~ 31.56%
G 235 of 358 ~ 65.64%
B 10 of 358 ~ 2.79%

%31.56
%65.64

CMYK color model

#71EB0A color CMYK value is (52,0,96,8).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 95.74%
  • key color value is 7.84%
CMYK:
(52,0,96,8)
C52M0Y96K8 
(52%,0%,96%,8%)
(0.52/0.00/0.96/0.08)	

CMYK percentages

%51.91
%0
%95.74
%7.84

Codes

Color #71EB0A in popluar color models

71EB0A
RGB11323510
HSL93°91.84%48.04%
HSB/HSV93°95.74%92.16%
CMYK51.91%0.00%95.74%
7.84%

Color #71EB0A in popluar number systems.

HEX71EB0A
Decimal11323510
Binary1110001111010111010
Octal16135312

Shades and tints

Shades of #71EB0A

#71EB0A
(113,235,10)
#67D60A
(103,214,10)
#5DC10A
(93,193,10)
#53AC0A
(83,172,10)
#49970A
(73,151,10)
#3F820A
(63,130,10)
#356D0A
(53,109,10)
#2B580A
(43,88,10)
#21430A
(33,67,10)
#172E0A
(23,46,10)
#0D190A
(13,25,10)
#000000
(0,0,0)

Tints of #71EB0A

#71EB0A
(113,235,10)
#7DEC20
(125,236,32)
#89ED36
(137,237,54)
#95EE4C
(149,238,76)
#A1EF62
(161,239,98)
#ADF078
(173,240,120)
#B9F18E
(185,241,142)
#C5F2A4
(197,242,164)
#D1F3BA
(209,243,186)
#DDF4D0
(221,244,208)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EB0A color. Also use rgb(113,235,10) instead hex code.

Text Font Color

.myTextColor { color: #71EB0A; }

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

This text font color is #71EB0A.


Background Color

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

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

This div background color is #71EB0A.


Border color

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

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

This div border color is #71EB0A.


Opacity

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

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

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

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

This text has shadow with #71EB0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EB0A on black background.


Color preview on white background

This text has color #71EB0A on white background.



Black color preview on #71EB0A background

This text has black color on #71EB0A background.


White color preview on #71EB0A background

This text has white color on #71EB0A background.