COLOR #72D372

HEX: #72D372
RGB: (114,211,114)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

114
211
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
114 + 211 + 114 = 439 (100%)
R 114 of 439 ~ 25.97%
G 211 of 439 ~ 48.06%
B 114 of 439 ~ 25.97%

%25.97
%48.06
%25.97

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%45.97
%0
%45.97
%17.25

Codes

Color #72D372 in popluar color models

72D372
RGB114211114
HSL120°52.43%63.73%
HSB/HSV120°45.97%82.75%
CMYK45.97%0.00%45.97%
17.25%

Color #72D372 in popluar number systems.

HEX72D372
Decimal114211114
Binary1110010110100111110010
Octal162323162

Shades and tints

Shades of #72D372

#72D372
(114,211,114)
#68C068
(104,192,104)
#5EAD5E
(94,173,94)
#549A54
(84,154,84)
#4A874A
(74,135,74)
#407440
(64,116,64)
#366136
(54,97,54)
#2C4E2C
(44,78,44)
#223B22
(34,59,34)
#182818
(24,40,24)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #72D372

#72D372
(114,211,114)
#7ED77E
(126,215,126)
#8ADB8A
(138,219,138)
#96DF96
(150,223,150)
#A2E3A2
(162,227,162)
#AEE7AE
(174,231,174)
#BAEBBA
(186,235,186)
#C6EFC6
(198,239,198)
#D2F3D2
(210,243,210)
#DEF7DE
(222,247,222)
#EAFBEA
(234,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D372; }

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

This text font color is #72D372.


Background Color

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

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

This div background color is #72D372.


Border color

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

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

This div border color is #72D372.


Opacity

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

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

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

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

This text has shadow with #72D372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D372 on black background.


Color preview on white background

This text has color #72D372 on white background.



Black color preview on #72D372 background

This text has black color on #72D372 background.


White color preview on #72D372 background

This text has white color on #72D372 background.