COLOR #72C966

HEX: #72C966
RGB: (114,201,102)

Color info

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

RGB color model

#72C966 color RGB value is (114,201,102).

  • red value is 114;
  • green value is 201;
  • blue value is 102.
RGB:
(114,201,102)
(45%,79%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 201 of 255 = 79%
B 102 of 255 = 40%

114
201
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 201 + 102 = 417 (100%)
R 114 of 417 ~ 27.34%
G 201 of 417 ~ 48.2%
B 102 of 417 ~ 24.46%

%27.34
%48.2
%24.46

CMYK color model

#72C966 color CMYK value is (43,0,49,21).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 49.25%
  • key color value is 21.18%
CMYK:
(43,0,49,21)
C43M0Y49K21 
(43%,0%,49%,21%)
(0.43/0.00/0.49/0.21)	

CMYK percentages

%43.28
%0
%49.25
%21.18

Codes

Color #72C966 in popluar color models

72C966
RGB114201102
HSL113°47.83%59.41%
HSB/HSV113°49.25%78.82%
CMYK43.28%0.00%49.25%
21.18%

Color #72C966 in popluar number systems.

HEX72C966
Decimal114201102
Binary1110010110010011100110
Octal162311146

Shades and tints

Shades of #72C966

#72C966
(114,201,102)
#68B75D
(104,183,93)
#5EA554
(94,165,84)
#54934B
(84,147,75)
#4A8142
(74,129,66)
#406F39
(64,111,57)
#365D30
(54,93,48)
#2C4B27
(44,75,39)
#22391E
(34,57,30)
#182715
(24,39,21)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #72C966

#72C966
(114,201,102)
#7ECD73
(126,205,115)
#8AD180
(138,209,128)
#96D58D
(150,213,141)
#A2D99A
(162,217,154)
#AEDDA7
(174,221,167)
#BAE1B4
(186,225,180)
#C6E5C1
(198,229,193)
#D2E9CE
(210,233,206)
#DEEDDB
(222,237,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C966; }

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

This text font color is #72C966.


Background Color

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

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

This div background color is #72C966.


Border color

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

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

This div border color is #72C966.


Opacity

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

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

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

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

This text has shadow with #72C966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C966 on black background.


Color preview on white background

This text has color #72C966 on white background.



Black color preview on #72C966 background

This text has black color on #72C966 background.


White color preview on #72C966 background

This text has white color on #72C966 background.