COLOR #88DC71

HEX: #88DC71
RGB: (136,220,113)

Color info

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

RGB color model

#88DC71 color RGB value is (136,220,113).

  • red value is 136;
  • green value is 220;
  • blue value is 113.
RGB:
(136,220,113)
(53%,86%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 220 of 255 = 86%
B 113 of 255 = 44%

136
220
113

R + G + B ~ 61%. #88DC71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 220 + 113 = 469 (100%)
R 136 of 469 ~ 29%
G 220 of 469 ~ 46.91%
B 113 of 469 ~ 24.09%

%29
%46.91
%24.09

CMYK color model

#88DC71 color CMYK value is (38,0,49,14).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 48.64%
  • key color value is 13.73%
CMYK:
(38,0,49,14)
C38M0Y49K14 
(38%,0%,49%,14%)
(0.38/0.00/0.49/0.14)	

CMYK percentages

%38.18
%0
%48.64
%13.73

Codes

Color #88DC71 in popluar color models

88DC71
RGB136220113
HSL107°60.45%65.29%
HSB/HSV107°48.64%86.27%
CMYK38.18%0.00%48.64%
13.73%

Color #88DC71 in popluar number systems.

HEX88DC71
Decimal136220113
Binary10001000110111001110001
Octal210334161

Shades and tints

Shades of #88DC71

#88DC71
(136,220,113)
#7CC867
(124,200,103)
#70B45D
(112,180,93)
#64A053
(100,160,83)
#588C49
(88,140,73)
#4C783F
(76,120,63)
#406435
(64,100,53)
#34502B
(52,80,43)
#283C21
(40,60,33)
#1C2817
(28,40,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88DC71

#88DC71
(136,220,113)
#92DF7D
(146,223,125)
#9CE289
(156,226,137)
#A6E595
(166,229,149)
#B0E8A1
(176,232,161)
#BAEBAD
(186,235,173)
#C4EEB9
(196,238,185)
#CEF1C5
(206,241,197)
#D8F4D1
(216,244,209)
#E2F7DD
(226,247,221)
#ECFAE9
(236,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DC71 color. Also use rgb(136,220,113) instead hex code.

Text Font Color

.myTextColor { color: #88DC71; }

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

This text font color is #88DC71.


Background Color

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

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

This div background color is #88DC71.


Border color

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

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

This div border color is #88DC71.


Opacity

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

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

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

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

This text has shadow with #88DC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DC71 on black background.


Color preview on white background

This text has color #88DC71 on white background.



Black color preview on #88DC71 background

This text has black color on #88DC71 background.


White color preview on #88DC71 background

This text has white color on #88DC71 background.