COLOR #78DE55

HEX: #78DE55
RGB: (120,222,85)

Color info

#78DE55 contains mainly green color. Web safe color of #78DE55 is #66CC66 (or #6C6).

RGB color model

#78DE55 color RGB value is (120,222,85).

  • red value is 120;
  • green value is 222;
  • blue value is 85.
RGB:
(120,222,85)
(47%,87%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 222 of 255 = 87%
B 85 of 255 = 33%

120
222
85

R + G + B ~ 56%. #78DE55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 222 + 85 = 427 (100%)
R 120 of 427 ~ 28.1%
G 222 of 427 ~ 51.99%
B 85 of 427 ~ 19.91%

%28.1
%51.99
%19.91

CMYK color model

#78DE55 color CMYK value is (46,0,62,13).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 61.71%
  • key color value is 12.94%
CMYK:
(46,0,62,13)
C46M0Y62K13 
(46%,0%,62%,13%)
(0.46/0.00/0.62/0.13)	

CMYK percentages

%45.95
%0
%61.71
%12.94

Codes

Color #78DE55 in popluar color models

78DE55
RGB12022285
HSL105°67.49%60.20%
HSB/HSV105°61.71%87.06%
CMYK45.95%0.00%61.71%
12.94%

Color #78DE55 in popluar number systems.

HEX78DE55
Decimal12022285
Binary1111000110111101010101
Octal170336125

Shades and tints

Shades of #78DE55

#78DE55
(120,222,85)
#6ECA4E
(110,202,78)
#64B647
(100,182,71)
#5AA240
(90,162,64)
#508E39
(80,142,57)
#467A32
(70,122,50)
#3C662B
(60,102,43)
#325224
(50,82,36)
#283E1D
(40,62,29)
#1E2A16
(30,42,22)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #78DE55

#78DE55
(120,222,85)
#84E164
(132,225,100)
#90E473
(144,228,115)
#9CE782
(156,231,130)
#A8EA91
(168,234,145)
#B4EDA0
(180,237,160)
#C0F0AF
(192,240,175)
#CCF3BE
(204,243,190)
#D8F6CD
(216,246,205)
#E4F9DC
(228,249,220)
#F0FCEB
(240,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DE55 color. Also use rgb(120,222,85) instead hex code.

Text Font Color

.myTextColor { color: #78DE55; }

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

This text font color is #78DE55.


Background Color

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

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

This div background color is #78DE55.


Border color

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

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

This div border color is #78DE55.


Opacity

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

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

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

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

This text has shadow with #78DE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DE55 on black background.


Color preview on white background

This text has color #78DE55 on white background.



Black color preview on #78DE55 background

This text has black color on #78DE55 background.


White color preview on #78DE55 background

This text has white color on #78DE55 background.