COLOR #88C564

HEX: #88C564 RGB: (136,197,100)

Color info

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

RGB color model

#88C564 color RGB value is (136,197,100).

RGB: (136,197,100) (53%, 77%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 100 of 255 = 39%

136
197
100

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

Portions of RGB colors in percentages

R + G + B = 136 + 197 + 100 = 433 (100%)
R 136 of 433 ~ 31.41%
G 197 of 433 ~ 45.5%
B 100 of 433 ~ 23.09'%

%31.41
%45.5
%23.09

CMYK color model

#88C564 color CMYK value is (31,0,49,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%

CMYK: (31,0,49,23)
C31M0Y49K23 (31%, 0%, 49%, 23%)
(0.31 / 0.00 / 0.49 / 0.23)

CMYK percentages

%30.96
%0
%49.24
%22.75

Codes

Color #88C564 in popluar color models

88 C5 64
RGB 136 197 100
HSL 98° 45.54% 58.24%
HSB/HSV 98° 49.24% 77.25%
CMYK 30.96% 0.00% 49.24%
22.75%

Color #88C564 in popluar number systems.

HEX 88 C5 64
Decimal 136 197 100
Binary 10001000 11000101 1100100
Octal 210 305 144

Shades and tints

Shades of #88C564

#88C564
(136,197,100)
#7CB45B
(124,180,91)
#70A352
(112,163,82)
#649249
(100,146,73)
#588140
(88,129,64)
#4C7037
(76,112,55)
#405F2E
(64,95,46)
#344E25
(52,78,37)
#283D1C
(40,61,28)
#1C2C13
(28,44,19)
#101B0A
(16,27,10)
#000000
(0,0,0)

Tints of #88C564

#88C564
(136,197,100)
#92CA72
(146,202,114)
#9CCF80
(156,207,128)
#A6D48E
(166,212,142)
#B0D99C
(176,217,156)
#BADEAA
(186,222,170)
#C4E3B8
(196,227,184)
#CEE8C6
(206,232,198)
#D8EDD4
(216,237,212)
#E2F2E2
(226,242,226)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C564 color. Also use rgb(136,197,100) instead hex code.

Text Font Color

.myTextColor { color: #88C564; }

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

This text font color is #88C564.

Background Color

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

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

This div background color is #88C564.

Border color

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

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

This div border color is #88C564.

Opacity

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

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

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

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

This text has shadow with #88C564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C564.

Preview

Color preview on black background

This text has color #88C564 on black background.


Color preview on white background

This text has color #88C564 on white background.


Black color preview on #88C564 background

This text has black color on #88C564 background.


White color preview on #88C564 background

This text has white color on #88C564 background.


Related colors

Complementary color

Complementary color for #hex is #773A9B.


I love getcolorcode.com

Triadic colors

1 #6488C5 and #C56488 with #88C564 are triadic colors.

2 #64C588 and #C58864 with #88C564 are triadic colors.