COLOR #71BC25

HEX: #71BC25
RGB: (113,188,37)

Renk bilgisi

#71BC25 contains mainly green color. #71BC25 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#71BC25 color RGB value is (113,188,37).

  • kırmız ton 113;
  • yeşil ton 188;
  • mavi ton 37.
RGB:
(113,188,37)
(44%,74%,15%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 188 of 255 = 74%
B 37 of 255 = 15%

113
188
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 188 + 37 = 338 (100%)
R 113 of 338 ~ 33.43%
G 188 of 338 ~ 55.62%
B 37 of 338 ~ 10.95%

%33.43
%55.62
%10.95

CMYK RENK MODELİ

#71BC25 rengi CMYK tonu (40,0,80,26).

  • camgöbeği tonu 39.89%
  • eflatun tonu 0.00%
  • sarı tonu 80.32%
  • ana renk tonu 26.27%
CMYK:
(40,0,80,26)
C40M0Y80K26 
(40%,0%,80%,26%)
(0.40/0.00/0.80/0.26)	

CMYK yüzdeleri

%39.89
%0
%80.32
%26.27

Codes

Color #71BC25 in popluar color models

71BC25
RGB11318837
HSL90°67.11%44.12%
HSB/HSV90°80.32%73.73%
CMYK39.89%0.00%80.32%
26.27%

Color #71BC25 in popluar number systems.

HEX71BC25
Decimal11318837
Binary111000110111100100101
Octal16127445

Shades and tints

Shades of #71BC25

#71BC25
(113,188,37)
#67AB22
(103,171,34)
#5D9A1F
(93,154,31)
#53891C
(83,137,28)
#497819
(73,120,25)
#3F6716
(63,103,22)
#355613
(53,86,19)
#2B4510
(43,69,16)
#21340D
(33,52,13)
#17230A
(23,35,10)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #71BC25

#71BC25
(113,188,37)
#7DC238
(125,194,56)
#89C84B
(137,200,75)
#95CE5E
(149,206,94)
#A1D471
(161,212,113)
#ADDA84
(173,218,132)
#B9E097
(185,224,151)
#C5E6AA
(197,230,170)
#D1ECBD
(209,236,189)
#DDF2D0
(221,242,208)
#E9F8E3
(233,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BC25 color. Also use rgb(113,188,37) instead hex code.

Text Font Color

.myTextColor { color: #71BC25; }

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

This text font color is #71BC25.


Background Color

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

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

This div background color is #71BC25.


Border color

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

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

This div border color is #71BC25.


Opacity

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

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

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

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

This text has shadow with #71BC25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BC25 on black background.


Color preview on white background

This text has color #71BC25 on white background.



Black color preview on #71BC25 background

This text has black color on #71BC25 background.


White color preview on #71BC25 background

This text has white color on #71BC25 background.