COLOR #55C23D

HEX: #55C23D
RGB: (85,194,61)

Color info

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

RGB color model

#55C23D color RGB value is (85,194,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 194 of 255 = 76%
B 61 of 255 = 24%

85
194
61

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

Portions of RGB colors in percentages

R + G + B =
85 + 194 + 61 = 340 (100%)
R 85 of 340 ~ 25%
G 194 of 340 ~ 57.06%
B 61 of 340 ~ 17.94%

%25
%57.06
%17.94

CMYK color model

#55C23D color CMYK value is (56,0,69,24).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 68.56%
  • key color value is 23.92%
CMYK:
(56,0,69,24)
C56M0Y69K24 
(56%,0%,69%,24%)
(0.56/0.00/0.69/0.24)	

CMYK percentages

%56.19
%0
%68.56
%23.92

Codes

Color #55C23D in popluar color models

55C23D
RGB8519461
HSL109°52.16%50.00%
HSB/HSV109°68.56%76.08%
CMYK56.19%0.00%68.56%
23.92%

Color #55C23D in popluar number systems.

HEX55C23D
Decimal8519461
Binary101010111000010111101
Octal12530275

Shades and tints

Shades of #55C23D

#55C23D
(85,194,61)
#4EB138
(78,177,56)
#47A033
(71,160,51)
#408F2E
(64,143,46)
#397E29
(57,126,41)
#326D24
(50,109,36)
#2B5C1F
(43,92,31)
#244B1A
(36,75,26)
#1D3A15
(29,58,21)
#162910
(22,41,16)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #55C23D

#55C23D
(85,194,61)
#64C74E
(100,199,78)
#73CC5F
(115,204,95)
#82D170
(130,209,112)
#91D681
(145,214,129)
#A0DB92
(160,219,146)
#AFE0A3
(175,224,163)
#BEE5B4
(190,229,180)
#CDEAC5
(205,234,197)
#DCEFD6
(220,239,214)
#EBF4E7
(235,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C23D; }

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

This text font color is #55C23D.


Background Color

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

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

This div background color is #55C23D.


Border color

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

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

This div border color is #55C23D.


Opacity

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

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

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

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

This text has shadow with #55C23D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C23D on black background.


Color preview on white background

This text has color #55C23D on white background.



Black color preview on #55C23D background

This text has black color on #55C23D background.


White color preview on #55C23D background

This text has white color on #55C23D background.