COLOR #5EE58F

HEX: #5EE58F RGB: (94,229,143)

Color info

#5EE58F contains mainly green color. Web safe color of #5EE58F is #66CC99 (or #6C9).

RGB color model

#5EE58F color RGB value is (94,229,143).

RGB: (94,229,143) (37%, 90%, 56%)

RGB channels and saturation

R 94 of 255 = 37%
G 229 of 255 = 90%
B 143 of 255 = 56%

94
229
143

R + G + B ~ 61%. #5EE58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 229 + 143 = 466 (100%)
R 94 of 466 ~ 20.17%
G 229 of 466 ~ 49.14%
B 143 of 466 ~ 30.69'%

%20.17
%49.14
%30.69

CMYK color model

#5EE58F color CMYK value is (59,0,38,10).

  • cyan value is 58.95%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 10.20%

CMYK: (59,0,38,10)
C59M0Y38K10 (59%, 0%, 38%, 10%)
(0.59 / 0.00 / 0.38 / 0.10)

CMYK percentages

%58.95
%0
%37.55
%10.2

Codes

Color #5EE58F in popluar color models

5E E5 8F
RGB 94 229 143
HSL 142° 72.19% 63.33%
HSB/HSV 142° 58.95% 89.80%
CMYK 58.95% 0.00% 37.55%
10.20%

Color #5EE58F in popluar number systems.

HEX 5E E5 8F
Decimal 94 229 143
Binary 1011110 11100101 10001111
Octal 136 345 217

Shades and tints

Shades of #5EE58F

#5EE58F
(94,229,143)
#56D182
(86,209,130)
#4EBD75
(78,189,117)
#46A968
(70,169,104)
#3E955B
(62,149,91)
#36814E
(54,129,78)
#2E6D41
(46,109,65)
#265934
(38,89,52)
#1E4527
(30,69,39)
#16311A
(22,49,26)
#0E1D0D
(14,29,13)
#000000
(0,0,0)

Tints of #5EE58F

#5EE58F
(94,229,143)
#6CE799
(108,231,153)
#7AE9A3
(122,233,163)
#88EBAD
(136,235,173)
#96EDB7
(150,237,183)
#A4EFC1
(164,239,193)
#B2F1CB
(178,241,203)
#C0F3D5
(192,243,213)
#CEF5DF
(206,245,223)
#DCF7E9
(220,247,233)
#EAF9F3
(234,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE58F color. Also use rgb(94,229,143) instead hex code.

Text Font Color

.myTextColor { color: #5EE58F; }

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

This text font color is #5EE58F.

Background Color

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

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

This div background color is #5EE58F.

Border color

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

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

This div border color is #5EE58F.

Opacity

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

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

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

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

This text has shadow with #5EE58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EE58F.

Preview

Color preview on black background

This text has color #5EE58F on black background.


Color preview on white background

This text has color #5EE58F on white background.


Black color preview on #5EE58F background

This text has black color on #5EE58F background.


White color preview on #5EE58F background

This text has white color on #5EE58F background.


Related colors

Complementary color

Complementary color for #5EE58F is #A11A70.


I love getcolorcode.com

Triadic colors

1 #8F5EE5 and #E58F5E with #5EE58F are triadic colors.

2 #8FE55E and #E55E8F with #5EE58F are triadic colors.