COLOR #88C453

HEX: #88C453 RGB: (136,196,83)

Color info

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

RGB color model

#88C453 color RGB value is (136,196,83).

RGB: (136,196,83) (53%, 77%, 33%)

RGB channels and saturation

R 136 of 255 = 53%
G 196 of 255 = 77%
B 83 of 255 = 33%

136
196
83

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

Portions of RGB colors in percentages

R + G + B = 136 + 196 + 83 = 415 (100%)
R 136 of 415 ~ 32.77%
G 196 of 415 ~ 47.23%
B 83 of 415 ~ 20'%

%32.77
%47.23
%20

CMYK color model

#88C453 color CMYK value is (31,0,58,23).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 23.14%

CMYK: (31,0,58,23)
C31M0Y58K23 (31%, 0%, 58%, 23%)
(0.31 / 0.00 / 0.58 / 0.23)

CMYK percentages

%30.61
%0
%57.65
%23.14

Codes

Color #88C453 in popluar color models

88 C4 53
RGB 136 196 83
HSL 92° 48.92% 54.71%
HSB/HSV 92° 57.65% 76.86%
CMYK 30.61% 0.00% 57.65%
23.14%

Color #88C453 in popluar number systems.

HEX 88 C4 53
Decimal 136 196 83
Binary 10001000 11000100 1010011
Octal 210 304 123

Shades and tints

Shades of #88C453

#88C453
(136,196,83)
#7CB34C
(124,179,76)
#70A245
(112,162,69)
#64913E
(100,145,62)
#588037
(88,128,55)
#4C6F30
(76,111,48)
#405E29
(64,94,41)
#344D22
(52,77,34)
#283C1B
(40,60,27)
#1C2B14
(28,43,20)
#101A0D
(16,26,13)
#000000
(0,0,0)

Tints of #88C453

#88C453
(136,196,83)
#92C962
(146,201,98)
#9CCE71
(156,206,113)
#A6D380
(166,211,128)
#B0D88F
(176,216,143)
#BADD9E
(186,221,158)
#C4E2AD
(196,226,173)
#CEE7BC
(206,231,188)
#D8ECCB
(216,236,203)
#E2F1DA
(226,241,218)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C453 color. Also use rgb(136,196,83) instead hex code.

Text Font Color

.myTextColor { color: #88C453; }

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

This text font color is #88C453.

Background Color

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

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

This div background color is #88C453.

Border color

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

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

This div border color is #88C453.

Opacity

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

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

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

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

This text has shadow with #88C453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C453.

Preview

Color preview on black background

This text has color #88C453 on black background.


Color preview on white background

This text has color #88C453 on white background.


Black color preview on #88C453 background

This text has black color on #88C453 background.


White color preview on #88C453 background

This text has white color on #88C453 background.


Related colors

Complementary color

Complementary color for #hex is #773BAC.


I love getcolorcode.com

Triadic colors

1 #5388C4 and #C45388 with #88C453 are triadic colors.

2 #53C488 and #C48853 with #88C453 are triadic colors.