COLOR #72CD99

HEX: #72CD99 RGB: (114,205,153)

Color info

#72CD99 contains mainly green and blue colors. Web safe color of #72CD99 is #66CC99 (or #6C9).

RGB color model

#72CD99 color RGB value is (114,205,153).

RGB: (114,205,153) (45%, 80%, 60%)

RGB channels and saturation

R 114 of 255 = 45%
G 205 of 255 = 80%
B 153 of 255 = 60%

114
205
153

R + G + B ~ 62%. #72CD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 205 + 153 = 472 (100%)
R 114 of 472 ~ 24.15%
G 205 of 472 ~ 43.43%
B 153 of 472 ~ 32.42'%

%24.15
%43.43
%32.42

CMYK color model

#72CD99 color CMYK value is (44,0,25,20).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK: (44,0,25,20) C44M0Y25K20 (44%,0%,25%,20%) (0.44/0.00/0.25/0.20) 

CMYK percentages

%44.39
%0
%25.37
%19.61

Codes

Color #72CD99 in popluar color models

72 CD 99
RGB 114 205 153
HSL 146° 47.64% 62.55%
HSB/HSV 146° 44.39% 80.39%
CMYK 44.39% 0.00% 25.37%
19.61%

Color #72CD99 in popluar number systems.

HEX 72 CD 99
Decimal 114 205 153
Binary 1110010 11001101 10011001
Octal 162 315 231

Shades and tints

Shades of #72CD99

#72CD99
(114,205,153)
#68BB8C
(104,187,140)
#5EA97F
(94,169,127)
#549772
(84,151,114)
#4A8565
(74,133,101)
#407358
(64,115,88)
#36614B
(54,97,75)
#2C4F3E
(44,79,62)
#223D31
(34,61,49)
#182B24
(24,43,36)
#0E1917
(14,25,23)
#000000
(0,0,0)

Tints of #72CD99

#72CD99
(114,205,153)
#7ED1A2
(126,209,162)
#8AD5AB
(138,213,171)
#96D9B4
(150,217,180)
#A2DDBD
(162,221,189)
#AEE1C6
(174,225,198)
#BAE5CF
(186,229,207)
#C6E9D8
(198,233,216)
#D2EDE1
(210,237,225)
#DEF1EA
(222,241,234)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72CD99; }

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

This text font color is #72CD99.

Background Color

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

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

This div background color is #72CD99.

Border color

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

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

This div border color is #72CD99.

Opacity

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

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

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

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

This text has shadow with #72CD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CD99.

Preview

Color preview on black background

This text has color #72CD99 on black background.


Color preview on white background

This text has color #72CD99 on white background.


Black color preview on #72CD99 background

This text has black color on #72CD99 background.


White color preview on #72CD99 background

This text has white color on #72CD99 background.


Related colors

Complementary color

Complementary color for #hex is #8D3266.


I love getcolorcode.com

Triadic colors

1 #9972CD and #CD9972 with #72CD99 are triadic colors.

2 #99CD72 and #CD7299 with #72CD99 are triadic colors.