COLOR #55C94A

HEX: #55C94A
RGB: (85,201,74)

Color info

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

RGB color model

#55C94A color RGB value is (85,201,74).

  • red value is 85;
  • green value is 201;
  • blue value is 74.
RGB:
(85,201,74)
(33%,79%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 201 of 255 = 79%
B 74 of 255 = 29%

85
201
74

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

Portions of RGB colors in percentages

R + G + B =
85 + 201 + 74 = 360 (100%)
R 85 of 360 ~ 23.61%
G 201 of 360 ~ 55.83%
B 74 of 360 ~ 20.56%

%23.61
%55.83
%20.56

CMYK color model

#55C94A color CMYK value is (58,0,63,21).

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 63.18%
  • key color value is 21.18%
CMYK:
(58,0,63,21)
C58M0Y63K21 
(58%,0%,63%,21%)
(0.58/0.00/0.63/0.21)	

CMYK percentages

%57.71
%0
%63.18
%21.18

Codes

Color #55C94A in popluar color models

55C94A
RGB8520174
HSL115°54.04%53.92%
HSB/HSV115°63.18%78.82%
CMYK57.71%0.00%63.18%
21.18%

Color #55C94A in popluar number systems.

HEX55C94A
Decimal8520174
Binary1010101110010011001010
Octal125311112

Shades and tints

Shades of #55C94A

#55C94A
(85,201,74)
#4EB744
(78,183,68)
#47A53E
(71,165,62)
#409338
(64,147,56)
#398132
(57,129,50)
#326F2C
(50,111,44)
#2B5D26
(43,93,38)
#244B20
(36,75,32)
#1D391A
(29,57,26)
#162714
(22,39,20)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #55C94A

#55C94A
(85,201,74)
#64CD5A
(100,205,90)
#73D16A
(115,209,106)
#82D57A
(130,213,122)
#91D98A
(145,217,138)
#A0DD9A
(160,221,154)
#AFE1AA
(175,225,170)
#BEE5BA
(190,229,186)
#CDE9CA
(205,233,202)
#DCEDDA
(220,237,218)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C94A color. Also use rgb(85,201,74) instead hex code.

Text Font Color

.myTextColor { color: #55C94A; }

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

This text font color is #55C94A.


Background Color

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

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

This div background color is #55C94A.


Border color

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

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

This div border color is #55C94A.


Opacity

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

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

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

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

This text has shadow with #55C94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C94A on black background.


Color preview on white background

This text has color #55C94A on white background.



Black color preview on #55C94A background

This text has black color on #55C94A background.


White color preview on #55C94A background

This text has white color on #55C94A background.