COLOR #71CC67

HEX: #71CC67
RGB: (113,204,103)

Renk bilgisi

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

RGB renk modeli

#71CC67 color RGB value is (113,204,103).

  • kırmız ton 113;
  • yeşil ton 204;
  • mavi ton 103.
RGB:
(113,204,103)
(44%,80%,40%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 204 of 255 = 80%
B 103 of 255 = 40%

113
204
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 204 + 103 = 420 (100%)
R 113 of 420 ~ 26.9%
G 204 of 420 ~ 48.57%
B 103 of 420 ~ 24.52%

%26.9
%48.57
%24.52

CMYK RENK MODELİ

#71CC67 rengi CMYK tonu (45,0,50,20).

  • camgöbeği tonu 44.61%
  • eflatun tonu 0.00%
  • sarı tonu 49.51%
  • ana renk tonu 20.00%
CMYK:
(45,0,50,20)
C45M0Y50K20 
(45%,0%,50%,20%)
(0.45/0.00/0.50/0.20)	

CMYK yüzdeleri

%44.61
%0
%49.51
%20

Codes

Color #71CC67 in popluar color models

71CC67
RGB113204103
HSL114°49.75%60.20%
HSB/HSV114°49.51%80.00%
CMYK44.61%0.00%49.51%
20.00%

Color #71CC67 in popluar number systems.

HEX71CC67
Decimal113204103
Binary1110001110011001100111
Octal161314147

Shades and tints

Shades of #71CC67

#71CC67
(113,204,103)
#67BA5E
(103,186,94)
#5DA855
(93,168,85)
#53964C
(83,150,76)
#498443
(73,132,67)
#3F723A
(63,114,58)
#356031
(53,96,49)
#2B4E28
(43,78,40)
#213C1F
(33,60,31)
#172A16
(23,42,22)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #71CC67

#71CC67
(113,204,103)
#7DD074
(125,208,116)
#89D481
(137,212,129)
#95D88E
(149,216,142)
#A1DC9B
(161,220,155)
#ADE0A8
(173,224,168)
#B9E4B5
(185,228,181)
#C5E8C2
(197,232,194)
#D1ECCF
(209,236,207)
#DDF0DC
(221,240,220)
#E9F4E9
(233,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CC67 color. Also use rgb(113,204,103) instead hex code.

Text Font Color

.myTextColor { color: #71CC67; }

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

This text font color is #71CC67.


Background Color

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

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

This div background color is #71CC67.


Border color

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

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

This div border color is #71CC67.


Opacity

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

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

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

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

This text has shadow with #71CC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CC67 on black background.


Color preview on white background

This text has color #71CC67 on white background.



Black color preview on #71CC67 background

This text has black color on #71CC67 background.


White color preview on #71CC67 background

This text has white color on #71CC67 background.