COLOR #55C869

HEX: #55C869
RGB: (85,200,105)

Color info

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

RGB color model

#55C869 color RGB value is (85,200,105).

  • red value is 85;
  • green value is 200;
  • blue value is 105.
RGB:
(85,200,105)
(33%,78%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 200 of 255 = 78%
B 105 of 255 = 41%

85
200
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 200 + 105 = 390 (100%)
R 85 of 390 ~ 21.79%
G 200 of 390 ~ 51.28%
B 105 of 390 ~ 26.92%

%21.79
%51.28
%26.92

CMYK color model

#55C869 color CMYK value is (58,0,48,22).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 21.57%
CMYK:
(58,0,48,22)
C58M0Y48K22 
(58%,0%,48%,22%)
(0.58/0.00/0.48/0.22)	

CMYK percentages

%57.5
%0
%47.5
%21.57

Codes

Color #55C869 in popluar color models

55C869
RGB85200105
HSL130°51.11%55.88%
HSB/HSV130°57.50%78.43%
CMYK57.50%0.00%47.50%
21.57%

Color #55C869 in popluar number systems.

HEX55C869
Decimal85200105
Binary1010101110010001101001
Octal125310151

Shades and tints

Shades of #55C869

#55C869
(85,200,105)
#4EB660
(78,182,96)
#47A457
(71,164,87)
#40924E
(64,146,78)
#398045
(57,128,69)
#326E3C
(50,110,60)
#2B5C33
(43,92,51)
#244A2A
(36,74,42)
#1D3821
(29,56,33)
#162618
(22,38,24)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #55C869

#55C869
(85,200,105)
#64CD76
(100,205,118)
#73D283
(115,210,131)
#82D790
(130,215,144)
#91DC9D
(145,220,157)
#A0E1AA
(160,225,170)
#AFE6B7
(175,230,183)
#BEEBC4
(190,235,196)
#CDF0D1
(205,240,209)
#DCF5DE
(220,245,222)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C869 color. Also use rgb(85,200,105) instead hex code.

Text Font Color

.myTextColor { color: #55C869; }

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

This text font color is #55C869.


Background Color

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

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

This div background color is #55C869.


Border color

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

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

This div border color is #55C869.


Opacity

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

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

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

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

This text has shadow with #55C869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C869 on black background.


Color preview on white background

This text has color #55C869 on white background.



Black color preview on #55C869 background

This text has black color on #55C869 background.


White color preview on #55C869 background

This text has white color on #55C869 background.