COLOR #55E869

HEX: #55E869
RGB: (85,232,105)

Color info

#55E869 contains mainly green color. Web safe color of #55E869 is #66FF66 (or #6F6).

RGB color model

#55E869 color RGB value is (85,232,105).

  • red value is 85;
  • green value is 232;
  • blue value is 105.
RGB:
(85,232,105)
(33%,91%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 232 of 255 = 91%
B 105 of 255 = 41%

85
232
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 232 + 105 = 422 (100%)
R 85 of 422 ~ 20.14%
G 232 of 422 ~ 54.98%
B 105 of 422 ~ 24.88%

%20.14
%54.98
%24.88

CMYK color model

#55E869 color CMYK value is (63,0,55,9).

  • cyan value is 63.36%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 9.02%
CMYK:
(63,0,55,9)
C63M0Y55K9 
(63%,0%,55%,9%)
(0.63/0.00/0.55/0.09)	

CMYK percentages

%63.36
%0
%54.74
%9.02

Codes

Color #55E869 in popluar color models

55E869
RGB85232105
HSL128°76.17%62.16%
HSB/HSV128°63.36%90.98%
CMYK63.36%0.00%54.74%
9.02%

Color #55E869 in popluar number systems.

HEX55E869
Decimal85232105
Binary1010101111010001101001
Octal125350151

Shades and tints

Shades of #55E869

#55E869
(85,232,105)
#4ED360
(78,211,96)
#47BE57
(71,190,87)
#40A94E
(64,169,78)
#399445
(57,148,69)
#327F3C
(50,127,60)
#2B6A33
(43,106,51)
#24552A
(36,85,42)
#1D4021
(29,64,33)
#162B18
(22,43,24)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #55E869

#55E869
(85,232,105)
#64EA76
(100,234,118)
#73EC83
(115,236,131)
#82EE90
(130,238,144)
#91F09D
(145,240,157)
#A0F2AA
(160,242,170)
#AFF4B7
(175,244,183)
#BEF6C4
(190,246,196)
#CDF8D1
(205,248,209)
#DCFADE
(220,250,222)
#EBFCEB
(235,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E869 color. Also use rgb(85,232,105) instead hex code.

Text Font Color

.myTextColor { color: #55E869; }

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

This text font color is #55E869.


Background Color

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

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

This div background color is #55E869.


Border color

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

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

This div border color is #55E869.


Opacity

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

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

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

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

This text has shadow with #55E869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E869 on black background.


Color preview on white background

This text has color #55E869 on white background.



Black color preview on #55E869 background

This text has black color on #55E869 background.


White color preview on #55E869 background

This text has white color on #55E869 background.