COLOR #55B94A

HEX: #55B94A
RGB: (85,185,74)

Color info

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

RGB color model

#55B94A color RGB value is (85,185,74).

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

RGB channels and saturation

R 85 of 255 = 33%
G 185 of 255 = 73%
B 74 of 255 = 29%

85
185
74

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

Portions of RGB colors in percentages

R + G + B =
85 + 185 + 74 = 344 (100%)
R 85 of 344 ~ 24.71%
G 185 of 344 ~ 53.78%
B 74 of 344 ~ 21.51%

%24.71
%53.78
%21.51

CMYK color model

#55B94A color CMYK value is (54,0,60,27).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 27.45%
CMYK:
(54,0,60,27)
C54M0Y60K27 
(54%,0%,60%,27%)
(0.54/0.00/0.60/0.27)	

CMYK percentages

%54.05
%0
%60
%27.45

Codes

Color #55B94A in popluar color models

55B94A
RGB8518574
HSL114°44.22%50.78%
HSB/HSV114°60.00%72.55%
CMYK54.05%0.00%60.00%
27.45%

Color #55B94A in popluar number systems.

HEX55B94A
Decimal8518574
Binary1010101101110011001010
Octal125271112

Shades and tints

Shades of #55B94A

#55B94A
(85,185,74)
#4EA944
(78,169,68)
#47993E
(71,153,62)
#408938
(64,137,56)
#397932
(57,121,50)
#32692C
(50,105,44)
#2B5926
(43,89,38)
#244920
(36,73,32)
#1D391A
(29,57,26)
#162914
(22,41,20)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #55B94A

#55B94A
(85,185,74)
#64BF5A
(100,191,90)
#73C56A
(115,197,106)
#82CB7A
(130,203,122)
#91D18A
(145,209,138)
#A0D79A
(160,215,154)
#AFDDAA
(175,221,170)
#BEE3BA
(190,227,186)
#CDE9CA
(205,233,202)
#DCEFDA
(220,239,218)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55B94A; }

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

This text font color is #55B94A.


Background Color

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

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

This div background color is #55B94A.


Border color

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

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

This div border color is #55B94A.


Opacity

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

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

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

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

This text has shadow with #55B94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B94A on black background.


Color preview on white background

This text has color #55B94A on white background.



Black color preview on #55B94A background

This text has black color on #55B94A background.


White color preview on #55B94A background

This text has white color on #55B94A background.