COLOR #88D472

HEX: #88D472
RGB: (136,212,114)

Color info

#88D472 contains mainly green color. Web safe color of #88D472 is #99CC66 (or #9C6).

RGB color model

#88D472 color RGB value is (136,212,114).

  • red value is 136;
  • green value is 212;
  • blue value is 114.
RGB:
(136,212,114)
(53%,83%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 212 of 255 = 83%
B 114 of 255 = 45%

136
212
114

R + G + B ~ 60%. #88D472 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 212 + 114 = 462 (100%)
R 136 of 462 ~ 29.44%
G 212 of 462 ~ 45.89%
B 114 of 462 ~ 24.68%

%29.44
%45.89
%24.68

CMYK color model

#88D472 color CMYK value is (36,0,46,17).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 46.23%
  • key color value is 16.86%
CMYK:
(36,0,46,17)
C36M0Y46K17 
(36%,0%,46%,17%)
(0.36/0.00/0.46/0.17)	

CMYK percentages

%35.85
%0
%46.23
%16.86

Codes

Color #88D472 in popluar color models

88D472
RGB136212114
HSL107°53.26%63.92%
HSB/HSV107°46.23%83.14%
CMYK35.85%0.00%46.23%
16.86%

Color #88D472 in popluar number systems.

HEX88D472
Decimal136212114
Binary10001000110101001110010
Octal210324162

Shades and tints

Shades of #88D472

#88D472
(136,212,114)
#7CC168
(124,193,104)
#70AE5E
(112,174,94)
#649B54
(100,155,84)
#58884A
(88,136,74)
#4C7540
(76,117,64)
#406236
(64,98,54)
#344F2C
(52,79,44)
#283C22
(40,60,34)
#1C2918
(28,41,24)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #88D472

#88D472
(136,212,114)
#92D77E
(146,215,126)
#9CDA8A
(156,218,138)
#A6DD96
(166,221,150)
#B0E0A2
(176,224,162)
#BAE3AE
(186,227,174)
#C4E6BA
(196,230,186)
#CEE9C6
(206,233,198)
#D8ECD2
(216,236,210)
#E2EFDE
(226,239,222)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D472 color. Also use rgb(136,212,114) instead hex code.

Text Font Color

.myTextColor { color: #88D472; }

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

This text font color is #88D472.


Background Color

.myBgColor { background-color: #88D472; }

<div style="background-color:#88D472">Inner text</div>

This div background color is #88D472.


Border color

.myBorderColor { border: 1px solid #88D472; }

<div style="border:3px solid #88D472">Div</div>

This div border color is #88D472.


Opacity

.myOpacity80 { color: #88D472; opacity: 0.8; }

<p style="color:#88D472;opacity:0.8;">80%</p>

Text with #88D472 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 #88D472;}

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

This text has shadow with #88D472 color.

.textShadow {text-shadow: 3px 3px 1px #88D472, 3px 3px 1px red;}

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

This text has shadow with #88D472 primary color and red secondary color.


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

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

This text has shadow with #88D472 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D472 on black background.


Color preview on white background

This text has color #88D472 on white background.



Black color preview on #88D472 background

This text has black color on #88D472 background.


White color preview on #88D472 background

This text has white color on #88D472 background.