COLOR #55C27D

HEX: #55C27D
RGB: (85,194,125)

Color info

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

RGB color model

#55C27D color RGB value is (85,194,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 194 of 255 = 76%
B 125 of 255 = 49%

85
194
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 194 + 125 = 404 (100%)
R 85 of 404 ~ 21.04%
G 194 of 404 ~ 48.02%
B 125 of 404 ~ 30.94%

%21.04
%48.02
%30.94

CMYK color model

#55C27D color CMYK value is (56,0,36,24).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 23.92%
CMYK:
(56,0,36,24)
C56M0Y36K24 
(56%,0%,36%,24%)
(0.56/0.00/0.36/0.24)	

CMYK percentages

%56.19
%0
%35.57
%23.92

Codes

Color #55C27D in popluar color models

55C27D
RGB85194125
HSL142°47.19%54.71%
HSB/HSV142°56.19%76.08%
CMYK56.19%0.00%35.57%
23.92%

Color #55C27D in popluar number systems.

HEX55C27D
Decimal85194125
Binary1010101110000101111101
Octal125302175

Shades and tints

Shades of #55C27D

#55C27D
(85,194,125)
#4EB172
(78,177,114)
#47A067
(71,160,103)
#408F5C
(64,143,92)
#397E51
(57,126,81)
#326D46
(50,109,70)
#2B5C3B
(43,92,59)
#244B30
(36,75,48)
#1D3A25
(29,58,37)
#16291A
(22,41,26)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #55C27D

#55C27D
(85,194,125)
#64C788
(100,199,136)
#73CC93
(115,204,147)
#82D19E
(130,209,158)
#91D6A9
(145,214,169)
#A0DBB4
(160,219,180)
#AFE0BF
(175,224,191)
#BEE5CA
(190,229,202)
#CDEAD5
(205,234,213)
#DCEFE0
(220,239,224)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C27D; }

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

This text font color is #55C27D.


Background Color

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

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

This div background color is #55C27D.


Border color

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

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

This div border color is #55C27D.


Opacity

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

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

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

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

This text has shadow with #55C27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C27D on black background.


Color preview on white background

This text has color #55C27D on white background.



Black color preview on #55C27D background

This text has black color on #55C27D background.


White color preview on #55C27D background

This text has white color on #55C27D background.