COLOR #71EB72

HEX: #71EB72
RGB: (113,235,114)

Renk bilgisi

#71EB72 contains mainly green color. #71EB72 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#71EB72 color RGB value is (113,235,114).

  • kırmız ton 113;
  • yeşil ton 235;
  • mavi ton 114.
RGB:
(113,235,114)
(44%,92%,45%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 235 of 255 = 92%
B 114 of 255 = 45%

113
235
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 235 + 114 = 462 (100%)
R 113 of 462 ~ 24.46%
G 235 of 462 ~ 50.87%
B 114 of 462 ~ 24.68%

%24.46
%50.87
%24.68

CMYK RENK MODELİ

#71EB72 rengi CMYK tonu (52,0,51,8).

  • camgöbeği tonu 51.91%
  • eflatun tonu 0.00%
  • sarı tonu 51.49%
  • ana renk tonu 7.84%
CMYK:
(52,0,51,8)
C52M0Y51K8 
(52%,0%,51%,8%)
(0.52/0.00/0.51/0.08)	

CMYK yüzdeleri

%51.91
%0
%51.49
%7.84

Codes

Color #71EB72 in popluar color models

71EB72
RGB113235114
HSL120°75.31%68.24%
HSB/HSV120°51.91%92.16%
CMYK51.91%0.00%51.49%
7.84%

Color #71EB72 in popluar number systems.

HEX71EB72
Decimal113235114
Binary1110001111010111110010
Octal161353162

Shades and tints

Shades of #71EB72

#71EB72
(113,235,114)
#67D668
(103,214,104)
#5DC15E
(93,193,94)
#53AC54
(83,172,84)
#49974A
(73,151,74)
#3F8240
(63,130,64)
#356D36
(53,109,54)
#2B582C
(43,88,44)
#214322
(33,67,34)
#172E18
(23,46,24)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #71EB72

#71EB72
(113,235,114)
#7DEC7E
(125,236,126)
#89ED8A
(137,237,138)
#95EE96
(149,238,150)
#A1EFA2
(161,239,162)
#ADF0AE
(173,240,174)
#B9F1BA
(185,241,186)
#C5F2C6
(197,242,198)
#D1F3D2
(209,243,210)
#DDF4DE
(221,244,222)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71EB72; }

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

This text font color is #71EB72.


Background Color

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

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

This div background color is #71EB72.


Border color

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

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

This div border color is #71EB72.


Opacity

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

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

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

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

This text has shadow with #71EB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EB72 on black background.


Color preview on white background

This text has color #71EB72 on white background.



Black color preview on #71EB72 background

This text has black color on #71EB72 background.


White color preview on #71EB72 background

This text has white color on #71EB72 background.