COLOR #55FD89

HEX: #55FD89
RGB: (85,253,137)

Color info

#55FD89 contains mainly green color. Web safe color of #55FD89 is #66FF99 (or #6F9).

RGB color model

#55FD89 color RGB value is (85,253,137).

  • red value is 85;
  • green value is 253;
  • blue value is 137.
RGB:
(85,253,137)
(33%,99%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 253 of 255 = 99%
B 137 of 255 = 54%

85
253
137

R + G + B ~ 62%. #55FD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 253 + 137 = 475 (100%)
R 85 of 475 ~ 17.89%
G 253 of 475 ~ 53.26%
B 137 of 475 ~ 28.84%

%17.89
%53.26
%28.84

CMYK color model

#55FD89 color CMYK value is (66,0,46,1).

  • cyan value is 66.40%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(66,0,46,1)
C66M0Y46K1 
(66%,0%,46%,1%)
(0.66/0.00/0.46/0.01)	

CMYK percentages

%66.4
%0
%45.85
%0.78

Codes

Color #55FD89 in popluar color models

55FD89
RGB85253137
HSL139°97.67%66.27%
HSB/HSV139°66.40%99.22%
CMYK66.40%0.00%45.85%
0.78%

Color #55FD89 in popluar number systems.

HEX55FD89
Decimal85253137
Binary10101011111110110001001
Octal125375211

Shades and tints

Shades of #55FD89

#55FD89
(85,253,137)
#4EE67D
(78,230,125)
#47CF71
(71,207,113)
#40B865
(64,184,101)
#39A159
(57,161,89)
#328A4D
(50,138,77)
#2B7341
(43,115,65)
#245C35
(36,92,53)
#1D4529
(29,69,41)
#162E1D
(22,46,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #55FD89

#55FD89
(85,253,137)
#64FD93
(100,253,147)
#73FD9D
(115,253,157)
#82FDA7
(130,253,167)
#91FDB1
(145,253,177)
#A0FDBB
(160,253,187)
#AFFDC5
(175,253,197)
#BEFDCF
(190,253,207)
#CDFDD9
(205,253,217)
#DCFDE3
(220,253,227)
#EBFDED
(235,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55FD89; }

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

This text font color is #55FD89.


Background Color

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

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

This div background color is #55FD89.


Border color

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

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

This div border color is #55FD89.


Opacity

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

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

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

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

This text has shadow with #55FD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55FD89 on black background.


Color preview on white background

This text has color #55FD89 on white background.



Black color preview on #55FD89 background

This text has black color on #55FD89 background.


White color preview on #55FD89 background

This text has white color on #55FD89 background.