COLOR #5EBB46

HEX: #5EBB46
RGB: (94,187,70)

Color info

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

RGB color model

#5EBB46 color RGB value is (94,187,70).

  • red value is 94;
  • green value is 187;
  • blue value is 70.
RGB:
(94,187,70)
(37%,73%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 187 of 255 = 73%
B 70 of 255 = 27%

94
187
70

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

Portions of RGB colors in percentages

R + G + B =
94 + 187 + 70 = 351 (100%)
R 94 of 351 ~ 26.78%
G 187 of 351 ~ 53.28%
B 70 of 351 ~ 19.94%

%26.78
%53.28
%19.94

CMYK color model

#5EBB46 color CMYK value is (50,0,63,27).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 62.57%
  • key color value is 26.67%
CMYK:
(50,0,63,27)
C50M0Y63K27 
(50%,0%,63%,27%)
(0.50/0.00/0.63/0.27)	

CMYK percentages

%49.73
%0
%62.57
%26.67

Codes

Color #5EBB46 in popluar color models

5EBB46
RGB9418770
HSL108°46.25%50.39%
HSB/HSV108°62.57%73.33%
CMYK49.73%0.00%62.57%
26.67%

Color #5EBB46 in popluar number systems.

HEX5EBB46
Decimal9418770
Binary1011110101110111000110
Octal136273106

Shades and tints

Shades of #5EBB46

#5EBB46
(94,187,70)
#56AA40
(86,170,64)
#4E993A
(78,153,58)
#468834
(70,136,52)
#3E772E
(62,119,46)
#366628
(54,102,40)
#2E5522
(46,85,34)
#26441C
(38,68,28)
#1E3316
(30,51,22)
#162210
(22,34,16)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #5EBB46

#5EBB46
(94,187,70)
#6CC156
(108,193,86)
#7AC766
(122,199,102)
#88CD76
(136,205,118)
#96D386
(150,211,134)
#A4D996
(164,217,150)
#B2DFA6
(178,223,166)
#C0E5B6
(192,229,182)
#CEEBC6
(206,235,198)
#DCF1D6
(220,241,214)
#EAF7E6
(234,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBB46 color. Also use rgb(94,187,70) instead hex code.

Text Font Color

.myTextColor { color: #5EBB46; }

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

This text font color is #5EBB46.


Background Color

.myBgColor { background-color: #5EBB46; }

<div style="background-color:#5EBB46">Inner text</div>

This div background color is #5EBB46.


Border color

.myBorderColor { border: 1px solid #5EBB46; }

<div style="border:3px solid #5EBB46">Div</div>

This div border color is #5EBB46.


Opacity

.myOpacity80 { color: #5EBB46; opacity: 0.8; }

<p style="color:#5EBB46;opacity:0.8;">80%</p>

Text with #5EBB46 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 #5EBB46;}

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

This text has shadow with #5EBB46 color.

.textShadow {text-shadow: 3px 3px 1px #5EBB46, 3px 3px 1px red;}

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

This text has shadow with #5EBB46 primary color and red secondary color.


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

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

This text has shadow with #5EBB46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBB46 on black background.


Color preview on white background

This text has color #5EBB46 on white background.



Black color preview on #5EBB46 background

This text has black color on #5EBB46 background.


White color preview on #5EBB46 background

This text has white color on #5EBB46 background.