COLOR #88FF6A

HEX: #88FF6A
RGB: (136,255,106)

Color info

#88FF6A contains mainly green color. Web safe color of #88FF6A is #99FF66 (or #9F6).

RGB color model

#88FF6A color RGB value is (136,255,106).

  • red value is 136;
  • green value is 255;
  • blue value is 106.
RGB:
(136,255,106)
(53%,100%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 255 of 255 = 100%
B 106 of 255 = 42%

136
255
106

R + G + B ~ 65%. #88FF6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 255 + 106 = 497 (100%)
R 136 of 497 ~ 27.36%
G 255 of 497 ~ 51.31%
B 106 of 497 ~ 21.33%

%27.36
%51.31
%21.33

CMYK color model

#88FF6A color CMYK value is (47,0,58,0).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 58.43%
  • key color value is 0.00%
CMYK:
(47,0,58,0)
C47M0Y58K0 
(47%,0%,58%,0%)
(0.47/0.00/0.58/0.00)	

CMYK percentages

%46.67
%0
%58.43
%0

Codes

Color #88FF6A in popluar color models

88FF6A
RGB136255106
HSL108°100.00%70.78%
HSB/HSV108°58.43%100.00%
CMYK46.67%0.00%58.43%
0.00%

Color #88FF6A in popluar number systems.

HEX88FF6A
Decimal136255106
Binary10001000111111111101010
Octal210377152

Shades and tints

Shades of #88FF6A

#88FF6A
(136,255,106)
#7CE861
(124,232,97)
#70D158
(112,209,88)
#64BA4F
(100,186,79)
#58A346
(88,163,70)
#4C8C3D
(76,140,61)
#407534
(64,117,52)
#345E2B
(52,94,43)
#284722
(40,71,34)
#1C3019
(28,48,25)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #88FF6A

#88FF6A
(136,255,106)
#92FF77
(146,255,119)
#9CFF84
(156,255,132)
#A6FF91
(166,255,145)
#B0FF9E
(176,255,158)
#BAFFAB
(186,255,171)
#C4FFB8
(196,255,184)
#CEFFC5
(206,255,197)
#D8FFD2
(216,255,210)
#E2FFDF
(226,255,223)
#ECFFEC
(236,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FF6A color. Also use rgb(136,255,106) instead hex code.

Text Font Color

.myTextColor { color: #88FF6A; }

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

This text font color is #88FF6A.


Background Color

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

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

This div background color is #88FF6A.


Border color

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

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

This div border color is #88FF6A.


Opacity

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

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

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

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

This text has shadow with #88FF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FF6A on black background.


Color preview on white background

This text has color #88FF6A on white background.



Black color preview on #88FF6A background

This text has black color on #88FF6A background.


White color preview on #88FF6A background

This text has white color on #88FF6A background.