COLOR #5BF706

HEX: #5BF706
RGB: (91,247,6)

Color info

#5BF706 contains mainly green color. Web safe color of #5BF706 is #66FF00 (or #6F0).

RGB color model

#5BF706 color RGB value is (91,247,6).

  • red value is 91;
  • green value is 247;
  • blue value is 6.
RGB:
(91,247,6)
(36%,97%,2%)

RGB channels and saturation

R 91 of 255 = 36%
G 247 of 255 = 97%
B 6 of 255 = 2%

91
247
6

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

Portions of RGB colors in percentages

R + G + B =
91 + 247 + 6 = 344 (100%)
R 91 of 344 ~ 26.45%
G 247 of 344 ~ 71.8%
B 6 of 344 ~ 1.74%

%26.45
%71.8

CMYK color model

#5BF706 color CMYK value is (63,0,98,3).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 97.57%
  • key color value is 3.14%
CMYK:
(63,0,98,3)
C63M0Y98K3 
(63%,0%,98%,3%)
(0.63/0.00/0.98/0.03)	

CMYK percentages

%63.16
%0
%97.57
%3.14

Codes

Color #5BF706 in popluar color models

5BF706
RGB912476
HSL99°95.26%49.61%
HSB/HSV99°97.57%96.86%
CMYK63.16%0.00%97.57%
3.14%

Color #5BF706 in popluar number systems.

HEX5BF706
Decimal912476
Binary101101111110111110
Octal1333676

Shades and tints

Shades of #5BF706

#5BF706
(91,247,6)
#53E106
(83,225,6)
#4BCB06
(75,203,6)
#43B506
(67,181,6)
#3B9F06
(59,159,6)
#338906
(51,137,6)
#2B7306
(43,115,6)
#235D06
(35,93,6)
#1B4706
(27,71,6)
#133106
(19,49,6)
#0B1B06
(11,27,6)
#000000
(0,0,0)

Tints of #5BF706

#5BF706
(91,247,6)
#69F71C
(105,247,28)
#77F732
(119,247,50)
#85F748
(133,247,72)
#93F75E
(147,247,94)
#A1F774
(161,247,116)
#AFF78A
(175,247,138)
#BDF7A0
(189,247,160)
#CBF7B6
(203,247,182)
#D9F7CC
(217,247,204)
#E7F7E2
(231,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BF706 color. Also use rgb(91,247,6) instead hex code.

Text Font Color

.myTextColor { color: #5BF706; }

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

This text font color is #5BF706.


Background Color

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

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

This div background color is #5BF706.


Border color

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

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

This div border color is #5BF706.


Opacity

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

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

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

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

This text has shadow with #5BF706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BF706 on black background.


Color preview on white background

This text has color #5BF706 on white background.



Black color preview on #5BF706 background

This text has black color on #5BF706 background.


White color preview on #5BF706 background

This text has white color on #5BF706 background.