COLOR #79BE1F

HEX: #79BE1F RGB: (121,190,31)

Color info

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

RGB color model

#79BE1F color RGB value is (121,190,31).

RGB: (121,190,31) (47%, 75%, 12%)

RGB channels and saturation

R 121 of 255 = 47%
G 190 of 255 = 75%
B 31 of 255 = 12%

121
190
31

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

Portions of RGB colors in percentages

R + G + B = 121 + 190 + 31 = 342 (100%)
R 121 of 342 ~ 35.38%
G 190 of 342 ~ 55.56%
B 31 of 342 ~ 9.06'%

%35.38
%55.56

CMYK color model

#79BE1F color CMYK value is (36,0,84,25).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 83.68%
  • key color value is 25.49%
CMYK: (36,0,84,25) C36M0Y84K25 (36%,0%,84%,25%) (0.36/0.00/0.84/0.25) 

CMYK percentages

%36.32
%0
%83.68
%25.49

Codes

Color #79BE1F in popluar color models

79 BE 1F
RGB 121 190 31
HSL 86° 71.95% 43.33%
HSB/HSV 86° 83.68% 74.51%
CMYK 36.32% 0.00% 83.68%
25.49%

Color #79BE1F in popluar number systems.

HEX 79 BE 1F
Decimal 121 190 31
Binary 1111001 10111110 11111
Octal 171 276 37

Shades and tints

Shades of #79BE1F

#79BE1F
(121,190,31)
#6EAD1D
(110,173,29)
#639C1B
(99,156,27)
#588B19
(88,139,25)
#4D7A17
(77,122,23)
#426915
(66,105,21)
#375813
(55,88,19)
#2C4711
(44,71,17)
#21360F
(33,54,15)
#16250D
(22,37,13)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #79BE1F

#79BE1F
(121,190,31)
#85C333
(133,195,51)
#91C847
(145,200,71)
#9DCD5B
(157,205,91)
#A9D26F
(169,210,111)
#B5D783
(181,215,131)
#C1DC97
(193,220,151)
#CDE1AB
(205,225,171)
#D9E6BF
(217,230,191)
#E5EBD3
(229,235,211)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BE1F color. Also use rgb(121,190,31) instead hex code.

Text Font Color

.myTextColor { color: #79BE1F; }

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

This text font color is #79BE1F.

Background Color

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

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

This div background color is #79BE1F.

Border color

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

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

This div border color is #79BE1F.

Opacity

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

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

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

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

This text has shadow with #79BE1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BE1F.

Preview

Color preview on black background

This text has color #79BE1F on black background.


Color preview on white background

This text has color #79BE1F on white background.


Black color preview on #79BE1F background

This text has black color on #79BE1F background.


White color preview on #79BE1F background

This text has white color on #79BE1F background.


Related colors

Complementary color

Complementary color for #hex is #8641E0.


I love getcolorcode.com

Triadic colors

1 #1F79BE and #BE1F79 with #79BE1F are triadic colors.

2 #1FBE79 and #BE791F with #79BE1F are triadic colors.