COLOR #88C342

HEX: #88C342 RGB: (136,195,66)

Color info

#88C342 contains mainly red and green colors. Web safe color of #88C342 is #99CC33 (or #9C3).

RGB color model

#88C342 color RGB value is (136,195,66).

RGB: (136,195,66) (53%, 76%, 26%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 66 of 255 = 26%

136
195
66

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

Portions of RGB colors in percentages

R + G + B = 136 + 195 + 66 = 397 (100%)
R 136 of 397 ~ 34.26%
G 195 of 397 ~ 49.12%
B 66 of 397 ~ 16.62'%

%34.26
%49.12
%16.62

CMYK color model

#88C342 color CMYK value is (30,0,66,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 66.15%
  • key color value is 23.53%

CMYK: (30,0,66,24)
C30M0Y66K24 (30%, 0%, 66%, 24%)
(0.30 / 0.00 / 0.66 / 0.24)

CMYK percentages

%30.26
%0
%66.15
%23.53

Codes

Color #88C342 in popluar color models

88 C3 42
RGB 136 195 66
HSL 87° 51.81% 51.18%
HSB/HSV 87° 66.15% 76.47%
CMYK 30.26% 0.00% 66.15%
23.53%

Color #88C342 in popluar number systems.

HEX 88 C3 42
Decimal 136 195 66
Binary 10001000 11000011 1000010
Octal 210 303 102

Shades and tints

Shades of #88C342

#88C342
(136,195,66)
#7CB23C
(124,178,60)
#70A136
(112,161,54)
#649030
(100,144,48)
#587F2A
(88,127,42)
#4C6E24
(76,110,36)
#405D1E
(64,93,30)
#344C18
(52,76,24)
#283B12
(40,59,18)
#1C2A0C
(28,42,12)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #88C342

#88C342
(136,195,66)
#92C853
(146,200,83)
#9CCD64
(156,205,100)
#A6D275
(166,210,117)
#B0D786
(176,215,134)
#BADC97
(186,220,151)
#C4E1A8
(196,225,168)
#CEE6B9
(206,230,185)
#D8EBCA
(216,235,202)
#E2F0DB
(226,240,219)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C342 color. Also use rgb(136,195,66) instead hex code.

Text Font Color

.myTextColor { color: #88C342; }

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

This text font color is #88C342.

Background Color

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

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

This div background color is #88C342.

Border color

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

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

This div border color is #88C342.

Opacity

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

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

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

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

This text has shadow with #88C342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C342.

Preview

Color preview on black background

This text has color #88C342 on black background.


Color preview on white background

This text has color #88C342 on white background.


Black color preview on #88C342 background

This text has black color on #88C342 background.


White color preview on #88C342 background

This text has white color on #88C342 background.


Related colors

Complementary color

Complementary color for #hex is #773CBD.


I love getcolorcode.com

Triadic colors

1 #4288C3 and #C34288 with #88C342 are triadic colors.

2 #42C388 and #C38842 with #88C342 are triadic colors.