COLOR #79CF4B

HEX: #79CF4B
RGB: (121,207,75)

Color info

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

RGB color model

#79CF4B color RGB value is (121,207,75).

  • red value is 121;
  • green value is 207;
  • blue value is 75.
RGB:
(121,207,75)
(47%,81%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 207 of 255 = 81%
B 75 of 255 = 29%

121
207
75

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

Portions of RGB colors in percentages

R + G + B =
121 + 207 + 75 = 403 (100%)
R 121 of 403 ~ 30.02%
G 207 of 403 ~ 51.36%
B 75 of 403 ~ 18.61%

%30.02
%51.36
%18.61

CMYK color model

#79CF4B color CMYK value is (42,0,64,19).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 63.77%
  • key color value is 18.82%
CMYK:
(42,0,64,19)
C42M0Y64K19 
(42%,0%,64%,19%)
(0.42/0.00/0.64/0.19)	

CMYK percentages

%41.55
%0
%63.77
%18.82

Codes

Color #79CF4B in popluar color models

79CF4B
RGB12120775
HSL99°57.89%55.29%
HSB/HSV99°63.77%81.18%
CMYK41.55%0.00%63.77%
18.82%

Color #79CF4B in popluar number systems.

HEX79CF4B
Decimal12120775
Binary1111001110011111001011
Octal171317113

Shades and tints

Shades of #79CF4B

#79CF4B
(121,207,75)
#6EBD45
(110,189,69)
#63AB3F
(99,171,63)
#589939
(88,153,57)
#4D8733
(77,135,51)
#42752D
(66,117,45)
#376327
(55,99,39)
#2C5121
(44,81,33)
#213F1B
(33,63,27)
#162D15
(22,45,21)
#0B1B0F
(11,27,15)
#000000
(0,0,0)

Tints of #79CF4B

#79CF4B
(121,207,75)
#85D35B
(133,211,91)
#91D76B
(145,215,107)
#9DDB7B
(157,219,123)
#A9DF8B
(169,223,139)
#B5E39B
(181,227,155)
#C1E7AB
(193,231,171)
#CDEBBB
(205,235,187)
#D9EFCB
(217,239,203)
#E5F3DB
(229,243,219)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CF4B color. Also use rgb(121,207,75) instead hex code.

Text Font Color

.myTextColor { color: #79CF4B; }

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

This text font color is #79CF4B.


Background Color

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

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

This div background color is #79CF4B.


Border color

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

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

This div border color is #79CF4B.


Opacity

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

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

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

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

This text has shadow with #79CF4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CF4B on black background.


Color preview on white background

This text has color #79CF4B on white background.



Black color preview on #79CF4B background

This text has black color on #79CF4B background.


White color preview on #79CF4B background

This text has white color on #79CF4B background.