COLOR #55C65C

HEX: #55C65C
RGB: (85,198,92)

Color info

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

RGB color model

#55C65C color RGB value is (85,198,92).

  • red value is 85;
  • green value is 198;
  • blue value is 92.
RGB:
(85,198,92)
(33%,78%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 198 of 255 = 78%
B 92 of 255 = 36%

85
198
92

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

Portions of RGB colors in percentages

R + G + B =
85 + 198 + 92 = 375 (100%)
R 85 of 375 ~ 22.67%
G 198 of 375 ~ 52.8%
B 92 of 375 ~ 24.53%

%22.67
%52.8
%24.53

CMYK color model

#55C65C color CMYK value is (57,0,54,22).

  • cyan value is 57.07%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 22.35%
CMYK:
(57,0,54,22)
C57M0Y54K22 
(57%,0%,54%,22%)
(0.57/0.00/0.54/0.22)	

CMYK percentages

%57.07
%0
%53.54
%22.35

Codes

Color #55C65C in popluar color models

55C65C
RGB8519892
HSL124°49.78%55.49%
HSB/HSV124°57.07%77.65%
CMYK57.07%0.00%53.54%
22.35%

Color #55C65C in popluar number systems.

HEX55C65C
Decimal8519892
Binary1010101110001101011100
Octal125306134

Shades and tints

Shades of #55C65C

#55C65C
(85,198,92)
#4EB454
(78,180,84)
#47A24C
(71,162,76)
#409044
(64,144,68)
#397E3C
(57,126,60)
#326C34
(50,108,52)
#2B5A2C
(43,90,44)
#244824
(36,72,36)
#1D361C
(29,54,28)
#162414
(22,36,20)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #55C65C

#55C65C
(85,198,92)
#64CB6A
(100,203,106)
#73D078
(115,208,120)
#82D586
(130,213,134)
#91DA94
(145,218,148)
#A0DFA2
(160,223,162)
#AFE4B0
(175,228,176)
#BEE9BE
(190,233,190)
#CDEECC
(205,238,204)
#DCF3DA
(220,243,218)
#EBF8E8
(235,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C65C color. Also use rgb(85,198,92) instead hex code.

Text Font Color

.myTextColor { color: #55C65C; }

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

This text font color is #55C65C.


Background Color

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

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

This div background color is #55C65C.


Border color

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

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

This div border color is #55C65C.


Opacity

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

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

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

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

This text has shadow with #55C65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C65C on black background.


Color preview on white background

This text has color #55C65C on white background.



Black color preview on #55C65C background

This text has black color on #55C65C background.


White color preview on #55C65C background

This text has white color on #55C65C background.