COLOR #5FC707

HEX: #5FC707
RGB: (95,199,7)

Color info

#5FC707 contains mainly green color. Web safe color of #5FC707 is #66CC00 (or #6C0).

RGB color model

#5FC707 color RGB value is (95,199,7).

  • red value is 95;
  • green value is 199;
  • blue value is 7.
RGB:
(95,199,7)
(37%,78%,3%)

RGB channels and saturation

R 95 of 255 = 37%
G 199 of 255 = 78%
B 7 of 255 = 3%

95
199
7

R + G + B ~ 39%. #5FC707 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 199 + 7 = 301 (100%)
R 95 of 301 ~ 31.56%
G 199 of 301 ~ 66.11%
B 7 of 301 ~ 2.33%

%31.56
%66.11

CMYK color model

#5FC707 color CMYK value is (52,0,96,22).

  • cyan value is 52.26%
  • magenta value is 0.00%
  • yellow value is 96.48%
  • key color value is 21.96%
CMYK:
(52,0,96,22)
C52M0Y96K22 
(52%,0%,96%,22%)
(0.52/0.00/0.96/0.22)	

CMYK percentages

%52.26
%0
%96.48
%21.96

Codes

Color #5FC707 in popluar color models

5FC707
RGB951997
HSL93°93.20%40.39%
HSB/HSV93°96.48%78.04%
CMYK52.26%0.00%96.48%
21.96%

Color #5FC707 in popluar number systems.

HEX5FC707
Decimal951997
Binary101111111000111111
Octal1373077

Shades and tints

Shades of #5FC707

#5FC707
(95,199,7)
#57B507
(87,181,7)
#4FA307
(79,163,7)
#479107
(71,145,7)
#3F7F07
(63,127,7)
#376D07
(55,109,7)
#2F5B07
(47,91,7)
#274907
(39,73,7)
#1F3707
(31,55,7)
#172507
(23,37,7)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #5FC707

#5FC707
(95,199,7)
#6DCC1D
(109,204,29)
#7BD133
(123,209,51)
#89D649
(137,214,73)
#97DB5F
(151,219,95)
#A5E075
(165,224,117)
#B3E58B
(179,229,139)
#C1EAA1
(193,234,161)
#CFEFB7
(207,239,183)
#DDF4CD
(221,244,205)
#EBF9E3
(235,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC707 color. Also use rgb(95,199,7) instead hex code.

Text Font Color

.myTextColor { color: #5FC707; }

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

This text font color is #5FC707.


Background Color

.myBgColor { background-color: #5FC707; }

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

This div background color is #5FC707.


Border color

.myBorderColor { border: 1px solid #5FC707; }

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

This div border color is #5FC707.


Opacity

.myOpacity80 { color: #5FC707; opacity: 0.8; }

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

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

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

This text has shadow with #5FC707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC707 on black background.


Color preview on white background

This text has color #5FC707 on white background.



Black color preview on #5FC707 background

This text has black color on #5FC707 background.


White color preview on #5FC707 background

This text has white color on #5FC707 background.