COLOR #72C471

HEX: #72C471
RGB: (114,196,113)

Renk bilgisi

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

RGB renk modeli

#72C471 color RGB value is (114,196,113).

  • kırmız ton 114;
  • yeşil ton 196;
  • mavi ton 113.
RGB:
(114,196,113)
(45%,77%,44%)

RGB bağlantıları ve doygunluk

R 114 of 255 = 45%
G 196 of 255 = 77%
B 113 of 255 = 44%

114
196
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
114 + 196 + 113 = 423 (100%)
R 114 of 423 ~ 26.95%
G 196 of 423 ~ 46.34%
B 113 of 423 ~ 26.71%

%26.95
%46.34
%26.71

CMYK RENK MODELİ

#72C471 rengi CMYK tonu (42,0,42,23).

  • camgöbeği tonu 41.84%
  • eflatun tonu 0.00%
  • sarı tonu 42.35%
  • ana renk tonu 23.14%
CMYK:
(42,0,42,23)
C42M0Y42K23 
(42%,0%,42%,23%)
(0.42/0.00/0.42/0.23)	

CMYK yüzdeleri

%41.84
%0
%42.35
%23.14

Codes

Color #72C471 in popluar color models

72C471
RGB114196113
HSL119°41.29%60.59%
HSB/HSV119°42.35%76.86%
CMYK41.84%0.00%42.35%
23.14%

Color #72C471 in popluar number systems.

HEX72C471
Decimal114196113
Binary1110010110001001110001
Octal162304161

Shades and tints

Shades of #72C471

#72C471
(114,196,113)
#68B367
(104,179,103)
#5EA25D
(94,162,93)
#549153
(84,145,83)
#4A8049
(74,128,73)
#406F3F
(64,111,63)
#365E35
(54,94,53)
#2C4D2B
(44,77,43)
#223C21
(34,60,33)
#182B17
(24,43,23)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #72C471

#72C471
(114,196,113)
#7EC97D
(126,201,125)
#8ACE89
(138,206,137)
#96D395
(150,211,149)
#A2D8A1
(162,216,161)
#AEDDAD
(174,221,173)
#BAE2B9
(186,226,185)
#C6E7C5
(198,231,197)
#D2ECD1
(210,236,209)
#DEF1DD
(222,241,221)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C471 color. Also use rgb(114,196,113) instead hex code.

Text Font Color

.myTextColor { color: #72C471; }

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

This text font color is #72C471.


Background Color

.myBgColor { background-color: #72C471; }

<div style="background-color:#72C471">Inner text</div>

This div background color is #72C471.


Border color

.myBorderColor { border: 1px solid #72C471; }

<div style="border:3px solid #72C471">Div</div>

This div border color is #72C471.


Opacity

.myOpacity80 { color: #72C471; opacity: 0.8; }

<p style="color:#72C471;opacity:0.8;">80%</p>

Text with #72C471 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 #72C471;}

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

This text has shadow with #72C471 color.

.textShadow {text-shadow: 3px 3px 1px #72C471, 3px 3px 1px red;}

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

This text has shadow with #72C471 primary color and red secondary color.


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

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

This text has shadow with #72C471 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C471 on black background.


Color preview on white background

This text has color #72C471 on white background.



Black color preview on #72C471 background

This text has black color on #72C471 background.


White color preview on #72C471 background

This text has white color on #72C471 background.