COLOR #55D649

HEX: #55D649
RGB: (85,214,73)

Color info

#55D649 contains mainly green color. Web safe color of #55D649 is #66CC33 (or #6C3).

RGB color model

#55D649 color RGB value is (85,214,73).

  • red value is 85;
  • green value is 214;
  • blue value is 73.
RGB:
(85,214,73)
(33%,84%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 214 of 255 = 84%
B 73 of 255 = 29%

85
214
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 214 + 73 = 372 (100%)
R 85 of 372 ~ 22.85%
G 214 of 372 ~ 57.53%
B 73 of 372 ~ 19.62%

%22.85
%57.53
%19.62

CMYK color model

#55D649 color CMYK value is (60,0,66,16).

  • cyan value is 60.28%
  • magenta value is 0.00%
  • yellow value is 65.89%
  • key color value is 16.08%
CMYK:
(60,0,66,16)
C60M0Y66K16 
(60%,0%,66%,16%)
(0.60/0.00/0.66/0.16)	

CMYK percentages

%60.28
%0
%65.89
%16.08

Codes

Color #55D649 in popluar color models

55D649
RGB8521473
HSL115°63.23%56.27%
HSB/HSV115°65.89%83.92%
CMYK60.28%0.00%65.89%
16.08%

Color #55D649 in popluar number systems.

HEX55D649
Decimal8521473
Binary1010101110101101001001
Octal125326111

Shades and tints

Shades of #55D649

#55D649
(85,214,73)
#4EC343
(78,195,67)
#47B03D
(71,176,61)
#409D37
(64,157,55)
#398A31
(57,138,49)
#32772B
(50,119,43)
#2B6425
(43,100,37)
#24511F
(36,81,31)
#1D3E19
(29,62,25)
#162B13
(22,43,19)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #55D649

#55D649
(85,214,73)
#64D959
(100,217,89)
#73DC69
(115,220,105)
#82DF79
(130,223,121)
#91E289
(145,226,137)
#A0E599
(160,229,153)
#AFE8A9
(175,232,169)
#BEEBB9
(190,235,185)
#CDEEC9
(205,238,201)
#DCF1D9
(220,241,217)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D649 color. Also use rgb(85,214,73) instead hex code.

Text Font Color

.myTextColor { color: #55D649; }

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

This text font color is #55D649.


Background Color

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

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

This div background color is #55D649.


Border color

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

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

This div border color is #55D649.


Opacity

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

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

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

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

This text has shadow with #55D649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D649 on black background.


Color preview on white background

This text has color #55D649 on white background.



Black color preview on #55D649 background

This text has black color on #55D649 background.


White color preview on #55D649 background

This text has white color on #55D649 background.