COLOR #5EBA00

HEX: #5EBA00 RGB: (94,186,0)

Color info

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

RGB color model

#5EBA00 color RGB value is (94,186,0).

RGB: (94,186,0) (37%, 73%, 0%)

RGB channels and saturation

R 94 of 255 = 37%
G 186 of 255 = 73%
B 0 of 255 = 0%

94
186
0

R + G + B ~ 37%. #5EBA00 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 186 + 0 = 280 (100%)
R 94 of 280 ~ 33.57%
G 186 of 280 ~ 66.43%
B 0 of 280 ~ 0'%

%33.57
%66.43

CMYK color model

#5EBA00 color CMYK value is (49,0,100,27).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 27.06%

CMYK: (49,0,100,27)
C49M0Y100K27 (49%, 0%, 100%, 27%)
(0.49 / 0.00 / 1.00 / 0.27)

CMYK percentages

%49.46
%0
%100
%27.06

Codes

Color #5EBA00 in popluar color models

5E BA 00
RGB 94 186 0
HSL 90° 100.00% 36.47%
HSB/HSV 90° 100.00% 72.94%
CMYK 49.46% 0.00% 100.00%
27.06%

Color #5EBA00 in popluar number systems.

HEX 5E BA 00
Decimal 94 186 0
Binary 1011110 10111010 0
Octal 136 272 0

Shades and tints

Shades of #5EBA00

#5EBA00
(94,186,0)
#56AA00
(86,170,0)
#4E9A00
(78,154,0)
#468A00
(70,138,0)
#3E7A00
(62,122,0)
#366A00
(54,106,0)
#2E5A00
(46,90,0)
#264A00
(38,74,0)
#1E3A00
(30,58,0)
#162A00
(22,42,0)
#0E1A00
(14,26,0)
#000000
(0,0,0)

Tints of #5EBA00

#5EBA00
(94,186,0)
#6CC017
(108,192,23)
#7AC62E
(122,198,46)
#88CC45
(136,204,69)
#96D25C
(150,210,92)
#A4D873
(164,216,115)
#B2DE8A
(178,222,138)
#C0E4A1
(192,228,161)
#CEEAB8
(206,234,184)
#DCF0CF
(220,240,207)
#EAF6E6
(234,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBA00 color. Also use rgb(94,186,0) instead hex code.

Text Font Color

.myTextColor { color: #5EBA00; }

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

This text font color is #5EBA00.

Background Color

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

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

This div background color is #5EBA00.

Border color

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

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

This div border color is #5EBA00.

Opacity

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

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

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

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

This text has shadow with #5EBA00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBA00.

Preview

Color preview on black background

This text has color #5EBA00 on black background.


Color preview on white background

This text has color #5EBA00 on white background.


Black color preview on #5EBA00 background

This text has black color on #5EBA00 background.


White color preview on #5EBA00 background

This text has white color on #5EBA00 background.


Related colors

Complementary color

Complementary color for #hex is #A145FF.


I love getcolorcode.com

Triadic colors

1 #005EBA and #BA005E with #5EBA00 are triadic colors.

2 #00BA5E and #BA5E00 with #5EBA00 are triadic colors.