COLOR #5FB25F

HEX: #5FB25F
RGB: (95,178,95)

Color info

#5FB25F contains mainly green color. Web safe color of #5FB25F is #669966 (or #696).

RGB color model

#5FB25F color RGB value is (95,178,95).

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

RGB channels and saturation

R 95 of 255 = 37%
G 178 of 255 = 70%
B 95 of 255 = 37%

95
178
95

R + G + B ~ 48%. #5FB25F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 178 + 95 = 368 (100%)
R 95 of 368 ~ 25.82%
G 178 of 368 ~ 48.37%
B 95 of 368 ~ 25.82%

%25.82
%48.37
%25.82

CMYK color model

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

  • cyan value is 46.63%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(47,0,47,30)
C47M0Y47K30 
(47%,0%,47%,30%)
(0.47/0.00/0.47/0.30)	

CMYK percentages

%46.63
%0
%46.63
%30.2

Codes

Color #5FB25F in popluar color models

5FB25F
RGB9517895
HSL120°35.02%53.53%
HSB/HSV120°46.63%69.80%
CMYK46.63%0.00%46.63%
30.20%

Color #5FB25F in popluar number systems.

HEX5FB25F
Decimal9517895
Binary1011111101100101011111
Octal137262137

Shades and tints

Shades of #5FB25F

#5FB25F
(95,178,95)
#57A257
(87,162,87)
#4F924F
(79,146,79)
#478247
(71,130,71)
#3F723F
(63,114,63)
#376237
(55,98,55)
#2F522F
(47,82,47)
#274227
(39,66,39)
#1F321F
(31,50,31)
#172217
(23,34,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5FB25F

#5FB25F
(95,178,95)
#6DB96D
(109,185,109)
#7BC07B
(123,192,123)
#89C789
(137,199,137)
#97CE97
(151,206,151)
#A5D5A5
(165,213,165)
#B3DCB3
(179,220,179)
#C1E3C1
(193,227,193)
#CFEACF
(207,234,207)
#DDF1DD
(221,241,221)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB25F; }

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

This text font color is #5FB25F.


Background Color

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

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

This div background color is #5FB25F.


Border color

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

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

This div border color is #5FB25F.


Opacity

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

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

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

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

This text has shadow with #5FB25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB25F on black background.


Color preview on white background

This text has color #5FB25F on white background.



Black color preview on #5FB25F background

This text has black color on #5FB25F background.


White color preview on #5FB25F background

This text has white color on #5FB25F background.