COLOR #71F049

HEX: #71F049
RGB: (113,240,73)

Renk bilgisi

#71F049 contains mainly green color. #71F049 ‘ nin web güvenlik rengi #66FF33 (ya da #6F3) dir.

RGB renk modeli

#71F049 color RGB value is (113,240,73).

  • kırmız ton 113;
  • yeşil ton 240;
  • mavi ton 73.
RGB:
(113,240,73)
(44%,94%,29%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 240 of 255 = 94%
B 73 of 255 = 29%

113
240
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 240 + 73 = 426 (100%)
R 113 of 426 ~ 26.53%
G 240 of 426 ~ 56.34%
B 73 of 426 ~ 17.14%

%26.53
%56.34
%17.14

CMYK RENK MODELİ

#71F049 rengi CMYK tonu (53,0,70,6).

  • camgöbeği tonu 52.92%
  • eflatun tonu 0.00%
  • sarı tonu 69.58%
  • ana renk tonu 5.88%
CMYK:
(53,0,70,6)
C53M0Y70K6 
(53%,0%,70%,6%)
(0.53/0.00/0.70/0.06)	

CMYK yüzdeleri

%52.92
%0
%69.58
%5.88

Codes

Color #71F049 in popluar color models

71F049
RGB11324073
HSL106°84.77%61.37%
HSB/HSV106°69.58%94.12%
CMYK52.92%0.00%69.58%
5.88%

Color #71F049 in popluar number systems.

HEX71F049
Decimal11324073
Binary1110001111100001001001
Octal161360111

Shades and tints

Shades of #71F049

#71F049
(113,240,73)
#67DB43
(103,219,67)
#5DC63D
(93,198,61)
#53B137
(83,177,55)
#499C31
(73,156,49)
#3F872B
(63,135,43)
#357225
(53,114,37)
#2B5D1F
(43,93,31)
#214819
(33,72,25)
#173313
(23,51,19)
#0D1E0D
(13,30,13)
#000000
(0,0,0)

Tints of #71F049

#71F049
(113,240,73)
#7DF159
(125,241,89)
#89F269
(137,242,105)
#95F379
(149,243,121)
#A1F489
(161,244,137)
#ADF599
(173,245,153)
#B9F6A9
(185,246,169)
#C5F7B9
(197,247,185)
#D1F8C9
(209,248,201)
#DDF9D9
(221,249,217)
#E9FAE9
(233,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F049 color. Also use rgb(113,240,73) instead hex code.

Text Font Color

.myTextColor { color: #71F049; }

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

This text font color is #71F049.


Background Color

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

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

This div background color is #71F049.


Border color

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

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

This div border color is #71F049.


Opacity

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

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

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

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

This text has shadow with #71F049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F049 on black background.


Color preview on white background

This text has color #71F049 on white background.



Black color preview on #71F049 background

This text has black color on #71F049 background.


White color preview on #71F049 background

This text has white color on #71F049 background.