COLOR #55DA3C

HEX: #55DA3C
RGB: (85,218,60)

Color info

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

RGB color model

#55DA3C color RGB value is (85,218,60).

  • red value is 85;
  • green value is 218;
  • blue value is 60.
RGB:
(85,218,60)
(33%,85%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 218 of 255 = 85%
B 60 of 255 = 24%

85
218
60

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

Portions of RGB colors in percentages

R + G + B =
85 + 218 + 60 = 363 (100%)
R 85 of 363 ~ 23.42%
G 218 of 363 ~ 60.06%
B 60 of 363 ~ 16.53%

%23.42
%60.06
%16.53

CMYK color model

#55DA3C color CMYK value is (61,0,72,15).

  • cyan value is 61.01%
  • magenta value is 0.00%
  • yellow value is 72.48%
  • key color value is 14.51%
CMYK:
(61,0,72,15)
C61M0Y72K15 
(61%,0%,72%,15%)
(0.61/0.00/0.72/0.15)	

CMYK percentages

%61.01
%0
%72.48
%14.51

Codes

Color #55DA3C in popluar color models

55DA3C
RGB8521860
HSL111°68.10%54.51%
HSB/HSV111°72.48%85.49%
CMYK61.01%0.00%72.48%
14.51%

Color #55DA3C in popluar number systems.

HEX55DA3C
Decimal8521860
Binary101010111011010111100
Octal12533274

Shades and tints

Shades of #55DA3C

#55DA3C
(85,218,60)
#4EC737
(78,199,55)
#47B432
(71,180,50)
#40A12D
(64,161,45)
#398E28
(57,142,40)
#327B23
(50,123,35)
#2B681E
(43,104,30)
#245519
(36,85,25)
#1D4214
(29,66,20)
#162F0F
(22,47,15)
#0F1C0A
(15,28,10)
#000000
(0,0,0)

Tints of #55DA3C

#55DA3C
(85,218,60)
#64DD4D
(100,221,77)
#73E05E
(115,224,94)
#82E36F
(130,227,111)
#91E680
(145,230,128)
#A0E991
(160,233,145)
#AFECA2
(175,236,162)
#BEEFB3
(190,239,179)
#CDF2C4
(205,242,196)
#DCF5D5
(220,245,213)
#EBF8E6
(235,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DA3C color. Also use rgb(85,218,60) instead hex code.

Text Font Color

.myTextColor { color: #55DA3C; }

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

This text font color is #55DA3C.


Background Color

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

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

This div background color is #55DA3C.


Border color

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

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

This div border color is #55DA3C.


Opacity

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

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

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

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

This text has shadow with #55DA3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DA3C on black background.


Color preview on white background

This text has color #55DA3C on white background.



Black color preview on #55DA3C background

This text has black color on #55DA3C background.


White color preview on #55DA3C background

This text has white color on #55DA3C background.