COLOR #71CF87

HEX: #71CF87
RGB: (113,207,135)

Renk bilgisi

#71CF87 contains mainly green color. #71CF87 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#71CF87 color RGB value is (113,207,135).

  • kırmız ton 113;
  • yeşil ton 207;
  • mavi ton 135.
RGB:
(113,207,135)
(44%,81%,53%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 207 of 255 = 81%
B 135 of 255 = 53%

113
207
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 207 + 135 = 455 (100%)
R 113 of 455 ~ 24.84%
G 207 of 455 ~ 45.49%
B 135 of 455 ~ 29.67%

%24.84
%45.49
%29.67

CMYK RENK MODELİ

#71CF87 rengi CMYK tonu (45,0,35,19).

  • camgöbeği tonu 45.41%
  • eflatun tonu 0.00%
  • sarı tonu 34.78%
  • ana renk tonu 18.82%
CMYK:
(45,0,35,19)
C45M0Y35K19 
(45%,0%,35%,19%)
(0.45/0.00/0.35/0.19)	

CMYK yüzdeleri

%45.41
%0
%34.78
%18.82

Codes

Color #71CF87 in popluar color models

71CF87
RGB113207135
HSL134°49.47%62.75%
HSB/HSV134°45.41%81.18%
CMYK45.41%0.00%34.78%
18.82%

Color #71CF87 in popluar number systems.

HEX71CF87
Decimal113207135
Binary11100011100111110000111
Octal161317207

Shades and tints

Shades of #71CF87

#71CF87
(113,207,135)
#67BD7B
(103,189,123)
#5DAB6F
(93,171,111)
#539963
(83,153,99)
#498757
(73,135,87)
#3F754B
(63,117,75)
#35633F
(53,99,63)
#2B5133
(43,81,51)
#213F27
(33,63,39)
#172D1B
(23,45,27)
#0D1B0F
(13,27,15)
#000000
(0,0,0)

Tints of #71CF87

#71CF87
(113,207,135)
#7DD391
(125,211,145)
#89D79B
(137,215,155)
#95DBA5
(149,219,165)
#A1DFAF
(161,223,175)
#ADE3B9
(173,227,185)
#B9E7C3
(185,231,195)
#C5EBCD
(197,235,205)
#D1EFD7
(209,239,215)
#DDF3E1
(221,243,225)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CF87 color. Also use rgb(113,207,135) instead hex code.

Text Font Color

.myTextColor { color: #71CF87; }

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

This text font color is #71CF87.


Background Color

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

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

This div background color is #71CF87.


Border color

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

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

This div border color is #71CF87.


Opacity

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

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

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

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

This text has shadow with #71CF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CF87 on black background.


Color preview on white background

This text has color #71CF87 on white background.



Black color preview on #71CF87 background

This text has black color on #71CF87 background.


White color preview on #71CF87 background

This text has white color on #71CF87 background.