COLOR #88C752

HEX: #88C752 RGB: (136,199,82)

Color info

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

RGB color model

#88C752 color RGB value is (136,199,82).

RGB: (136,199,82) (53%, 78%, 32%)

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 82 of 255 = 32%

136
199
82

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

Portions of RGB colors in percentages

R + G + B = 136 + 199 + 82 = 417 (100%)
R 136 of 417 ~ 32.61%
G 199 of 417 ~ 47.72%
B 82 of 417 ~ 19.66'%

%32.61
%47.72
%19.66

CMYK color model

#88C752 color CMYK value is (32,0,59,22).

  • cyan value is 31.66%
  • magenta value is 0.00%
  • yellow value is 58.79%
  • key color value is 21.96%

CMYK: (32,0,59,22)
C32M0Y59K22 (32%, 0%, 59%, 22%)
(0.32 / 0.00 / 0.59 / 0.22)

CMYK percentages

%31.66
%0
%58.79
%21.96

Codes

Color #88C752 in popluar color models

88 C7 52
RGB 136 199 82
HSL 92° 51.09% 55.10%
HSB/HSV 92° 58.79% 78.04%
CMYK 31.66% 0.00% 58.79%
21.96%

Color #88C752 in popluar number systems.

HEX 88 C7 52
Decimal 136 199 82
Binary 10001000 11000111 1010010
Octal 210 307 122

Shades and tints

Shades of #88C752

#88C752
(136,199,82)
#7CB54B
(124,181,75)
#70A344
(112,163,68)
#64913D
(100,145,61)
#587F36
(88,127,54)
#4C6D2F
(76,109,47)
#405B28
(64,91,40)
#344921
(52,73,33)
#28371A
(40,55,26)
#1C2513
(28,37,19)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #88C752

#88C752
(136,199,82)
#92CC61
(146,204,97)
#9CD170
(156,209,112)
#A6D67F
(166,214,127)
#B0DB8E
(176,219,142)
#BAE09D
(186,224,157)
#C4E5AC
(196,229,172)
#CEEABB
(206,234,187)
#D8EFCA
(216,239,202)
#E2F4D9
(226,244,217)
#ECF9E8
(236,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C752 color. Also use rgb(136,199,82) instead hex code.

Text Font Color

.myTextColor { color: #88C752; }

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

This text font color is #88C752.

Background Color

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

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

This div background color is #88C752.

Border color

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

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

This div border color is #88C752.

Opacity

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

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

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

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

This text has shadow with #88C752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C752.

Preview

Color preview on black background

This text has color #88C752 on black background.


Color preview on white background

This text has color #88C752 on white background.


Black color preview on #88C752 background

This text has black color on #88C752 background.


White color preview on #88C752 background

This text has white color on #88C752 background.


Related colors

Complementary color

Complementary color for #hex is #7738AD.


I love getcolorcode.com

Triadic colors

1 #5288C7 and #C75288 with #88C752 are triadic colors.

2 #52C788 and #C78852 with #88C752 are triadic colors.