COLOR #55E955

HEX: #55E955
RGB: (85,233,85)

Color info

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

RGB color model

#55E955 color RGB value is (85,233,85).

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

RGB channels and saturation

R 85 of 255 = 33%
G 233 of 255 = 91%
B 85 of 255 = 33%

85
233
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 233 + 85 = 403 (100%)
R 85 of 403 ~ 21.09%
G 233 of 403 ~ 57.82%
B 85 of 403 ~ 21.09%

%21.09
%57.82
%21.09

CMYK color model

#55E955 color CMYK value is (64,0,64,9).

  • cyan value is 63.52%
  • magenta value is 0.00%
  • yellow value is 63.52%
  • key color value is 8.63%
CMYK:
(64,0,64,9)
C64M0Y64K9 
(64%,0%,64%,9%)
(0.64/0.00/0.64/0.09)	

CMYK percentages

%63.52
%0
%63.52
%8.63

Codes

Color #55E955 in popluar color models

55E955
RGB8523385
HSL120°77.08%62.35%
HSB/HSV120°63.52%91.37%
CMYK63.52%0.00%63.52%
8.63%

Color #55E955 in popluar number systems.

HEX55E955
Decimal8523385
Binary1010101111010011010101
Octal125351125

Shades and tints

Shades of #55E955

#55E955
(85,233,85)
#4ED44E
(78,212,78)
#47BF47
(71,191,71)
#40AA40
(64,170,64)
#399539
(57,149,57)
#328032
(50,128,50)
#2B6B2B
(43,107,43)
#245624
(36,86,36)
#1D411D
(29,65,29)
#162C16
(22,44,22)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #55E955

#55E955
(85,233,85)
#64EB64
(100,235,100)
#73ED73
(115,237,115)
#82EF82
(130,239,130)
#91F191
(145,241,145)
#A0F3A0
(160,243,160)
#AFF5AF
(175,245,175)
#BEF7BE
(190,247,190)
#CDF9CD
(205,249,205)
#DCFBDC
(220,251,220)
#EBFDEB
(235,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55E955; }

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

This text font color is #55E955.


Background Color

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

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

This div background color is #55E955.


Border color

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

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

This div border color is #55E955.


Opacity

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

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

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

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

This text has shadow with #55E955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E955 on black background.


Color preview on white background

This text has color #55E955 on white background.



Black color preview on #55E955 background

This text has black color on #55E955 background.


White color preview on #55E955 background

This text has white color on #55E955 background.