COLOR #88E985

HEX: #88E985 RGB: (136,233,133)

Color info

#88E985 contains mainly green color. Web safe color of #88E985 is #99FF99 (or #9F9).

RGB color model

#88E985 color RGB value is (136,233,133).

RGB: (136,233,133) (53%, 91%, 52%)

RGB channels and saturation

R 136 of 255 = 53%
G 233 of 255 = 91%
B 133 of 255 = 52%

136
233
133

R + G + B ~ 65%. #88E985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 233 + 133 = 502 (100%)
R 136 of 502 ~ 27.09%
G 233 of 502 ~ 46.41%
B 133 of 502 ~ 26.49'%

%27.09
%46.41
%26.49

CMYK color model

#88E985 color CMYK value is (42,0,43,9).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 8.63%

CMYK: (42,0,43,9)
C42M0Y43K9 (42%, 0%, 43%, 9%)
(0.42 / 0.00 / 0.43 / 0.09)

CMYK percentages

%41.63
%0
%42.92
%8.63

Codes

Color #88E985 in popluar color models

88 E9 85
RGB 136 233 133
HSL 118° 69.44% 71.76%
HSB/HSV 118° 42.92% 91.37%
CMYK 41.63% 0.00% 42.92%
8.63%

Color #88E985 in popluar number systems.

HEX 88 E9 85
Decimal 136 233 133
Binary 10001000 11101001 10000101
Octal 210 351 205

Shades and tints

Shades of #88E985

#88E985
(136,233,133)
#7CD479
(124,212,121)
#70BF6D
(112,191,109)
#64AA61
(100,170,97)
#589555
(88,149,85)
#4C8049
(76,128,73)
#406B3D
(64,107,61)
#345631
(52,86,49)
#284125
(40,65,37)
#1C2C19
(28,44,25)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #88E985

#88E985
(136,233,133)
#92EB90
(146,235,144)
#9CED9B
(156,237,155)
#A6EFA6
(166,239,166)
#B0F1B1
(176,241,177)
#BAF3BC
(186,243,188)
#C4F5C7
(196,245,199)
#CEF7D2
(206,247,210)
#D8F9DD
(216,249,221)
#E2FBE8
(226,251,232)
#ECFDF3
(236,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E985 color. Also use rgb(136,233,133) instead hex code.

Text Font Color

.myTextColor { color: #88E985; }

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

This text font color is #88E985.

Background Color

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

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

This div background color is #88E985.

Border color

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

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

This div border color is #88E985.

Opacity

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

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

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

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

This text has shadow with #88E985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88E985.

Preview

Color preview on black background

This text has color #88E985 on black background.


Color preview on white background

This text has color #88E985 on white background.


Black color preview on #88E985 background

This text has black color on #88E985 background.


White color preview on #88E985 background

This text has white color on #88E985 background.


Related colors

Complementary color

Complementary color for #hex is #77167A.


I love getcolorcode.com

Triadic colors

1 #8588E9 and #E98588 with #88E985 are triadic colors.

2 #85E988 and #E98885 with #88E985 are triadic colors.