COLOR #479700

HEX: #479700
RGB: (71,151,0)

Color info

#479700 contains mainly green color. Web safe color of #479700 is #339900 (or #390).

RGB color model

#479700 color RGB value is (71,151,0).

  • red value is 71;
  • green value is 151;
  • blue value is 0.
RGB:
(71,151,0)
(28%,59%,0%)

RGB channels and saturation

R 71 of 255 = 28%
G 151 of 255 = 59%
B 0 of 255 = 0%

71
151
0

R + G + B ~ 29%. #479700 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 151 + 0 = 222 (100%)
R 71 of 222 ~ 31.98%
G 151 of 222 ~ 68.02%
B 0 of 222 ~ 0%

%31.98
%68.02

CMYK color model

#479700 color CMYK value is (53,0,100,41).

  • cyan value is 52.98%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.78%
CMYK:
(53,0,100,41)
C53M0Y100K41 
(53%,0%,100%,41%)
(0.53/0.00/1.00/0.41)	

CMYK percentages

%52.98
%0
%100
%40.78

Codes

Color #479700 in popluar color models

479700
RGB711510
HSL92°100.00%29.61%
HSB/HSV92°100.00%59.22%
CMYK52.98%0.00%100.00%
40.78%

Color #479700 in popluar number systems.

HEX479700
Decimal711510
Binary1000111100101110
Octal1072270

Shades and tints

Shades of #479700

#479700
(71,151,0)
#418A00
(65,138,0)
#3B7D00
(59,125,0)
#357000
(53,112,0)
#2F6300
(47,99,0)
#295600
(41,86,0)
#234900
(35,73,0)
#1D3C00
(29,60,0)
#172F00
(23,47,0)
#112200
(17,34,0)
#0B1500
(11,21,0)
#000000
(0,0,0)

Tints of #479700

#479700
(71,151,0)
#57A017
(87,160,23)
#67A92E
(103,169,46)
#77B245
(119,178,69)
#87BB5C
(135,187,92)
#97C473
(151,196,115)
#A7CD8A
(167,205,138)
#B7D6A1
(183,214,161)
#C7DFB8
(199,223,184)
#D7E8CF
(215,232,207)
#E7F1E6
(231,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479700 color. Also use rgb(71,151,0) instead hex code.

Text Font Color

.myTextColor { color: #479700; }

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

This text font color is #479700.


Background Color

.myBgColor { background-color: #479700; }

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

This div background color is #479700.


Border color

.myBorderColor { border: 1px solid #479700; }

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

This div border color is #479700.


Opacity

.myOpacity80 { color: #479700; opacity: 0.8; }

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

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

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

This text has shadow with #479700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479700 on black background.


Color preview on white background

This text has color #479700 on white background.



Black color preview on #479700 background

This text has black color on #479700 background.


White color preview on #479700 background

This text has white color on #479700 background.