COLOR #72D389

HEX: #72D389
RGB: (114,211,137)

Renk bilgisi

#72D389 contains mainly green color. #72D389 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#72D389 color RGB value is (114,211,137).

  • kırmız ton 114;
  • yeşil ton 211;
  • mavi ton 137.
RGB:
(114,211,137)
(45%,83%,54%)

RGB bağlantıları ve doygunluk

R 114 of 255 = 45%
G 211 of 255 = 83%
B 137 of 255 = 54%

114
211
137

R + G + B ~ 61%. #72D389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
114 + 211 + 137 = 462 (100%)
R 114 of 462 ~ 24.68%
G 211 of 462 ~ 45.67%
B 137 of 462 ~ 29.65%

%24.68
%45.67
%29.65

CMYK RENK MODELİ

#72D389 rengi CMYK tonu (46,0,35,17).

  • camgöbeği tonu 45.97%
  • eflatun tonu 0.00%
  • sarı tonu 35.07%
  • ana renk tonu 17.25%
CMYK:
(46,0,35,17)
C46M0Y35K17 
(46%,0%,35%,17%)
(0.46/0.00/0.35/0.17)	

CMYK yüzdeleri

%45.97
%0
%35.07
%17.25

Codes

Color #72D389 in popluar color models

72D389
RGB114211137
HSL134°52.43%63.73%
HSB/HSV134°45.97%82.75%
CMYK45.97%0.00%35.07%
17.25%

Color #72D389 in popluar number systems.

HEX72D389
Decimal114211137
Binary11100101101001110001001
Octal162323211

Shades and tints

Shades of #72D389

#72D389
(114,211,137)
#68C07D
(104,192,125)
#5EAD71
(94,173,113)
#549A65
(84,154,101)
#4A8759
(74,135,89)
#40744D
(64,116,77)
#366141
(54,97,65)
#2C4E35
(44,78,53)
#223B29
(34,59,41)
#18281D
(24,40,29)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #72D389

#72D389
(114,211,137)
#7ED793
(126,215,147)
#8ADB9D
(138,219,157)
#96DFA7
(150,223,167)
#A2E3B1
(162,227,177)
#AEE7BB
(174,231,187)
#BAEBC5
(186,235,197)
#C6EFCF
(198,239,207)
#D2F3D9
(210,243,217)
#DEF7E3
(222,247,227)
#EAFBED
(234,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D389 color. Also use rgb(114,211,137) instead hex code.

Text Font Color

.myTextColor { color: #72D389; }

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

This text font color is #72D389.


Background Color

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

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

This div background color is #72D389.


Border color

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

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

This div border color is #72D389.


Opacity

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

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

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

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

This text has shadow with #72D389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D389 on black background.


Color preview on white background

This text has color #72D389 on white background.



Black color preview on #72D389 background

This text has black color on #72D389 background.


White color preview on #72D389 background

This text has white color on #72D389 background.