COLOR #72CB65

HEX: #72CB65
RGB: (114,203,101)

Color info

#72CB65 contains mainly green color. Web safe color of #72CB65 is #66CC66 (or #6C6).

RGB color model

#72CB65 color RGB value is (114,203,101).

  • red value is 114;
  • green value is 203;
  • blue value is 101.
RGB:
(114,203,101)
(45%,80%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 203 of 255 = 80%
B 101 of 255 = 40%

114
203
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 203 + 101 = 418 (100%)
R 114 of 418 ~ 27.27%
G 203 of 418 ~ 48.56%
B 101 of 418 ~ 24.16%

%27.27
%48.56
%24.16

CMYK color model

#72CB65 color CMYK value is (44,0,50,20).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 20.39%
CMYK:
(44,0,50,20)
C44M0Y50K20 
(44%,0%,50%,20%)
(0.44/0.00/0.50/0.20)	

CMYK percentages

%43.84
%0
%50.25
%20.39

Codes

Color #72CB65 in popluar color models

72CB65
RGB114203101
HSL112°49.51%59.61%
HSB/HSV112°50.25%79.61%
CMYK43.84%0.00%50.25%
20.39%

Color #72CB65 in popluar number systems.

HEX72CB65
Decimal114203101
Binary1110010110010111100101
Octal162313145

Shades and tints

Shades of #72CB65

#72CB65
(114,203,101)
#68B95C
(104,185,92)
#5EA753
(94,167,83)
#54954A
(84,149,74)
#4A8341
(74,131,65)
#407138
(64,113,56)
#365F2F
(54,95,47)
#2C4D26
(44,77,38)
#223B1D
(34,59,29)
#182914
(24,41,20)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #72CB65

#72CB65
(114,203,101)
#7ECF73
(126,207,115)
#8AD381
(138,211,129)
#96D78F
(150,215,143)
#A2DB9D
(162,219,157)
#AEDFAB
(174,223,171)
#BAE3B9
(186,227,185)
#C6E7C7
(198,231,199)
#D2EBD5
(210,235,213)
#DEEFE3
(222,239,227)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72CB65; }

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

This text font color is #72CB65.


Background Color

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

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

This div background color is #72CB65.


Border color

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

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

This div border color is #72CB65.


Opacity

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

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

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

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

This text has shadow with #72CB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CB65 on black background.


Color preview on white background

This text has color #72CB65 on white background.



Black color preview on #72CB65 background

This text has black color on #72CB65 background.


White color preview on #72CB65 background

This text has white color on #72CB65 background.