COLOR #71C853

HEX: #71C853
RGB: (113,200,83)

Renk bilgisi

#71C853 contains mainly green color. #71C853 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#71C853 color RGB value is (113,200,83).

  • kırmız ton 113;
  • yeşil ton 200;
  • mavi ton 83.
RGB:
(113,200,83)
(44%,78%,33%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 200 of 255 = 78%
B 83 of 255 = 33%

113
200
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 200 + 83 = 396 (100%)
R 113 of 396 ~ 28.54%
G 200 of 396 ~ 50.51%
B 83 of 396 ~ 20.96%

%28.54
%50.51
%20.96

CMYK RENK MODELİ

#71C853 rengi CMYK tonu (44,0,59,22).

  • camgöbeği tonu 43.50%
  • eflatun tonu 0.00%
  • sarı tonu 58.50%
  • ana renk tonu 21.57%
CMYK:
(44,0,59,22)
C44M0Y59K22 
(44%,0%,59%,22%)
(0.44/0.00/0.59/0.22)	

CMYK yüzdeleri

%43.5
%0
%58.5
%21.57

Codes

Color #71C853 in popluar color models

71C853
RGB11320083
HSL105°51.54%55.49%
HSB/HSV105°58.50%78.43%
CMYK43.50%0.00%58.50%
21.57%

Color #71C853 in popluar number systems.

HEX71C853
Decimal11320083
Binary1110001110010001010011
Octal161310123

Shades and tints

Shades of #71C853

#71C853
(113,200,83)
#67B64C
(103,182,76)
#5DA445
(93,164,69)
#53923E
(83,146,62)
#498037
(73,128,55)
#3F6E30
(63,110,48)
#355C29
(53,92,41)
#2B4A22
(43,74,34)
#21381B
(33,56,27)
#172614
(23,38,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #71C853

#71C853
(113,200,83)
#7DCD62
(125,205,98)
#89D271
(137,210,113)
#95D780
(149,215,128)
#A1DC8F
(161,220,143)
#ADE19E
(173,225,158)
#B9E6AD
(185,230,173)
#C5EBBC
(197,235,188)
#D1F0CB
(209,240,203)
#DDF5DA
(221,245,218)
#E9FAE9
(233,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C853 color. Also use rgb(113,200,83) instead hex code.

Text Font Color

.myTextColor { color: #71C853; }

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

This text font color is #71C853.


Background Color

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

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

This div background color is #71C853.


Border color

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

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

This div border color is #71C853.


Opacity

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

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

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

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

This text has shadow with #71C853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C853 on black background.


Color preview on white background

This text has color #71C853 on white background.



Black color preview on #71C853 background

This text has black color on #71C853 background.


White color preview on #71C853 background

This text has white color on #71C853 background.