COLOR #88CF05

HEX: #88CF05
RGB: (136,207,5)

Color info

#88CF05 contains mainly green color. Web safe color of #88CF05 is #99CC00 (or #9C0).

RGB color model

#88CF05 color RGB value is (136,207,5).

  • red value is 136;
  • green value is 207;
  • blue value is 5.
RGB:
(136,207,5)
(53%,81%,2%)

RGB channels and saturation

R 136 of 255 = 53%
G 207 of 255 = 81%
B 5 of 255 = 2%

136
207
5

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

Portions of RGB colors in percentages

R + G + B =
136 + 207 + 5 = 348 (100%)
R 136 of 348 ~ 39.08%
G 207 of 348 ~ 59.48%
B 5 of 348 ~ 1.44%

%39.08
%59.48

CMYK color model

#88CF05 color CMYK value is (34,0,98,19).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 97.58%
  • key color value is 18.82%
CMYK:
(34,0,98,19)
C34M0Y98K19 
(34%,0%,98%,19%)
(0.34/0.00/0.98/0.19)	

CMYK percentages

%34.3
%0
%97.58
%18.82

Codes

Color #88CF05 in popluar color models

88CF05
RGB1362075
HSL81°95.28%41.57%
HSB/HSV81°97.58%81.18%
CMYK34.30%0.00%97.58%
18.82%

Color #88CF05 in popluar number systems.

HEX88CF05
Decimal1362075
Binary1000100011001111101
Octal2103175

Shades and tints

Shades of #88CF05

#88CF05
(136,207,5)
#7CBD05
(124,189,5)
#70AB05
(112,171,5)
#649905
(100,153,5)
#588705
(88,135,5)
#4C7505
(76,117,5)
#406305
(64,99,5)
#345105
(52,81,5)
#283F05
(40,63,5)
#1C2D05
(28,45,5)
#101B05
(16,27,5)
#000000
(0,0,0)

Tints of #88CF05

#88CF05
(136,207,5)
#92D31B
(146,211,27)
#9CD731
(156,215,49)
#A6DB47
(166,219,71)
#B0DF5D
(176,223,93)
#BAE373
(186,227,115)
#C4E789
(196,231,137)
#CEEB9F
(206,235,159)
#D8EFB5
(216,239,181)
#E2F3CB
(226,243,203)
#ECF7E1
(236,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CF05 color. Also use rgb(136,207,5) instead hex code.

Text Font Color

.myTextColor { color: #88CF05; }

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

This text font color is #88CF05.


Background Color

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

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

This div background color is #88CF05.


Border color

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

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

This div border color is #88CF05.


Opacity

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

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

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

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

This text has shadow with #88CF05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CF05 on black background.


Color preview on white background

This text has color #88CF05 on white background.



Black color preview on #88CF05 background

This text has black color on #88CF05 background.


White color preview on #88CF05 background

This text has white color on #88CF05 background.