COLOR #71CE4A

HEX: #71CE4A
RGB: (113,206,74)

Renk bilgisi

#71CE4A contains mainly green color. #71CE4A ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#71CE4A color RGB value is (113,206,74).

  • kırmız ton 113;
  • yeşil ton 206;
  • mavi ton 74.
RGB:
(113,206,74)
(44%,81%,29%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 206 of 255 = 81%
B 74 of 255 = 29%

113
206
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 206 + 74 = 393 (100%)
R 113 of 393 ~ 28.75%
G 206 of 393 ~ 52.42%
B 74 of 393 ~ 18.83%

%28.75
%52.42
%18.83

CMYK RENK MODELİ

#71CE4A rengi CMYK tonu (45,0,64,19).

  • camgöbeği tonu 45.15%
  • eflatun tonu 0.00%
  • sarı tonu 64.08%
  • ana renk tonu 19.22%
CMYK:
(45,0,64,19)
C45M0Y64K19 
(45%,0%,64%,19%)
(0.45/0.00/0.64/0.19)	

CMYK yüzdeleri

%45.15
%0
%64.08
%19.22

Codes

Color #71CE4A in popluar color models

71CE4A
RGB11320674
HSL102°57.39%54.90%
HSB/HSV102°64.08%80.78%
CMYK45.15%0.00%64.08%
19.22%

Color #71CE4A in popluar number systems.

HEX71CE4A
Decimal11320674
Binary1110001110011101001010
Octal161316112

Shades and tints

Shades of #71CE4A

#71CE4A
(113,206,74)
#67BC44
(103,188,68)
#5DAA3E
(93,170,62)
#539838
(83,152,56)
#498632
(73,134,50)
#3F742C
(63,116,44)
#356226
(53,98,38)
#2B5020
(43,80,32)
#213E1A
(33,62,26)
#172C14
(23,44,20)
#0D1A0E
(13,26,14)
#000000
(0,0,0)

Tints of #71CE4A

#71CE4A
(113,206,74)
#7DD25A
(125,210,90)
#89D66A
(137,214,106)
#95DA7A
(149,218,122)
#A1DE8A
(161,222,138)
#ADE29A
(173,226,154)
#B9E6AA
(185,230,170)
#C5EABA
(197,234,186)
#D1EECA
(209,238,202)
#DDF2DA
(221,242,218)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CE4A color. Also use rgb(113,206,74) instead hex code.

Text Font Color

.myTextColor { color: #71CE4A; }

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

This text font color is #71CE4A.


Background Color

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

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

This div background color is #71CE4A.


Border color

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

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

This div border color is #71CE4A.


Opacity

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

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

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

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

This text has shadow with #71CE4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CE4A on black background.


Color preview on white background

This text has color #71CE4A on white background.



Black color preview on #71CE4A background

This text has black color on #71CE4A background.


White color preview on #71CE4A background

This text has white color on #71CE4A background.