COLOR #55E481

HEX: #55E481 RGB: (85,228,129)

Color info

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

RGB color model

#55E481 color RGB value is (85,228,129).

RGB: (85,228,129) (33%, 89%, 51%)

RGB channels and saturation

R 85 of 255 = 33%
G 228 of 255 = 89%
B 129 of 255 = 51%

85
228
129

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

Portions of RGB colors in percentages

R + G + B = 85 + 228 + 129 = 442 (100%)
R 85 of 442 ~ 19.23%
G 228 of 442 ~ 51.58%
B 129 of 442 ~ 29.19'%

%19.23
%51.58
%29.19

CMYK color model

#55E481 color CMYK value is (63,0,43,11).

  • cyan value is 62.72%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 10.59%

CMYK: (63,0,43,11)
C63M0Y43K11 (63%, 0%, 43%, 11%)
(0.63 / 0.00 / 0.43 / 0.11)

CMYK percentages

%62.72
%0
%43.42
%10.59

Codes

Color #55E481 in popluar color models

55 E4 81
RGB 85 228 129
HSL 138° 72.59% 61.37%
HSB/HSV 138° 62.72% 89.41%
CMYK 62.72% 0.00% 43.42%
10.59%

Color #55E481 in popluar number systems.

HEX 55 E4 81
Decimal 85 228 129
Binary 1010101 11100100 10000001
Octal 125 344 201

Shades and tints

Shades of #55E481

#55E481
(85,228,129)
#4ED076
(78,208,118)
#47BC6B
(71,188,107)
#40A860
(64,168,96)
#399455
(57,148,85)
#32804A
(50,128,74)
#2B6C3F
(43,108,63)
#245834
(36,88,52)
#1D4429
(29,68,41)
#16301E
(22,48,30)
#0F1C13
(15,28,19)
#000000
(0,0,0)

Tints of #55E481

#55E481
(85,228,129)
#64E68C
(100,230,140)
#73E897
(115,232,151)
#82EAA2
(130,234,162)
#91ECAD
(145,236,173)
#A0EEB8
(160,238,184)
#AFF0C3
(175,240,195)
#BEF2CE
(190,242,206)
#CDF4D9
(205,244,217)
#DCF6E4
(220,246,228)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55E481; }

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

This text font color is #55E481.

Background Color

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

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

This div background color is #55E481.

Border color

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

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

This div border color is #55E481.

Opacity

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

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

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

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

This text has shadow with #55E481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55E481.

Preview

Color preview on black background

This text has color #55E481 on black background.


Color preview on white background

This text has color #55E481 on white background.


Black color preview on #55E481 background

This text has black color on #55E481 background.


White color preview on #55E481 background

This text has white color on #55E481 background.


Related colors

Complementary color

Complementary color for #hex is #AA1B7E.


I love getcolorcode.com

Triadic colors

1 #8155E4 and #E48155 with #55E481 are triadic colors.

2 #81E455 and #E45581 with #55E481 are triadic colors.