COLOR #5BE666

HEX: #5BE666
RGB: (91,230,102)

Color info

#5BE666 contains mainly green color. Web safe color of #5BE666 is #66CC66 (or #6C6).

RGB color model

#5BE666 color RGB value is (91,230,102).

  • red value is 91;
  • green value is 230;
  • blue value is 102.
RGB:
(91,230,102)
(36%,90%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 230 of 255 = 90%
B 102 of 255 = 40%

91
230
102

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

Portions of RGB colors in percentages

R + G + B =
91 + 230 + 102 = 423 (100%)
R 91 of 423 ~ 21.51%
G 230 of 423 ~ 54.37%
B 102 of 423 ~ 24.11%

%21.51
%54.37
%24.11

CMYK color model

#5BE666 color CMYK value is (60,0,56,10).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 55.65%
  • key color value is 9.80%
CMYK:
(60,0,56,10)
C60M0Y56K10 
(60%,0%,56%,10%)
(0.60/0.00/0.56/0.10)	

CMYK percentages

%60.43
%0
%55.65
%9.8

Codes

Color #5BE666 in popluar color models

5BE666
RGB91230102
HSL125°73.54%62.94%
HSB/HSV125°60.43%90.20%
CMYK60.43%0.00%55.65%
9.80%

Color #5BE666 in popluar number systems.

HEX5BE666
Decimal91230102
Binary1011011111001101100110
Octal133346146

Shades and tints

Shades of #5BE666

#5BE666
(91,230,102)
#53D25D
(83,210,93)
#4BBE54
(75,190,84)
#43AA4B
(67,170,75)
#3B9642
(59,150,66)
#338239
(51,130,57)
#2B6E30
(43,110,48)
#235A27
(35,90,39)
#1B461E
(27,70,30)
#133215
(19,50,21)
#0B1E0C
(11,30,12)
#000000
(0,0,0)

Tints of #5BE666

#5BE666
(91,230,102)
#69E873
(105,232,115)
#77EA80
(119,234,128)
#85EC8D
(133,236,141)
#93EE9A
(147,238,154)
#A1F0A7
(161,240,167)
#AFF2B4
(175,242,180)
#BDF4C1
(189,244,193)
#CBF6CE
(203,246,206)
#D9F8DB
(217,248,219)
#E7FAE8
(231,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE666 color. Also use rgb(91,230,102) instead hex code.

Text Font Color

.myTextColor { color: #5BE666; }

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

This text font color is #5BE666.


Background Color

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

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

This div background color is #5BE666.


Border color

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

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

This div border color is #5BE666.


Opacity

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

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

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

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

This text has shadow with #5BE666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE666 on black background.


Color preview on white background

This text has color #5BE666 on white background.



Black color preview on #5BE666 background

This text has black color on #5BE666 background.


White color preview on #5BE666 background

This text has white color on #5BE666 background.