COLOR #55D927

HEX: #55D927
RGB: (85,217,39)

Color info

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

RGB color model

#55D927 color RGB value is (85,217,39).

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

RGB channels and saturation

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

85
217
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 217 + 39 = 341 (100%)
R 85 of 341 ~ 24.93%
G 217 of 341 ~ 63.64%
B 39 of 341 ~ 11.44%

%24.93
%63.64
%11.44

CMYK color model

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

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

CMYK percentages

%60.83
%0
%82.03
%14.9

Codes

Color #55D927 in popluar color models

55D927
RGB8521739
HSL104°70.08%50.20%
HSB/HSV104°82.03%85.10%
CMYK60.83%0.00%82.03%
14.90%

Color #55D927 in popluar number systems.

HEX55D927
Decimal8521739
Binary101010111011001100111
Octal12533147

Shades and tints

Shades of #55D927

#55D927
(85,217,39)
#4EC624
(78,198,36)
#47B321
(71,179,33)
#40A01E
(64,160,30)
#398D1B
(57,141,27)
#327A18
(50,122,24)
#2B6715
(43,103,21)
#245412
(36,84,18)
#1D410F
(29,65,15)
#162E0C
(22,46,12)
#0F1B09
(15,27,9)
#000000
(0,0,0)

Tints of #55D927

#55D927
(85,217,39)
#64DC3A
(100,220,58)
#73DF4D
(115,223,77)
#82E260
(130,226,96)
#91E573
(145,229,115)
#A0E886
(160,232,134)
#AFEB99
(175,235,153)
#BEEEAC
(190,238,172)
#CDF1BF
(205,241,191)
#DCF4D2
(220,244,210)
#EBF7E5
(235,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D927; }

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

This text font color is #55D927.


Background Color

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

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

This div background color is #55D927.


Border color

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

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

This div border color is #55D927.


Opacity

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

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

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

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

This text has shadow with #55D927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D927 on black background.


Color preview on white background

This text has color #55D927 on white background.



Black color preview on #55D927 background

This text has black color on #55D927 background.


White color preview on #55D927 background

This text has white color on #55D927 background.