COLOR #78EB96

HEX: #78EB96 RGB: (120,235,150)

Color info

#78EB96 contains mainly green color. Web safe color of #78EB96 is #66FF99 (or #6F9).

RGB color model

#78EB96 color RGB value is (120,235,150).

RGB: (120,235,150) (47%, 92%, 59%)

RGB channels and saturation

R 120 of 255 = 47%
G 235 of 255 = 92%
B 150 of 255 = 59%

120
235
150

R + G + B ~ 66%. #78EB96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 235 + 150 = 505 (100%)
R 120 of 505 ~ 23.76%
G 235 of 505 ~ 46.53%
B 150 of 505 ~ 29.7'%

%23.76
%46.53
%29.7

CMYK color model

#78EB96 color CMYK value is (49,0,36,8).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 7.84%

CMYK: (49,0,36,8)
C49M0Y36K8 (49%, 0%, 36%, 8%)
(0.49 / 0.00 / 0.36 / 0.08)

CMYK percentages

%48.94
%0
%36.17
%7.84

Codes

Color #78EB96 in popluar color models

78 EB 96
RGB 120 235 150
HSL 136° 74.19% 69.61%
HSB/HSV 136° 48.94% 92.16%
CMYK 48.94% 0.00% 36.17%
7.84%

Color #78EB96 in popluar number systems.

HEX 78 EB 96
Decimal 120 235 150
Binary 1111000 11101011 10010110
Octal 170 353 226

Shades and tints

Shades of #78EB96

#78EB96
(120,235,150)
#6ED689
(110,214,137)
#64C17C
(100,193,124)
#5AAC6F
(90,172,111)
#509762
(80,151,98)
#468255
(70,130,85)
#3C6D48
(60,109,72)
#32583B
(50,88,59)
#28432E
(40,67,46)
#1E2E21
(30,46,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #78EB96

#78EB96
(120,235,150)
#84EC9F
(132,236,159)
#90EDA8
(144,237,168)
#9CEEB1
(156,238,177)
#A8EFBA
(168,239,186)
#B4F0C3
(180,240,195)
#C0F1CC
(192,241,204)
#CCF2D5
(204,242,213)
#D8F3DE
(216,243,222)
#E4F4E7
(228,244,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78EB96 color. Also use rgb(120,235,150) instead hex code.

Text Font Color

.myTextColor { color: #78EB96; }

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

This text font color is #78EB96.

Background Color

.myBgColor { background-color: #78EB96; }

<div style="background-color:#78EB96">Inner text</div>

This div background color is #78EB96.

Border color

.myBorderColor { border: 1px solid #78EB96; }

<div style="border:3px solid #78EB96">Div</div>

This div border color is #78EB96.

Opacity

.myOpacity80 { color: #78EB96; opacity: 0.8; }

<p style="color:#78EB96;opacity:0.8;">80%</p>

Text with #78EB96 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 #78EB96;}

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

This text has shadow with #78EB96 color.


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

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

This text has shadow with #78EB96 primary color and red secondary color.


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

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

This text has shadow with #78EB96 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78EB96.

Preview

Color preview on black background

This text has color #78EB96 on black background.


Color preview on white background

This text has color #78EB96 on white background.


Black color preview on #78EB96 background

This text has black color on #78EB96 background.


White color preview on #78EB96 background

This text has white color on #78EB96 background.


Related colors

Complementary color

Complementary color for #hex is #871469.


I love getcolorcode.com

Triadic colors

1 #9678EB and #EB9678 with #78EB96 are triadic colors.

2 #96EB78 and #EB7896 with #78EB96 are triadic colors.