COLOR #78C838

HEX: #78C838
RGB: (120,200,56)

Color info

#78C838 contains mainly green color. Web safe color of #78C838 is #66CC33 (or #6C3).

RGB color model

#78C838 color RGB value is (120,200,56).

  • red value is 120;
  • green value is 200;
  • blue value is 56.
RGB:
(120,200,56)
(47%,78%,22%)

RGB channels and saturation

R 120 of 255 = 47%
G 200 of 255 = 78%
B 56 of 255 = 22%

120
200
56

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

Portions of RGB colors in percentages

R + G + B =
120 + 200 + 56 = 376 (100%)
R 120 of 376 ~ 31.91%
G 200 of 376 ~ 53.19%
B 56 of 376 ~ 14.89%

%31.91
%53.19
%14.89

CMYK color model

#78C838 color CMYK value is (40,0,72,22).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 72.00%
  • key color value is 21.57%
CMYK:
(40,0,72,22)
C40M0Y72K22 
(40%,0%,72%,22%)
(0.40/0.00/0.72/0.22)	

CMYK percentages

%40
%0
%72
%21.57

Codes

Color #78C838 in popluar color models

78C838
RGB12020056
HSL93°56.69%50.20%
HSB/HSV93°72.00%78.43%
CMYK40.00%0.00%72.00%
21.57%

Color #78C838 in popluar number systems.

HEX78C838
Decimal12020056
Binary111100011001000111000
Octal17031070

Shades and tints

Shades of #78C838

#78C838
(120,200,56)
#6EB633
(110,182,51)
#64A42E
(100,164,46)
#5A9229
(90,146,41)
#508024
(80,128,36)
#466E1F
(70,110,31)
#3C5C1A
(60,92,26)
#324A15
(50,74,21)
#283810
(40,56,16)
#1E260B
(30,38,11)
#141406
(20,20,6)
#000000
(0,0,0)

Tints of #78C838

#78C838
(120,200,56)
#84CD4A
(132,205,74)
#90D25C
(144,210,92)
#9CD76E
(156,215,110)
#A8DC80
(168,220,128)
#B4E192
(180,225,146)
#C0E6A4
(192,230,164)
#CCEBB6
(204,235,182)
#D8F0C8
(216,240,200)
#E4F5DA
(228,245,218)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C838 color. Also use rgb(120,200,56) instead hex code.

Text Font Color

.myTextColor { color: #78C838; }

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

This text font color is #78C838.


Background Color

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

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

This div background color is #78C838.


Border color

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

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

This div border color is #78C838.


Opacity

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

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

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

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

This text has shadow with #78C838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C838 on black background.


Color preview on white background

This text has color #78C838 on white background.



Black color preview on #78C838 background

This text has black color on #78C838 background.


White color preview on #78C838 background

This text has white color on #78C838 background.