COLOR #71EB6B

HEX: #71EB6B
RGB: (113,235,107)

Renk bilgisi

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

RGB renk modeli

#71EB6B color RGB value is (113,235,107).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 235 of 255 = 92%
B 107 of 255 = 42%

113
235
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 235 + 107 = 455 (100%)
R 113 of 455 ~ 24.84%
G 235 of 455 ~ 51.65%
B 107 of 455 ~ 23.52%

%24.84
%51.65
%23.52

CMYK RENK MODELİ

#71EB6B rengi CMYK tonu (52,0,54,8).

  • camgöbeği tonu 51.91%
  • eflatun tonu 0.00%
  • sarı tonu 54.47%
  • ana renk tonu 7.84%
CMYK:
(52,0,54,8)
C52M0Y54K8 
(52%,0%,54%,8%)
(0.52/0.00/0.54/0.08)	

CMYK yüzdeleri

%51.91
%0
%54.47
%7.84

Codes

Color #71EB6B in popluar color models

71EB6B
RGB113235107
HSL117°76.19%67.06%
HSB/HSV117°54.47%92.16%
CMYK51.91%0.00%54.47%
7.84%

Color #71EB6B in popluar number systems.

HEX71EB6B
Decimal113235107
Binary1110001111010111101011
Octal161353153

Shades and tints

Shades of #71EB6B

#71EB6B
(113,235,107)
#67D662
(103,214,98)
#5DC159
(93,193,89)
#53AC50
(83,172,80)
#499747
(73,151,71)
#3F823E
(63,130,62)
#356D35
(53,109,53)
#2B582C
(43,88,44)
#214323
(33,67,35)
#172E1A
(23,46,26)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #71EB6B

#71EB6B
(113,235,107)
#7DEC78
(125,236,120)
#89ED85
(137,237,133)
#95EE92
(149,238,146)
#A1EF9F
(161,239,159)
#ADF0AC
(173,240,172)
#B9F1B9
(185,241,185)
#C5F2C6
(197,242,198)
#D1F3D3
(209,243,211)
#DDF4E0
(221,244,224)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71EB6B; }

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

This text font color is #71EB6B.


Background Color

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

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

This div background color is #71EB6B.


Border color

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

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

This div border color is #71EB6B.


Opacity

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

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

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

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

This text has shadow with #71EB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EB6B on black background.


Color preview on white background

This text has color #71EB6B on white background.



Black color preview on #71EB6B background

This text has black color on #71EB6B background.


White color preview on #71EB6B background

This text has white color on #71EB6B background.