COLOR #55E172

HEX: #55E172
RGB: (85,225,114)

Color info

#55E172 contains mainly green color. Web safe color of #55E172 is #66CC66 (or #6C6).

RGB color model

#55E172 color RGB value is (85,225,114).

  • red value is 85;
  • green value is 225;
  • blue value is 114.
RGB:
(85,225,114)
(33%,88%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 225 of 255 = 88%
B 114 of 255 = 45%

85
225
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 225 + 114 = 424 (100%)
R 85 of 424 ~ 20.05%
G 225 of 424 ~ 53.07%
B 114 of 424 ~ 26.89%

%20.05
%53.07
%26.89

CMYK color model

#55E172 color CMYK value is (62,0,49,12).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 11.76%
CMYK:
(62,0,49,12)
C62M0Y49K12 
(62%,0%,49%,12%)
(0.62/0.00/0.49/0.12)	

CMYK percentages

%62.22
%0
%49.33
%11.76

Codes

Color #55E172 in popluar color models

55E172
RGB85225114
HSL132°70.00%60.78%
HSB/HSV132°62.22%88.24%
CMYK62.22%0.00%49.33%
11.76%

Color #55E172 in popluar number systems.

HEX55E172
Decimal85225114
Binary1010101111000011110010
Octal125341162

Shades and tints

Shades of #55E172

#55E172
(85,225,114)
#4ECD68
(78,205,104)
#47B95E
(71,185,94)
#40A554
(64,165,84)
#39914A
(57,145,74)
#327D40
(50,125,64)
#2B6936
(43,105,54)
#24552C
(36,85,44)
#1D4122
(29,65,34)
#162D18
(22,45,24)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #55E172

#55E172
(85,225,114)
#64E37E
(100,227,126)
#73E58A
(115,229,138)
#82E796
(130,231,150)
#91E9A2
(145,233,162)
#A0EBAE
(160,235,174)
#AFEDBA
(175,237,186)
#BEEFC6
(190,239,198)
#CDF1D2
(205,241,210)
#DCF3DE
(220,243,222)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55E172; }

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

This text font color is #55E172.


Background Color

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

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

This div background color is #55E172.


Border color

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

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

This div border color is #55E172.


Opacity

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

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

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

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

This text has shadow with #55E172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E172 on black background.


Color preview on white background

This text has color #55E172 on white background.



Black color preview on #55E172 background

This text has black color on #55E172 background.


White color preview on #55E172 background

This text has white color on #55E172 background.