COLOR #72D54B

HEX: #72D54B RGB: (114,213,75)

Color info

#72D54B contains mainly green color. Web safe color of #72D54B is #66CC33 (or #6C3).

RGB color model

#72D54B color RGB value is (114,213,75).

RGB: (114,213,75) (45%, 84%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 213 of 255 = 84%
B 75 of 255 = 29%

114
213
75

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

Portions of RGB colors in percentages

R + G + B = 114 + 213 + 75 = 402 (100%)
R 114 of 402 ~ 28.36%
G 213 of 402 ~ 52.99%
B 75 of 402 ~ 18.66'%

%28.36
%52.99
%18.66

CMYK color model

#72D54B color CMYK value is (46,0,65,16).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 64.79%
  • key color value is 16.47%
CMYK: (46,0,65,16) C46M0Y65K16 (46%,0%,65%,16%) (0.46/0.00/0.65/0.16) 

CMYK percentages

%46.48
%0
%64.79
%16.47

Codes

Color #72D54B in popluar color models

72 D5 4B
RGB 114 213 75
HSL 103° 62.16% 56.47%
HSB/HSV 103° 64.79% 83.53%
CMYK 46.48% 0.00% 64.79%
16.47%

Color #72D54B in popluar number systems.

HEX 72 D5 4B
Decimal 114 213 75
Binary 1110010 11010101 1001011
Octal 162 325 113

Shades and tints

Shades of #72D54B

#72D54B
(114,213,75)
#68C245
(104,194,69)
#5EAF3F
(94,175,63)
#549C39
(84,156,57)
#4A8933
(74,137,51)
#40762D
(64,118,45)
#366327
(54,99,39)
#2C5021
(44,80,33)
#223D1B
(34,61,27)
#182A15
(24,42,21)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #72D54B

#72D54B
(114,213,75)
#7ED85B
(126,216,91)
#8ADB6B
(138,219,107)
#96DE7B
(150,222,123)
#A2E18B
(162,225,139)
#AEE49B
(174,228,155)
#BAE7AB
(186,231,171)
#C6EABB
(198,234,187)
#D2EDCB
(210,237,203)
#DEF0DB
(222,240,219)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D54B; }

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

This text font color is #72D54B.

Background Color

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

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

This div background color is #72D54B.

Border color

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

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

This div border color is #72D54B.

Opacity

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

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

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

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

This text has shadow with #72D54B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72D54B.

Preview

Color preview on black background

This text has color #72D54B on black background.


Color preview on white background

This text has color #72D54B on white background.


Black color preview on #72D54B background

This text has black color on #72D54B background.


White color preview on #72D54B background

This text has white color on #72D54B background.


Related colors

Complementary color

Complementary color for #hex is #8D2AB4.


I love getcolorcode.com

Triadic colors

1 #4B72D5 and #D54B72 with #72D54B are triadic colors.

2 #4BD572 and #D5724B with #72D54B are triadic colors.