COLOR #88C04E

HEX: #88C04E RGB: (136,192,78)

Color info

#88C04E contains mainly red and green colors. Web safe color of #88C04E is #99CC66 (or #9C6).

RGB color model

#88C04E color RGB value is (136,192,78).

RGB: (136,192,78) (53%, 75%, 31%)

RGB channels and saturation

R 136 of 255 = 53%
G 192 of 255 = 75%
B 78 of 255 = 31%

136
192
78

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

Portions of RGB colors in percentages

R + G + B = 136 + 192 + 78 = 406 (100%)
R 136 of 406 ~ 33.5%
G 192 of 406 ~ 47.29%
B 78 of 406 ~ 19.21'%

%33.5
%47.29
%19.21

CMYK color model

#88C04E color CMYK value is (29,0,59,25).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 24.71%

CMYK: (29,0,59,25)
C29M0Y59K25 (29%, 0%, 59%, 25%)
(0.29 / 0.00 / 0.59 / 0.25)

CMYK percentages

%29.17
%0
%59.38
%24.71

Codes

Color #88C04E in popluar color models

88 C0 4E
RGB 136 192 78
HSL 89° 47.50% 52.94%
HSB/HSV 89° 59.38% 75.29%
CMYK 29.17% 0.00% 59.38%
24.71%

Color #88C04E in popluar number systems.

HEX 88 C0 4E
Decimal 136 192 78
Binary 10001000 11000000 1001110
Octal 210 300 116

Shades and tints

Shades of #88C04E

#88C04E
(136,192,78)
#7CAF47
(124,175,71)
#709E40
(112,158,64)
#648D39
(100,141,57)
#587C32
(88,124,50)
#4C6B2B
(76,107,43)
#405A24
(64,90,36)
#34491D
(52,73,29)
#283816
(40,56,22)
#1C270F
(28,39,15)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #88C04E

#88C04E
(136,192,78)
#92C55E
(146,197,94)
#9CCA6E
(156,202,110)
#A6CF7E
(166,207,126)
#B0D48E
(176,212,142)
#BAD99E
(186,217,158)
#C4DEAE
(196,222,174)
#CEE3BE
(206,227,190)
#D8E8CE
(216,232,206)
#E2EDDE
(226,237,222)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C04E color. Also use rgb(136,192,78) instead hex code.

Text Font Color

.myTextColor { color: #88C04E; }

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

This text font color is #88C04E.

Background Color

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

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

This div background color is #88C04E.

Border color

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

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

This div border color is #88C04E.

Opacity

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

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

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

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

This text has shadow with #88C04E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C04E.

Preview

Color preview on black background

This text has color #88C04E on black background.


Color preview on white background

This text has color #88C04E on white background.


Black color preview on #88C04E background

This text has black color on #88C04E background.


White color preview on #88C04E background

This text has white color on #88C04E background.


Related colors

Complementary color

Complementary color for #hex is #773FB1.


I love getcolorcode.com

Triadic colors

1 #4E88C0 and #C04E88 with #88C04E are triadic colors.

2 #4EC088 and #C0884E with #88C04E are triadic colors.