COLOR #55E088

HEX: #55E088
RGB: (85,224,136)

Color info

#55E088 contains mainly green color. Web safe color of #55E088 is #66CC99 (or #6C9).

RGB color model

#55E088 color RGB value is (85,224,136).

  • red value is 85;
  • green value is 224;
  • blue value is 136.
RGB:
(85,224,136)
(33%,88%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 224 of 255 = 88%
B 136 of 255 = 53%

85
224
136

R + G + B ~ 58%. #55E088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 224 + 136 = 445 (100%)
R 85 of 445 ~ 19.1%
G 224 of 445 ~ 50.34%
B 136 of 445 ~ 30.56%

%19.1
%50.34
%30.56

CMYK color model

#55E088 color CMYK value is (62,0,39,12).

  • cyan value is 62.05%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(62,0,39,12)
C62M0Y39K12 
(62%,0%,39%,12%)
(0.62/0.00/0.39/0.12)	

CMYK percentages

%62.05
%0
%39.29
%12.16

Codes

Color #55E088 in popluar color models

55E088
RGB85224136
HSL142°69.15%60.59%
HSB/HSV142°62.05%87.84%
CMYK62.05%0.00%39.29%
12.16%

Color #55E088 in popluar number systems.

HEX55E088
Decimal85224136
Binary10101011110000010001000
Octal125340210

Shades and tints

Shades of #55E088

#55E088
(85,224,136)
#4ECC7C
(78,204,124)
#47B870
(71,184,112)
#40A464
(64,164,100)
#399058
(57,144,88)
#327C4C
(50,124,76)
#2B6840
(43,104,64)
#245434
(36,84,52)
#1D4028
(29,64,40)
#162C1C
(22,44,28)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #55E088

#55E088
(85,224,136)
#64E292
(100,226,146)
#73E49C
(115,228,156)
#82E6A6
(130,230,166)
#91E8B0
(145,232,176)
#A0EABA
(160,234,186)
#AFECC4
(175,236,196)
#BEEECE
(190,238,206)
#CDF0D8
(205,240,216)
#DCF2E2
(220,242,226)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E088 color. Also use rgb(85,224,136) instead hex code.

Text Font Color

.myTextColor { color: #55E088; }

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

This text font color is #55E088.


Background Color

.myBgColor { background-color: #55E088; }

<div style="background-color:#55E088">Inner text</div>

This div background color is #55E088.


Border color

.myBorderColor { border: 1px solid #55E088; }

<div style="border:3px solid #55E088">Div</div>

This div border color is #55E088.


Opacity

.myOpacity80 { color: #55E088; opacity: 0.8; }

<p style="color:#55E088;opacity:0.8;">80%</p>

Text with #55E088 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 #55E088;}

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

This text has shadow with #55E088 color.

.textShadow {text-shadow: 3px 3px 1px #55E088, 3px 3px 1px red;}

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

This text has shadow with #55E088 primary color and red secondary color.


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

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

This text has shadow with #55E088 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E088 on black background.


Color preview on white background

This text has color #55E088 on white background.



Black color preview on #55E088 background

This text has black color on #55E088 background.


White color preview on #55E088 background

This text has white color on #55E088 background.