COLOR #5FB30D

HEX: #5FB30D
RGB: (95,179,13)

Color info

#5FB30D contains mainly green color. Web safe color of #5FB30D is #669900 (or #690).

RGB color model

#5FB30D color RGB value is (95,179,13).

  • red value is 95;
  • green value is 179;
  • blue value is 13.
RGB:
(95,179,13)
(37%,70%,5%)

RGB channels and saturation

R 95 of 255 = 37%
G 179 of 255 = 70%
B 13 of 255 = 5%

95
179
13

R + G + B ~ 37%. #5FB30D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 179 + 13 = 287 (100%)
R 95 of 287 ~ 33.1%
G 179 of 287 ~ 62.37%
B 13 of 287 ~ 4.53%

%33.1
%62.37

CMYK color model

#5FB30D color CMYK value is (47,0,93,30).

  • cyan value is 46.93%
  • magenta value is 0.00%
  • yellow value is 92.74%
  • key color value is 29.80%
CMYK:
(47,0,93,30)
C47M0Y93K30 
(47%,0%,93%,30%)
(0.47/0.00/0.93/0.30)	

CMYK percentages

%46.93
%0
%92.74
%29.8

Codes

Color #5FB30D in popluar color models

5FB30D
RGB9517913
HSL90°86.46%37.65%
HSB/HSV90°92.74%70.20%
CMYK46.93%0.00%92.74%
29.80%

Color #5FB30D in popluar number systems.

HEX5FB30D
Decimal9517913
Binary1011111101100111101
Octal13726315

Shades and tints

Shades of #5FB30D

#5FB30D
(95,179,13)
#57A30C
(87,163,12)
#4F930B
(79,147,11)
#47830A
(71,131,10)
#3F7309
(63,115,9)
#376308
(55,99,8)
#2F5307
(47,83,7)
#274306
(39,67,6)
#1F3305
(31,51,5)
#172304
(23,35,4)
#0F1303
(15,19,3)
#000000
(0,0,0)

Tints of #5FB30D

#5FB30D
(95,179,13)
#6DB923
(109,185,35)
#7BBF39
(123,191,57)
#89C54F
(137,197,79)
#97CB65
(151,203,101)
#A5D17B
(165,209,123)
#B3D791
(179,215,145)
#C1DDA7
(193,221,167)
#CFE3BD
(207,227,189)
#DDE9D3
(221,233,211)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB30D color. Also use rgb(95,179,13) instead hex code.

Text Font Color

.myTextColor { color: #5FB30D; }

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

This text font color is #5FB30D.


Background Color

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

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

This div background color is #5FB30D.


Border color

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

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

This div border color is #5FB30D.


Opacity

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

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

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

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

This text has shadow with #5FB30D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB30D on black background.


Color preview on white background

This text has color #5FB30D on white background.



Black color preview on #5FB30D background

This text has black color on #5FB30D background.


White color preview on #5FB30D background

This text has white color on #5FB30D background.