COLOR #88C263

HEX: #88C263
RGB: (136,194,99)

Color info

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

RGB color model

#88C263 color RGB value is (136,194,99).

  • red value is 136;
  • green value is 194;
  • blue value is 99.
RGB:
(136,194,99)
(53%,76%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 99 of 255 = 39%

136
194
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 194 + 99 = 429 (100%)
R 136 of 429 ~ 31.7%
G 194 of 429 ~ 45.22%
B 99 of 429 ~ 23.08%

%31.7
%45.22
%23.08

CMYK color model

#88C263 color CMYK value is (30,0,49,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 23.92%
CMYK:
(30,0,49,24)
C30M0Y49K24 
(30%,0%,49%,24%)
(0.30/0.00/0.49/0.24)	

CMYK percentages

%29.9
%0
%48.97
%23.92

Codes

Color #88C263 in popluar color models

88C263
RGB13619499
HSL97°43.78%57.45%
HSB/HSV97°48.97%76.08%
CMYK29.90%0.00%48.97%
23.92%

Color #88C263 in popluar number systems.

HEX88C263
Decimal13619499
Binary10001000110000101100011
Octal210302143

Shades and tints

Shades of #88C263

#88C263
(136,194,99)
#7CB15A
(124,177,90)
#70A051
(112,160,81)
#648F48
(100,143,72)
#587E3F
(88,126,63)
#4C6D36
(76,109,54)
#405C2D
(64,92,45)
#344B24
(52,75,36)
#283A1B
(40,58,27)
#1C2912
(28,41,18)
#101809
(16,24,9)
#000000
(0,0,0)

Tints of #88C263

#88C263
(136,194,99)
#92C771
(146,199,113)
#9CCC7F
(156,204,127)
#A6D18D
(166,209,141)
#B0D69B
(176,214,155)
#BADBA9
(186,219,169)
#C4E0B7
(196,224,183)
#CEE5C5
(206,229,197)
#D8EAD3
(216,234,211)
#E2EFE1
(226,239,225)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C263 color. Also use rgb(136,194,99) instead hex code.

Text Font Color

.myTextColor { color: #88C263; }

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

This text font color is #88C263.


Background Color

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

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

This div background color is #88C263.


Border color

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

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

This div border color is #88C263.


Opacity

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

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

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

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

This text has shadow with #88C263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C263 on black background.


Color preview on white background

This text has color #88C263 on white background.



Black color preview on #88C263 background

This text has black color on #88C263 background.


White color preview on #88C263 background

This text has white color on #88C263 background.