COLOR #71F15F

HEX: #71F15F
RGB: (113,241,95)

Renk bilgisi

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

RGB renk modeli

#71F15F color RGB value is (113,241,95).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 241 of 255 = 95%
B 95 of 255 = 37%

113
241
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 241 + 95 = 449 (100%)
R 113 of 449 ~ 25.17%
G 241 of 449 ~ 53.67%
B 95 of 449 ~ 21.16%

%25.17
%53.67
%21.16

CMYK RENK MODELİ

#71F15F rengi CMYK tonu (53,0,61,5).

  • camgöbeği tonu 53.11%
  • eflatun tonu 0.00%
  • sarı tonu 60.58%
  • ana renk tonu 5.49%
CMYK:
(53,0,61,5)
C53M0Y61K5 
(53%,0%,61%,5%)
(0.53/0.00/0.61/0.05)	

CMYK yüzdeleri

%53.11
%0
%60.58
%5.49

Codes

Color #71F15F in popluar color models

71F15F
RGB11324195
HSL113°83.91%65.88%
HSB/HSV113°60.58%94.51%
CMYK53.11%0.00%60.58%
5.49%

Color #71F15F in popluar number systems.

HEX71F15F
Decimal11324195
Binary1110001111100011011111
Octal161361137

Shades and tints

Shades of #71F15F

#71F15F
(113,241,95)
#67DC57
(103,220,87)
#5DC74F
(93,199,79)
#53B247
(83,178,71)
#499D3F
(73,157,63)
#3F8837
(63,136,55)
#35732F
(53,115,47)
#2B5E27
(43,94,39)
#21491F
(33,73,31)
#173417
(23,52,23)
#0D1F0F
(13,31,15)
#000000
(0,0,0)

Tints of #71F15F

#71F15F
(113,241,95)
#7DF26D
(125,242,109)
#89F37B
(137,243,123)
#95F489
(149,244,137)
#A1F597
(161,245,151)
#ADF6A5
(173,246,165)
#B9F7B3
(185,247,179)
#C5F8C1
(197,248,193)
#D1F9CF
(209,249,207)
#DDFADD
(221,250,221)
#E9FBEB
(233,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F15F color. Also use rgb(113,241,95) instead hex code.

Text Font Color

.myTextColor { color: #71F15F; }

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

This text font color is #71F15F.


Background Color

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

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

This div background color is #71F15F.


Border color

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

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

This div border color is #71F15F.


Opacity

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

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

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

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

This text has shadow with #71F15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F15F on black background.


Color preview on white background

This text has color #71F15F on white background.



Black color preview on #71F15F background

This text has black color on #71F15F background.


White color preview on #71F15F background

This text has white color on #71F15F background.