COLOR #4CAE71

HEX: #4CAE71
RGB: (76,174,113)

Renk bilgisi

#4CAE71 contains mainly green color. #4CAE71 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4CAE71 color RGB value is (76,174,113).

  • kırmız ton 76;
  • yeşil ton 174;
  • mavi ton 113.
RGB:
(76,174,113)
(30%,68%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 174 of 255 = 68%
B 113 of 255 = 44%

76
174
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 174 + 113 = 363 (100%)
R 76 of 363 ~ 20.94%
G 174 of 363 ~ 47.93%
B 113 of 363 ~ 31.13%

%20.94
%47.93
%31.13

CMYK RENK MODELİ

#4CAE71 rengi CMYK tonu (56,0,35,32).

  • camgöbeği tonu 56.32%
  • eflatun tonu 0.00%
  • sarı tonu 35.06%
  • ana renk tonu 31.76%
CMYK:
(56,0,35,32)
C56M0Y35K32 
(56%,0%,35%,32%)
(0.56/0.00/0.35/0.32)	

CMYK yüzdeleri

%56.32
%0
%35.06
%31.76

Codes

Color #4CAE71 in popluar color models

4CAE71
RGB76174113
HSL143°39.20%49.02%
HSB/HSV143°56.32%68.24%
CMYK56.32%0.00%35.06%
31.76%

Color #4CAE71 in popluar number systems.

HEX4CAE71
Decimal76174113
Binary1001100101011101110001
Octal114256161

Shades and tints

Shades of #4CAE71

#4CAE71
(76,174,113)
#469F67
(70,159,103)
#40905D
(64,144,93)
#3A8153
(58,129,83)
#347249
(52,114,73)
#2E633F
(46,99,63)
#285435
(40,84,53)
#22452B
(34,69,43)
#1C3621
(28,54,33)
#162717
(22,39,23)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #4CAE71

#4CAE71
(76,174,113)
#5CB57D
(92,181,125)
#6CBC89
(108,188,137)
#7CC395
(124,195,149)
#8CCAA1
(140,202,161)
#9CD1AD
(156,209,173)
#ACD8B9
(172,216,185)
#BCDFC5
(188,223,197)
#CCE6D1
(204,230,209)
#DCEDDD
(220,237,221)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAE71 color. Also use rgb(76,174,113) instead hex code.

Text Font Color

.myTextColor { color: #4CAE71; }

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

This text font color is #4CAE71.


Background Color

.myBgColor { background-color: #4CAE71; }

<div style="background-color:#4CAE71">Inner text</div>

This div background color is #4CAE71.


Border color

.myBorderColor { border: 1px solid #4CAE71; }

<div style="border:3px solid #4CAE71">Div</div>

This div border color is #4CAE71.


Opacity

.myOpacity80 { color: #4CAE71; opacity: 0.8; }

<p style="color:#4CAE71;opacity:0.8;">80%</p>

Text with #4CAE71 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 #4CAE71;}

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

This text has shadow with #4CAE71 color.

.textShadow {text-shadow: 3px 3px 1px #4CAE71, 3px 3px 1px red;}

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

This text has shadow with #4CAE71 primary color and red secondary color.


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

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

This text has shadow with #4CAE71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CAE71 on black background.


Color preview on white background

This text has color #4CAE71 on white background.



Black color preview on #4CAE71 background

This text has black color on #4CAE71 background.


White color preview on #4CAE71 background

This text has white color on #4CAE71 background.