COLOR #88D580

HEX: #88D580 RGB: (136,213,128)

Color info

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

RGB color model

#88D580 color RGB value is (136,213,128).

RGB: (136,213,128) (53%, 84%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 213 of 255 = 84%
B 128 of 255 = 50%

136
213
128

R + G + B ~ 62%. #88D580 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 213 + 128 = 477 (100%)
R 136 of 477 ~ 28.51%
G 213 of 477 ~ 44.65%
B 128 of 477 ~ 26.83'%

%28.51
%44.65
%26.83

CMYK color model

#88D580 color CMYK value is (36,0,40,16).

  • cyan value is 36.15%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 16.47%

CMYK: (36,0,40,16)
C36M0Y40K16 (36%, 0%, 40%, 16%)
(0.36 / 0.00 / 0.40 / 0.16)

CMYK percentages

%36.15
%0
%39.91
%16.47

Codes

Color #88D580 in popluar color models

88 D5 80
RGB 136 213 128
HSL 114° 50.30% 66.86%
HSB/HSV 114° 39.91% 83.53%
CMYK 36.15% 0.00% 39.91%
16.47%

Color #88D580 in popluar number systems.

HEX 88 D5 80
Decimal 136 213 128
Binary 10001000 11010101 10000000
Octal 210 325 200

Shades and tints

Shades of #88D580

#88D580
(136,213,128)
#7CC275
(124,194,117)
#70AF6A
(112,175,106)
#649C5F
(100,156,95)
#588954
(88,137,84)
#4C7649
(76,118,73)
#40633E
(64,99,62)
#345033
(52,80,51)
#283D28
(40,61,40)
#1C2A1D
(28,42,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #88D580

#88D580
(136,213,128)
#92D88B
(146,216,139)
#9CDB96
(156,219,150)
#A6DEA1
(166,222,161)
#B0E1AC
(176,225,172)
#BAE4B7
(186,228,183)
#C4E7C2
(196,231,194)
#CEEACD
(206,234,205)
#D8EDD8
(216,237,216)
#E2F0E3
(226,240,227)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D580 color. Also use rgb(136,213,128) instead hex code.

Text Font Color

.myTextColor { color: #88D580; }

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

This text font color is #88D580.

Background Color

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

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

This div background color is #88D580.

Border color

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

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

This div border color is #88D580.

Opacity

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

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

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

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

This text has shadow with #88D580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D580.

Preview

Color preview on black background

This text has color #88D580 on black background.


Color preview on white background

This text has color #88D580 on white background.


Black color preview on #88D580 background

This text has black color on #88D580 background.


White color preview on #88D580 background

This text has white color on #88D580 background.


Related colors

Complementary color

Complementary color for #hex is #772A7F.


I love getcolorcode.com

Triadic colors

1 #8088D5 and #D58088 with #88D580 are triadic colors.

2 #80D588 and #D58880 with #88D580 are triadic colors.