COLOR #78CF80

HEX: #78CF80 RGB: (120,207,128)

Color info

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

RGB color model

#78CF80 color RGB value is (120,207,128).

RGB: (120,207,128) (47%, 81%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 207 of 255 = 81%
B 128 of 255 = 50%

120
207
128

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

Portions of RGB colors in percentages

R + G + B = 120 + 207 + 128 = 455 (100%)
R 120 of 455 ~ 26.37%
G 207 of 455 ~ 45.49%
B 128 of 455 ~ 28.13'%

%26.37
%45.49
%28.13

CMYK color model

#78CF80 color CMYK value is (42,0,38,19).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 18.82%

CMYK: (42,0,38,19)
C42M0Y38K19 (42%, 0%, 38%, 19%)
(0.42 / 0.00 / 0.38 / 0.19)

CMYK percentages

%42.03
%0
%38.16
%18.82

Codes

Color #78CF80 in popluar color models

78 CF 80
RGB 120 207 128
HSL 126° 47.54% 64.12%
HSB/HSV 126° 42.03% 81.18%
CMYK 42.03% 0.00% 38.16%
18.82%

Color #78CF80 in popluar number systems.

HEX 78 CF 80
Decimal 120 207 128
Binary 1111000 11001111 10000000
Octal 170 317 200

Shades and tints

Shades of #78CF80

#78CF80
(120,207,128)
#6EBD75
(110,189,117)
#64AB6A
(100,171,106)
#5A995F
(90,153,95)
#508754
(80,135,84)
#467549
(70,117,73)
#3C633E
(60,99,62)
#325133
(50,81,51)
#283F28
(40,63,40)
#1E2D1D
(30,45,29)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #78CF80

#78CF80
(120,207,128)
#84D38B
(132,211,139)
#90D796
(144,215,150)
#9CDBA1
(156,219,161)
#A8DFAC
(168,223,172)
#B4E3B7
(180,227,183)
#C0E7C2
(192,231,194)
#CCEBCD
(204,235,205)
#D8EFD8
(216,239,216)
#E4F3E3
(228,243,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CF80 color. Also use rgb(120,207,128) instead hex code.

Text Font Color

.myTextColor { color: #78CF80; }

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

This text font color is #78CF80.

Background Color

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

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

This div background color is #78CF80.

Border color

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

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

This div border color is #78CF80.

Opacity

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

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

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

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

This text has shadow with #78CF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CF80.

Preview

Color preview on black background

This text has color #78CF80 on black background.


Color preview on white background

This text has color #78CF80 on white background.


Black color preview on #78CF80 background

This text has black color on #78CF80 background.


White color preview on #78CF80 background

This text has white color on #78CF80 background.


Related colors

Complementary color

Complementary color for #hex is #87307F.


I love getcolorcode.com

Triadic colors

1 #8078CF and #CF8078 with #78CF80 are triadic colors.

2 #80CF78 and #CF7880 with #78CF80 are triadic colors.