COLOR #55EE92

HEX: #55EE92
RGB: (85,238,146)

Color info

#55EE92 contains mainly green color. Web safe color of #55EE92 is #66FF99 (or #6F9).

RGB color model

#55EE92 color RGB value is (85,238,146).

  • red value is 85;
  • green value is 238;
  • blue value is 146.
RGB:
(85,238,146)
(33%,93%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 238 of 255 = 93%
B 146 of 255 = 57%

85
238
146

R + G + B ~ 61%. #55EE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 238 + 146 = 469 (100%)
R 85 of 469 ~ 18.12%
G 238 of 469 ~ 50.75%
B 146 of 469 ~ 31.13%

%18.12
%50.75
%31.13

CMYK color model

#55EE92 color CMYK value is (64,0,39,7).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 6.67%
CMYK:
(64,0,39,7)
C64M0Y39K7 
(64%,0%,39%,7%)
(0.64/0.00/0.39/0.07)	

CMYK percentages

%64.29
%0
%38.66
%6.67

Codes

Color #55EE92 in popluar color models

55EE92
RGB85238146
HSL144°81.82%63.33%
HSB/HSV144°64.29%93.33%
CMYK64.29%0.00%38.66%
6.67%

Color #55EE92 in popluar number systems.

HEX55EE92
Decimal85238146
Binary10101011110111010010010
Octal125356222

Shades and tints

Shades of #55EE92

#55EE92
(85,238,146)
#4ED985
(78,217,133)
#47C478
(71,196,120)
#40AF6B
(64,175,107)
#399A5E
(57,154,94)
#328551
(50,133,81)
#2B7044
(43,112,68)
#245B37
(36,91,55)
#1D462A
(29,70,42)
#16311D
(22,49,29)
#0F1C10
(15,28,16)
#000000
(0,0,0)

Tints of #55EE92

#55EE92
(85,238,146)
#64EF9B
(100,239,155)
#73F0A4
(115,240,164)
#82F1AD
(130,241,173)
#91F2B6
(145,242,182)
#A0F3BF
(160,243,191)
#AFF4C8
(175,244,200)
#BEF5D1
(190,245,209)
#CDF6DA
(205,246,218)
#DCF7E3
(220,247,227)
#EBF8EC
(235,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55EE92 color. Also use rgb(85,238,146) instead hex code.

Text Font Color

.myTextColor { color: #55EE92; }

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

This text font color is #55EE92.


Background Color

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

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

This div background color is #55EE92.


Border color

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

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

This div border color is #55EE92.


Opacity

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

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

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

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

This text has shadow with #55EE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55EE92 on black background.


Color preview on white background

This text has color #55EE92 on white background.



Black color preview on #55EE92 background

This text has black color on #55EE92 background.


White color preview on #55EE92 background

This text has white color on #55EE92 background.