COLOR #00E85D

HEX: #00E85D
RGB: (0,232,93)

Color info

#00E85D contains mainly green color. Web safe color of #00E85D is #00FF66 (or #0F6).

RGB color model

#00E85D color RGB value is (0,232,93).

  • red value is 0;
  • green value is 232;
  • blue value is 93.
RGB:
(0,232,93)
(0%,91%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 232 of 255 = 91%
B 93 of 255 = 36%

0
232
93

R + G + B ~ 42%. #00E85D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 232 + 93 = 325 (100%)
R 0 of 325 ~ 0%
G 232 of 325 ~ 71.38%
B 93 of 325 ~ 28.62%

%71.38
%28.62

CMYK color model

#00E85D color CMYK value is (100,0,60,9).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(100,0,60,9)
C100M0Y60K9 
(100%,0%,60%,9%)
(1.00/0.00/0.60/0.09)	

CMYK percentages

%100
%0
%59.91
%9.02

Codes

Color #00E85D in popluar color models

00E85D
RGB023293
HSL144°100.00%45.49%
HSB/HSV144°100.00%90.98%
CMYK100.00%0.00%59.91%
9.02%

Color #00E85D in popluar number systems.

HEX00E85D
Decimal023293
Binary0111010001011101
Octal0350135

Shades and tints

Shades of #00E85D

#00E85D
(0,232,93)
#00D355
(0,211,85)
#00BE4D
(0,190,77)
#00A945
(0,169,69)
#00943D
(0,148,61)
#007F35
(0,127,53)
#006A2D
(0,106,45)
#005525
(0,85,37)
#00401D
(0,64,29)
#002B15
(0,43,21)
#00160D
(0,22,13)
#000000
(0,0,0)

Tints of #00E85D

#00E85D
(0,232,93)
#17EA6B
(23,234,107)
#2EEC79
(46,236,121)
#45EE87
(69,238,135)
#5CF095
(92,240,149)
#73F2A3
(115,242,163)
#8AF4B1
(138,244,177)
#A1F6BF
(161,246,191)
#B8F8CD
(184,248,205)
#CFFADB
(207,250,219)
#E6FCE9
(230,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E85D color. Also use rgb(0,232,93) instead hex code.

Text Font Color

.myTextColor { color: #00E85D; }

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

This text font color is #00E85D.


Background Color

.myBgColor { background-color: #00E85D; }

<div style="background-color:#00E85D">Inner text</div>

This div background color is #00E85D.


Border color

.myBorderColor { border: 1px solid #00E85D; }

<div style="border:3px solid #00E85D">Div</div>

This div border color is #00E85D.


Opacity

.myOpacity80 { color: #00E85D; opacity: 0.8; }

<p style="color:#00E85D;opacity:0.8;">80%</p>

Text with #00E85D 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 #00E85D;}

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

This text has shadow with #00E85D color.

.textShadow {text-shadow: 3px 3px 1px #00E85D, 3px 3px 1px red;}

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

This text has shadow with #00E85D primary color and red secondary color.


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

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

This text has shadow with #00E85D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E85D on black background.


Color preview on white background

This text has color #00E85D on white background.



Black color preview on #00E85D background

This text has black color on #00E85D background.


White color preview on #00E85D background

This text has white color on #00E85D background.