COLOR #79F2B4

HEX: #79F2B4
RGB: (121,242,180)

Color info

#79F2B4 contains mainly green color. Web safe color of #79F2B4 is #66FFCC (or #6FC).

RGB color model

#79F2B4 color RGB value is (121,242,180).

  • red value is 121;
  • green value is 242;
  • blue value is 180.
RGB:
(121,242,180)
(47%,95%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 242 of 255 = 95%
B 180 of 255 = 71%

121
242
180

R + G + B ~ 71%. #79F2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 242 + 180 = 543 (100%)
R 121 of 543 ~ 22.28%
G 242 of 543 ~ 44.57%
B 180 of 543 ~ 33.15%

%22.28
%44.57
%33.15

CMYK color model

#79F2B4 color CMYK value is (50,0,26,5).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(50,0,26,5)
C50M0Y26K5 
(50%,0%,26%,5%)
(0.50/0.00/0.26/0.05)	

CMYK percentages

%50
%0
%25.62
%5.1

Codes

Color #79F2B4 in popluar color models

79F2B4
RGB121242180
HSL149°82.31%71.18%
HSB/HSV149°50.00%94.90%
CMYK50.00%0.00%25.62%
5.10%

Color #79F2B4 in popluar number systems.

HEX79F2B4
Decimal121242180
Binary11110011111001010110100
Octal171362264

Shades and tints

Shades of #79F2B4

#79F2B4
(121,242,180)
#6EDCA4
(110,220,164)
#63C694
(99,198,148)
#58B084
(88,176,132)
#4D9A74
(77,154,116)
#428464
(66,132,100)
#376E54
(55,110,84)
#2C5844
(44,88,68)
#214234
(33,66,52)
#162C24
(22,44,36)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79F2B4

#79F2B4
(121,242,180)
#85F3BA
(133,243,186)
#91F4C0
(145,244,192)
#9DF5C6
(157,245,198)
#A9F6CC
(169,246,204)
#B5F7D2
(181,247,210)
#C1F8D8
(193,248,216)
#CDF9DE
(205,249,222)
#D9FAE4
(217,250,228)
#E5FBEA
(229,251,234)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79F2B4 color. Also use rgb(121,242,180) instead hex code.

Text Font Color

.myTextColor { color: #79F2B4; }

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

This text font color is #79F2B4.


Background Color

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

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

This div background color is #79F2B4.


Border color

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

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

This div border color is #79F2B4.


Opacity

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

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

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

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

This text has shadow with #79F2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79F2B4 on black background.


Color preview on white background

This text has color #79F2B4 on white background.



Black color preview on #79F2B4 background

This text has black color on #79F2B4 background.


White color preview on #79F2B4 background

This text has white color on #79F2B4 background.