COLOR #78BB58

HEX: #78BB58 RGB: (120,187,88)

Color info

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

RGB color model

#78BB58 color RGB value is (120,187,88).

RGB: (120,187,88) (47%, 73%, 35%)

RGB channels and saturation

R 120 of 255 = 47%
G 187 of 255 = 73%
B 88 of 255 = 35%

120
187
88

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

Portions of RGB colors in percentages

R + G + B = 120 + 187 + 88 = 395 (100%)
R 120 of 395 ~ 30.38%
G 187 of 395 ~ 47.34%
B 88 of 395 ~ 22.28'%

%30.38
%47.34
%22.28

CMYK color model

#78BB58 color CMYK value is (36,0,53,27).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 26.67%

CMYK: (36,0,53,27)
C36M0Y53K27 (36%, 0%, 53%, 27%)
(0.36 / 0.00 / 0.53 / 0.27)

CMYK percentages

%35.83
%0
%52.94
%26.67

Codes

Color #78BB58 in popluar color models

78 BB 58
RGB 120 187 88
HSL 101° 42.13% 53.92%
HSB/HSV 101° 52.94% 73.33%
CMYK 35.83% 0.00% 52.94%
26.67%

Color #78BB58 in popluar number systems.

HEX 78 BB 58
Decimal 120 187 88
Binary 1111000 10111011 1011000
Octal 170 273 130

Shades and tints

Shades of #78BB58

#78BB58
(120,187,88)
#6EAA50
(110,170,80)
#649948
(100,153,72)
#5A8840
(90,136,64)
#507738
(80,119,56)
#466630
(70,102,48)
#3C5528
(60,85,40)
#324420
(50,68,32)
#283318
(40,51,24)
#1E2210
(30,34,16)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #78BB58

#78BB58
(120,187,88)
#84C167
(132,193,103)
#90C776
(144,199,118)
#9CCD85
(156,205,133)
#A8D394
(168,211,148)
#B4D9A3
(180,217,163)
#C0DFB2
(192,223,178)
#CCE5C1
(204,229,193)
#D8EBD0
(216,235,208)
#E4F1DF
(228,241,223)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BB58 color. Also use rgb(120,187,88) instead hex code.

Text Font Color

.myTextColor { color: #78BB58; }

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

This text font color is #78BB58.

Background Color

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

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

This div background color is #78BB58.

Border color

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

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

This div border color is #78BB58.

Opacity

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

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

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

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

This text has shadow with #78BB58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BB58.

Preview

Color preview on black background

This text has color #78BB58 on black background.


Color preview on white background

This text has color #78BB58 on white background.


Black color preview on #78BB58 background

This text has black color on #78BB58 background.


White color preview on #78BB58 background

This text has white color on #78BB58 background.


Related colors

Complementary color

Complementary color for #hex is #8744A7.


I love getcolorcode.com

Triadic colors

1 #5878BB and #BB5878 with #78BB58 are triadic colors.

2 #58BB78 and #BB7858 with #78BB58 are triadic colors.