COLOR #5EBE0E

HEX: #5EBE0E RGB: (94,190,14)

Color info

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

RGB color model

#5EBE0E color RGB value is (94,190,14).

RGB: (94,190,14) (37%, 75%, 5%)

RGB channels and saturation

R 94 of 255 = 37%
G 190 of 255 = 75%
B 14 of 255 = 5%

94
190
14

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

Portions of RGB colors in percentages

R + G + B = 94 + 190 + 14 = 298 (100%)
R 94 of 298 ~ 31.54%
G 190 of 298 ~ 63.76%
B 14 of 298 ~ 4.7'%

%31.54
%63.76

CMYK color model

#5EBE0E color CMYK value is (51,0,93,25).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 92.63%
  • key color value is 25.49%

CMYK: (51,0,93,25)
C51M0Y93K25 (51%, 0%, 93%, 25%)
(0.51 / 0.00 / 0.93 / 0.25)

CMYK percentages

%50.53
%0
%92.63
%25.49

Codes

Color #5EBE0E in popluar color models

5E BE 0E
RGB 94 190 14
HSL 93° 86.27% 40.00%
HSB/HSV 93° 92.63% 74.51%
CMYK 50.53% 0.00% 92.63%
25.49%

Color #5EBE0E in popluar number systems.

HEX 5E BE 0E
Decimal 94 190 14
Binary 1011110 10111110 1110
Octal 136 276 16

Shades and tints

Shades of #5EBE0E

#5EBE0E
(94,190,14)
#56AD0D
(86,173,13)
#4E9C0C
(78,156,12)
#468B0B
(70,139,11)
#3E7A0A
(62,122,10)
#366909
(54,105,9)
#2E5808
(46,88,8)
#264707
(38,71,7)
#1E3606
(30,54,6)
#162505
(22,37,5)
#0E1404
(14,20,4)
#000000
(0,0,0)

Tints of #5EBE0E

#5EBE0E
(94,190,14)
#6CC323
(108,195,35)
#7AC838
(122,200,56)
#88CD4D
(136,205,77)
#96D262
(150,210,98)
#A4D777
(164,215,119)
#B2DC8C
(178,220,140)
#C0E1A1
(192,225,161)
#CEE6B6
(206,230,182)
#DCEBCB
(220,235,203)
#EAF0E0
(234,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBE0E color. Also use rgb(94,190,14) instead hex code.

Text Font Color

.myTextColor { color: #5EBE0E; }

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

This text font color is #5EBE0E.

Background Color

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

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

This div background color is #5EBE0E.

Border color

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

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

This div border color is #5EBE0E.

Opacity

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

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

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

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

This text has shadow with #5EBE0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBE0E.

Preview

Color preview on black background

This text has color #5EBE0E on black background.


Color preview on white background

This text has color #5EBE0E on white background.


Black color preview on #5EBE0E background

This text has black color on #5EBE0E background.


White color preview on #5EBE0E background

This text has white color on #5EBE0E background.


Related colors

Complementary color

Complementary color for #5EBE0E is #A141F1.


I love getcolorcode.com

Triadic colors

1 #0E5EBE and #BE0E5E with #5EBE0E are triadic colors.

2 #0EBE5E and #BE5E0E with #5EBE0E are triadic colors.