COLOR #5FBB1A

HEX: #5FBB1A
RGB: (95,187,26)

Color info

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

RGB color model

#5FBB1A color RGB value is (95,187,26).

  • red value is 95;
  • green value is 187;
  • blue value is 26.
RGB:
(95,187,26)
(37%,73%,10%)

RGB channels and saturation

R 95 of 255 = 37%
G 187 of 255 = 73%
B 26 of 255 = 10%

95
187
26

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

Portions of RGB colors in percentages

R + G + B =
95 + 187 + 26 = 308 (100%)
R 95 of 308 ~ 30.84%
G 187 of 308 ~ 60.71%
B 26 of 308 ~ 8.44%

%30.84
%60.71

CMYK color model

#5FBB1A color CMYK value is (49,0,86,27).

  • cyan value is 49.20%
  • magenta value is 0.00%
  • yellow value is 86.10%
  • key color value is 26.67%
CMYK:
(49,0,86,27)
C49M0Y86K27 
(49%,0%,86%,27%)
(0.49/0.00/0.86/0.27)	

CMYK percentages

%49.2
%0
%86.1
%26.67

Codes

Color #5FBB1A in popluar color models

5FBB1A
RGB9518726
HSL94°75.59%41.76%
HSB/HSV94°86.10%73.33%
CMYK49.20%0.00%86.10%
26.67%

Color #5FBB1A in popluar number systems.

HEX5FBB1A
Decimal9518726
Binary10111111011101111010
Octal13727332

Shades and tints

Shades of #5FBB1A

#5FBB1A
(95,187,26)
#57AA18
(87,170,24)
#4F9916
(79,153,22)
#478814
(71,136,20)
#3F7712
(63,119,18)
#376610
(55,102,16)
#2F550E
(47,85,14)
#27440C
(39,68,12)
#1F330A
(31,51,10)
#172208
(23,34,8)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #5FBB1A

#5FBB1A
(95,187,26)
#6DC12E
(109,193,46)
#7BC742
(123,199,66)
#89CD56
(137,205,86)
#97D36A
(151,211,106)
#A5D97E
(165,217,126)
#B3DF92
(179,223,146)
#C1E5A6
(193,229,166)
#CFEBBA
(207,235,186)
#DDF1CE
(221,241,206)
#EBF7E2
(235,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FBB1A; }

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

This text font color is #5FBB1A.


Background Color

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

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

This div background color is #5FBB1A.


Border color

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

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

This div border color is #5FBB1A.


Opacity

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

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

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

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

This text has shadow with #5FBB1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FBB1A on black background.


Color preview on white background

This text has color #5FBB1A on white background.



Black color preview on #5FBB1A background

This text has black color on #5FBB1A background.


White color preview on #5FBB1A background

This text has white color on #5FBB1A background.