COLOR #79CB55

HEX: #79CB55
RGB: (121,203,85)

Color info

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

RGB color model

#79CB55 color RGB value is (121,203,85).

  • red value is 121;
  • green value is 203;
  • blue value is 85.
RGB:
(121,203,85)
(47%,80%,33%)

RGB channels and saturation

R 121 of 255 = 47%
G 203 of 255 = 80%
B 85 of 255 = 33%

121
203
85

R + G + B ~ 53%. #79CB55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 203 + 85 = 409 (100%)
R 121 of 409 ~ 29.58%
G 203 of 409 ~ 49.63%
B 85 of 409 ~ 20.78%

%29.58
%49.63
%20.78

CMYK color model

#79CB55 color CMYK value is (40,0,58,20).

  • cyan value is 40.39%
  • magenta value is 0.00%
  • yellow value is 58.13%
  • key color value is 20.39%
CMYK:
(40,0,58,20)
C40M0Y58K20 
(40%,0%,58%,20%)
(0.40/0.00/0.58/0.20)	

CMYK percentages

%40.39
%0
%58.13
%20.39

Codes

Color #79CB55 in popluar color models

79CB55
RGB12120385
HSL102°53.15%56.47%
HSB/HSV102°58.13%79.61%
CMYK40.39%0.00%58.13%
20.39%

Color #79CB55 in popluar number systems.

HEX79CB55
Decimal12120385
Binary1111001110010111010101
Octal171313125

Shades and tints

Shades of #79CB55

#79CB55
(121,203,85)
#6EB94E
(110,185,78)
#63A747
(99,167,71)
#589540
(88,149,64)
#4D8339
(77,131,57)
#427132
(66,113,50)
#375F2B
(55,95,43)
#2C4D24
(44,77,36)
#213B1D
(33,59,29)
#162916
(22,41,22)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #79CB55

#79CB55
(121,203,85)
#85CF64
(133,207,100)
#91D373
(145,211,115)
#9DD782
(157,215,130)
#A9DB91
(169,219,145)
#B5DFA0
(181,223,160)
#C1E3AF
(193,227,175)
#CDE7BE
(205,231,190)
#D9EBCD
(217,235,205)
#E5EFDC
(229,239,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CB55 color. Also use rgb(121,203,85) instead hex code.

Text Font Color

.myTextColor { color: #79CB55; }

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

This text font color is #79CB55.


Background Color

.myBgColor { background-color: #79CB55; }

<div style="background-color:#79CB55">Inner text</div>

This div background color is #79CB55.


Border color

.myBorderColor { border: 1px solid #79CB55; }

<div style="border:3px solid #79CB55">Div</div>

This div border color is #79CB55.


Opacity

.myOpacity80 { color: #79CB55; opacity: 0.8; }

<p style="color:#79CB55;opacity:0.8;">80%</p>

Text with #79CB55 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 #79CB55;}

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

This text has shadow with #79CB55 color.

.textShadow {text-shadow: 3px 3px 1px #79CB55, 3px 3px 1px red;}

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

This text has shadow with #79CB55 primary color and red secondary color.


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

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

This text has shadow with #79CB55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CB55 on black background.


Color preview on white background

This text has color #79CB55 on white background.



Black color preview on #79CB55 background

This text has black color on #79CB55 background.


White color preview on #79CB55 background

This text has white color on #79CB55 background.