COLOR #5EBC12

HEX: #5EBC12
RGB: (94,188,18)

Color info

#5EBC12 contains mainly green color. Web safe color of #5EBC12 is #66CC00 (or #6C0).

RGB color model

#5EBC12 color RGB value is (94,188,18).

  • red value is 94;
  • green value is 188;
  • blue value is 18.
RGB:
(94,188,18)
(37%,74%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 18 of 255 = 7%

94
188
18

R + G + B ~ 39%. #5EBC12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 188 + 18 = 300 (100%)
R 94 of 300 ~ 31.33%
G 188 of 300 ~ 62.67%
B 18 of 300 ~ 6%

%31.33
%62.67

CMYK color model

#5EBC12 color CMYK value is (50,0,90,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 90.43%
  • key color value is 26.27%
CMYK:
(50,0,90,26)
C50M0Y90K26 
(50%,0%,90%,26%)
(0.50/0.00/0.90/0.26)	

CMYK percentages

%50
%0
%90.43
%26.27

Codes

Color #5EBC12 in popluar color models

5EBC12
RGB9418818
HSL93°82.52%40.39%
HSB/HSV93°90.43%73.73%
CMYK50.00%0.00%90.43%
26.27%

Color #5EBC12 in popluar number systems.

HEX5EBC12
Decimal9418818
Binary10111101011110010010
Octal13627422

Shades and tints

Shades of #5EBC12

#5EBC12
(94,188,18)
#56AB11
(86,171,17)
#4E9A10
(78,154,16)
#46890F
(70,137,15)
#3E780E
(62,120,14)
#36670D
(54,103,13)
#2E560C
(46,86,12)
#26450B
(38,69,11)
#1E340A
(30,52,10)
#162309
(22,35,9)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #5EBC12

#5EBC12
(94,188,18)
#6CC227
(108,194,39)
#7AC83C
(122,200,60)
#88CE51
(136,206,81)
#96D466
(150,212,102)
#A4DA7B
(164,218,123)
#B2E090
(178,224,144)
#C0E6A5
(192,230,165)
#CEECBA
(206,236,186)
#DCF2CF
(220,242,207)
#EAF8E4
(234,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBC12 color. Also use rgb(94,188,18) instead hex code.

Text Font Color

.myTextColor { color: #5EBC12; }

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

This text font color is #5EBC12.


Background Color

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

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

This div background color is #5EBC12.


Border color

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

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

This div border color is #5EBC12.


Opacity

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

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

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

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

This text has shadow with #5EBC12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBC12 on black background.


Color preview on white background

This text has color #5EBC12 on white background.



Black color preview on #5EBC12 background

This text has black color on #5EBC12 background.


White color preview on #5EBC12 background

This text has white color on #5EBC12 background.