COLOR #55DA27

HEX: #55DA27
RGB: (85,218,39)

Color info

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

RGB color model

#55DA27 color RGB value is (85,218,39).

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

RGB channels and saturation

R 85 of 255 = 33%
G 218 of 255 = 85%
B 39 of 255 = 15%

85
218
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 218 + 39 = 342 (100%)
R 85 of 342 ~ 24.85%
G 218 of 342 ~ 63.74%
B 39 of 342 ~ 11.4%

%24.85
%63.74
%11.4

CMYK color model

#55DA27 color CMYK value is (61,0,82,15).

  • cyan value is 61.01%
  • magenta value is 0.00%
  • yellow value is 82.11%
  • key color value is 14.51%
CMYK:
(61,0,82,15)
C61M0Y82K15 
(61%,0%,82%,15%)
(0.61/0.00/0.82/0.15)	

CMYK percentages

%61.01
%0
%82.11
%14.51

Codes

Color #55DA27 in popluar color models

55DA27
RGB8521839
HSL105°70.75%50.39%
HSB/HSV105°82.11%85.49%
CMYK61.01%0.00%82.11%
14.51%

Color #55DA27 in popluar number systems.

HEX55DA27
Decimal8521839
Binary101010111011010100111
Octal12533247

Shades and tints

Shades of #55DA27

#55DA27
(85,218,39)
#4EC724
(78,199,36)
#47B421
(71,180,33)
#40A11E
(64,161,30)
#398E1B
(57,142,27)
#327B18
(50,123,24)
#2B6815
(43,104,21)
#245512
(36,85,18)
#1D420F
(29,66,15)
#162F0C
(22,47,12)
#0F1C09
(15,28,9)
#000000
(0,0,0)

Tints of #55DA27

#55DA27
(85,218,39)
#64DD3A
(100,221,58)
#73E04D
(115,224,77)
#82E360
(130,227,96)
#91E673
(145,230,115)
#A0E986
(160,233,134)
#AFEC99
(175,236,153)
#BEEFAC
(190,239,172)
#CDF2BF
(205,242,191)
#DCF5D2
(220,245,210)
#EBF8E5
(235,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55DA27; }

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

This text font color is #55DA27.


Background Color

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

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

This div background color is #55DA27.


Border color

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

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

This div border color is #55DA27.


Opacity

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

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

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

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

This text has shadow with #55DA27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DA27 on black background.


Color preview on white background

This text has color #55DA27 on white background.



Black color preview on #55DA27 background

This text has black color on #55DA27 background.


White color preview on #55DA27 background

This text has white color on #55DA27 background.