COLOR #72D65B

HEX: #72D65B
RGB: (114,214,91)

Color info

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

RGB color model

#72D65B color RGB value is (114,214,91).

  • red value is 114;
  • green value is 214;
  • blue value is 91.
RGB:
(114,214,91)
(45%,84%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 214 of 255 = 84%
B 91 of 255 = 36%

114
214
91

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

Portions of RGB colors in percentages

R + G + B =
114 + 214 + 91 = 419 (100%)
R 114 of 419 ~ 27.21%
G 214 of 419 ~ 51.07%
B 91 of 419 ~ 21.72%

%27.21
%51.07
%21.72

CMYK color model

#72D65B color CMYK value is (47,0,57,16).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 16.08%
CMYK:
(47,0,57,16)
C47M0Y57K16 
(47%,0%,57%,16%)
(0.47/0.00/0.57/0.16)	

CMYK percentages

%46.73
%0
%57.48
%16.08

Codes

Color #72D65B in popluar color models

72D65B
RGB11421491
HSL109°60.00%59.80%
HSB/HSV109°57.48%83.92%
CMYK46.73%0.00%57.48%
16.08%

Color #72D65B in popluar number systems.

HEX72D65B
Decimal11421491
Binary1110010110101101011011
Octal162326133

Shades and tints

Shades of #72D65B

#72D65B
(114,214,91)
#68C353
(104,195,83)
#5EB04B
(94,176,75)
#549D43
(84,157,67)
#4A8A3B
(74,138,59)
#407733
(64,119,51)
#36642B
(54,100,43)
#2C5123
(44,81,35)
#223E1B
(34,62,27)
#182B13
(24,43,19)
#0E180B
(14,24,11)
#000000
(0,0,0)

Tints of #72D65B

#72D65B
(114,214,91)
#7ED969
(126,217,105)
#8ADC77
(138,220,119)
#96DF85
(150,223,133)
#A2E293
(162,226,147)
#AEE5A1
(174,229,161)
#BAE8AF
(186,232,175)
#C6EBBD
(198,235,189)
#D2EECB
(210,238,203)
#DEF1D9
(222,241,217)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D65B; }

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

This text font color is #72D65B.


Background Color

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

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

This div background color is #72D65B.


Border color

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

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

This div border color is #72D65B.


Opacity

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

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

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

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

This text has shadow with #72D65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D65B on black background.


Color preview on white background

This text has color #72D65B on white background.



Black color preview on #72D65B background

This text has black color on #72D65B background.


White color preview on #72D65B background

This text has white color on #72D65B background.