COLOR #55E77D

HEX: #55E77D
RGB: (85,231,125)

Color info

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

RGB color model

#55E77D color RGB value is (85,231,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 231 of 255 = 91%
B 125 of 255 = 49%

85
231
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 231 + 125 = 441 (100%)
R 85 of 441 ~ 19.27%
G 231 of 441 ~ 52.38%
B 125 of 441 ~ 28.34%

%19.27
%52.38
%28.34

CMYK color model

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

  • cyan value is 63.20%
  • magenta value is 0.00%
  • yellow value is 45.89%
  • key color value is 9.41%
CMYK:
(63,0,46,9)
C63M0Y46K9 
(63%,0%,46%,9%)
(0.63/0.00/0.46/0.09)	

CMYK percentages

%63.2
%0
%45.89
%9.41

Codes

Color #55E77D in popluar color models

55E77D
RGB85231125
HSL136°75.26%61.96%
HSB/HSV136°63.20%90.59%
CMYK63.20%0.00%45.89%
9.41%

Color #55E77D in popluar number systems.

HEX55E77D
Decimal85231125
Binary1010101111001111111101
Octal125347175

Shades and tints

Shades of #55E77D

#55E77D
(85,231,125)
#4ED272
(78,210,114)
#47BD67
(71,189,103)
#40A85C
(64,168,92)
#399351
(57,147,81)
#327E46
(50,126,70)
#2B693B
(43,105,59)
#245430
(36,84,48)
#1D3F25
(29,63,37)
#162A1A
(22,42,26)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #55E77D

#55E77D
(85,231,125)
#64E988
(100,233,136)
#73EB93
(115,235,147)
#82ED9E
(130,237,158)
#91EFA9
(145,239,169)
#A0F1B4
(160,241,180)
#AFF3BF
(175,243,191)
#BEF5CA
(190,245,202)
#CDF7D5
(205,247,213)
#DCF9E0
(220,249,224)
#EBFBEB
(235,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55E77D; }

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

This text font color is #55E77D.


Background Color

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

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

This div background color is #55E77D.


Border color

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

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

This div border color is #55E77D.


Opacity

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

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

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

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

This text has shadow with #55E77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E77D on black background.


Color preview on white background

This text has color #55E77D on white background.



Black color preview on #55E77D background

This text has black color on #55E77D background.


White color preview on #55E77D background

This text has white color on #55E77D background.