COLOR #55E825

HEX: #55E825
RGB: (85,232,37)

Color info

#55E825 contains mainly green color. Web safe color of #55E825 is #66FF33 (or #6F3).

RGB color model

#55E825 color RGB value is (85,232,37).

  • red value is 85;
  • green value is 232;
  • blue value is 37.
RGB:
(85,232,37)
(33%,91%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 232 of 255 = 91%
B 37 of 255 = 15%

85
232
37

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

Portions of RGB colors in percentages

R + G + B =
85 + 232 + 37 = 354 (100%)
R 85 of 354 ~ 24.01%
G 232 of 354 ~ 65.54%
B 37 of 354 ~ 10.45%

%24.01
%65.54
%10.45

CMYK color model

#55E825 color CMYK value is (63,0,84,9).

  • cyan value is 63.36%
  • magenta value is 0.00%
  • yellow value is 84.05%
  • key color value is 9.02%
CMYK:
(63,0,84,9)
C63M0Y84K9 
(63%,0%,84%,9%)
(0.63/0.00/0.84/0.09)	

CMYK percentages

%63.36
%0
%84.05
%9.02

Codes

Color #55E825 in popluar color models

55E825
RGB8523237
HSL105°80.91%52.75%
HSB/HSV105°84.05%90.98%
CMYK63.36%0.00%84.05%
9.02%

Color #55E825 in popluar number systems.

HEX55E825
Decimal8523237
Binary101010111101000100101
Octal12535045

Shades and tints

Shades of #55E825

#55E825
(85,232,37)
#4ED322
(78,211,34)
#47BE1F
(71,190,31)
#40A91C
(64,169,28)
#399419
(57,148,25)
#327F16
(50,127,22)
#2B6A13
(43,106,19)
#245510
(36,85,16)
#1D400D
(29,64,13)
#162B0A
(22,43,10)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #55E825

#55E825
(85,232,37)
#64EA38
(100,234,56)
#73EC4B
(115,236,75)
#82EE5E
(130,238,94)
#91F071
(145,240,113)
#A0F284
(160,242,132)
#AFF497
(175,244,151)
#BEF6AA
(190,246,170)
#CDF8BD
(205,248,189)
#DCFAD0
(220,250,208)
#EBFCE3
(235,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55E825 color. Also use rgb(85,232,37) instead hex code.

Text Font Color

.myTextColor { color: #55E825; }

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

This text font color is #55E825.


Background Color

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

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

This div background color is #55E825.


Border color

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

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

This div border color is #55E825.


Opacity

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

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

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

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

This text has shadow with #55E825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55E825 on black background.


Color preview on white background

This text has color #55E825 on white background.



Black color preview on #55E825 background

This text has black color on #55E825 background.


White color preview on #55E825 background

This text has white color on #55E825 background.