COLOR #00E778

HEX: #00E778
RGB: (0,231,120)

Color info

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

RGB color model

#00E778 color RGB value is (0,231,120).

  • red value is 0;
  • green value is 231;
  • blue value is 120.
RGB:
(0,231,120)
(0%,91%,47%)

RGB channels and saturation

R 0 of 255 = 0%
G 231 of 255 = 91%
B 120 of 255 = 47%

0
231
120

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

Portions of RGB colors in percentages

R + G + B =
0 + 231 + 120 = 351 (100%)
R 0 of 351 ~ 0%
G 231 of 351 ~ 65.81%
B 120 of 351 ~ 34.19%

%65.81
%34.19

CMYK color model

#00E778 color CMYK value is (100,0,48,9).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.05%
  • key color value is 9.41%
CMYK:
(100,0,48,9)
C100M0Y48K9 
(100%,0%,48%,9%)
(1.00/0.00/0.48/0.09)	

CMYK percentages

%100
%0
%48.05
%9.41

Codes

Color #00E778 in popluar color models

00E778
RGB0231120
HSL151°100.00%45.29%
HSB/HSV151°100.00%90.59%
CMYK100.00%0.00%48.05%
9.41%

Color #00E778 in popluar number systems.

HEX00E778
Decimal0231120
Binary0111001111111000
Octal0347170

Shades and tints

Shades of #00E778

#00E778
(0,231,120)
#00D26E
(0,210,110)
#00BD64
(0,189,100)
#00A85A
(0,168,90)
#009350
(0,147,80)
#007E46
(0,126,70)
#00693C
(0,105,60)
#005432
(0,84,50)
#003F28
(0,63,40)
#002A1E
(0,42,30)
#001514
(0,21,20)
#000000
(0,0,0)

Tints of #00E778

#00E778
(0,231,120)
#17E984
(23,233,132)
#2EEB90
(46,235,144)
#45ED9C
(69,237,156)
#5CEFA8
(92,239,168)
#73F1B4
(115,241,180)
#8AF3C0
(138,243,192)
#A1F5CC
(161,245,204)
#B8F7D8
(184,247,216)
#CFF9E4
(207,249,228)
#E6FBF0
(230,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E778 color. Also use rgb(0,231,120) instead hex code.

Text Font Color

.myTextColor { color: #00E778; }

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

This text font color is #00E778.


Background Color

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

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

This div background color is #00E778.


Border color

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

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

This div border color is #00E778.


Opacity

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

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

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

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

This text has shadow with #00E778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E778 on black background.


Color preview on white background

This text has color #00E778 on white background.



Black color preview on #00E778 background

This text has black color on #00E778 background.


White color preview on #00E778 background

This text has white color on #00E778 background.