COLOR #71CA31

HEX: #71CA31
RGB: (113,202,49)

Renk bilgisi

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

RGB renk modeli

#71CA31 color RGB value is (113,202,49).

  • kırmız ton 113;
  • yeşil ton 202;
  • mavi ton 49.
RGB:
(113,202,49)
(44%,79%,19%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 202 of 255 = 79%
B 49 of 255 = 19%

113
202
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 202 + 49 = 364 (100%)
R 113 of 364 ~ 31.04%
G 202 of 364 ~ 55.49%
B 49 of 364 ~ 13.46%

%31.04
%55.49
%13.46

CMYK RENK MODELİ

#71CA31 rengi CMYK tonu (44,0,76,21).

  • camgöbeği tonu 44.06%
  • eflatun tonu 0.00%
  • sarı tonu 75.74%
  • ana renk tonu 20.78%
CMYK:
(44,0,76,21)
C44M0Y76K21 
(44%,0%,76%,21%)
(0.44/0.00/0.76/0.21)	

CMYK yüzdeleri

%44.06
%0
%75.74
%20.78

Codes

Color #71CA31 in popluar color models

71CA31
RGB11320249
HSL95°60.96%49.22%
HSB/HSV95°75.74%79.22%
CMYK44.06%0.00%75.74%
20.78%

Color #71CA31 in popluar number systems.

HEX71CA31
Decimal11320249
Binary111000111001010110001
Octal16131261

Shades and tints

Shades of #71CA31

#71CA31
(113,202,49)
#67B82D
(103,184,45)
#5DA629
(93,166,41)
#539425
(83,148,37)
#498221
(73,130,33)
#3F701D
(63,112,29)
#355E19
(53,94,25)
#2B4C15
(43,76,21)
#213A11
(33,58,17)
#17280D
(23,40,13)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #71CA31

#71CA31
(113,202,49)
#7DCE43
(125,206,67)
#89D255
(137,210,85)
#95D667
(149,214,103)
#A1DA79
(161,218,121)
#ADDE8B
(173,222,139)
#B9E29D
(185,226,157)
#C5E6AF
(197,230,175)
#D1EAC1
(209,234,193)
#DDEED3
(221,238,211)
#E9F2E5
(233,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CA31 color. Also use rgb(113,202,49) instead hex code.

Text Font Color

.myTextColor { color: #71CA31; }

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

This text font color is #71CA31.


Background Color

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

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

This div background color is #71CA31.


Border color

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

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

This div border color is #71CA31.


Opacity

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

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

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

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

This text has shadow with #71CA31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CA31 on black background.


Color preview on white background

This text has color #71CA31 on white background.



Black color preview on #71CA31 background

This text has black color on #71CA31 background.


White color preview on #71CA31 background

This text has white color on #71CA31 background.