COLOR #88DA5C

HEX: #88DA5C
RGB: (136,218,92)

Color info

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

RGB color model

#88DA5C color RGB value is (136,218,92).

  • red value is 136;
  • green value is 218;
  • blue value is 92.
RGB:
(136,218,92)
(53%,85%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 218 of 255 = 85%
B 92 of 255 = 36%

136
218
92

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

Portions of RGB colors in percentages

R + G + B =
136 + 218 + 92 = 446 (100%)
R 136 of 446 ~ 30.49%
G 218 of 446 ~ 48.88%
B 92 of 446 ~ 20.63%

%30.49
%48.88
%20.63

CMYK color model

#88DA5C color CMYK value is (38,0,58,15).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 57.80%
  • key color value is 14.51%
CMYK:
(38,0,58,15)
C38M0Y58K15 
(38%,0%,58%,15%)
(0.38/0.00/0.58/0.15)	

CMYK percentages

%37.61
%0
%57.8
%14.51

Codes

Color #88DA5C in popluar color models

88DA5C
RGB13621892
HSL99°63.00%60.78%
HSB/HSV99°57.80%85.49%
CMYK37.61%0.00%57.80%
14.51%

Color #88DA5C in popluar number systems.

HEX88DA5C
Decimal13621892
Binary10001000110110101011100
Octal210332134

Shades and tints

Shades of #88DA5C

#88DA5C
(136,218,92)
#7CC754
(124,199,84)
#70B44C
(112,180,76)
#64A144
(100,161,68)
#588E3C
(88,142,60)
#4C7B34
(76,123,52)
#40682C
(64,104,44)
#345524
(52,85,36)
#28421C
(40,66,28)
#1C2F14
(28,47,20)
#101C0C
(16,28,12)
#000000
(0,0,0)

Tints of #88DA5C

#88DA5C
(136,218,92)
#92DD6A
(146,221,106)
#9CE078
(156,224,120)
#A6E386
(166,227,134)
#B0E694
(176,230,148)
#BAE9A2
(186,233,162)
#C4ECB0
(196,236,176)
#CEEFBE
(206,239,190)
#D8F2CC
(216,242,204)
#E2F5DA
(226,245,218)
#ECF8E8
(236,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DA5C color. Also use rgb(136,218,92) instead hex code.

Text Font Color

.myTextColor { color: #88DA5C; }

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

This text font color is #88DA5C.


Background Color

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

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

This div background color is #88DA5C.


Border color

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

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

This div border color is #88DA5C.


Opacity

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

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

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

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

This text has shadow with #88DA5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DA5C on black background.


Color preview on white background

This text has color #88DA5C on white background.



Black color preview on #88DA5C background

This text has black color on #88DA5C background.


White color preview on #88DA5C background

This text has white color on #88DA5C background.