COLOR #B5F685

HEX: #B5F685
RGB: (181,246,133)

Color info

#B5F685 contains mainly green color. Web safe color of #B5F685 is #CCFF99 (or #CF9).

RGB color model

#B5F685 color RGB value is (181,246,133).

  • red value is 181;
  • green value is 246;
  • blue value is 133.
RGB:
(181,246,133)
(71%,96%,52%)

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 133 of 255 = 52%

181
246
133

R + G + B ~ 73%. #B5F685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 246 + 133 = 560 (100%)
R 181 of 560 ~ 32.32%
G 246 of 560 ~ 43.93%
B 133 of 560 ~ 23.75%

%32.32
%43.93
%23.75

CMYK color model

#B5F685 color CMYK value is (26,0,46,4).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 3.53%
CMYK:
(26,0,46,4)
C26M0Y46K4 
(26%,0%,46%,4%)
(0.26/0.00/0.46/0.04)	

CMYK percentages

%26.42
%0
%45.93
%3.53

Codes

Color #B5F685 in popluar color models

B5F685
RGB181246133
HSL95°86.26%74.31%
HSB/HSV95°45.93%96.47%
CMYK26.42%0.00%45.93%
3.53%

Color #B5F685 in popluar number systems.

HEXB5F685
Decimal181246133
Binary101101011111011010000101
Octal265366205

Shades and tints

Shades of #B5F685

#B5F685
(181,246,133)
#A5E079
(165,224,121)
#95CA6D
(149,202,109)
#85B461
(133,180,97)
#759E55
(117,158,85)
#658849
(101,136,73)
#55723D
(85,114,61)
#455C31
(69,92,49)
#354625
(53,70,37)
#253019
(37,48,25)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #B5F685

#B5F685
(181,246,133)
#BBF690
(187,246,144)
#C1F69B
(193,246,155)
#C7F6A6
(199,246,166)
#CDF6B1
(205,246,177)
#D3F6BC
(211,246,188)
#D9F6C7
(217,246,199)
#DFF6D2
(223,246,210)
#E5F6DD
(229,246,221)
#EBF6E8
(235,246,232)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F685 color. Also use rgb(181,246,133) instead hex code.

Text Font Color

.myTextColor { color: #B5F685; }

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

This text font color is #B5F685.


Background Color

.myBgColor { background-color: #B5F685; }

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

This div background color is #B5F685.


Border color

.myBorderColor { border: 1px solid #B5F685; }

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

This div border color is #B5F685.


Opacity

.myOpacity80 { color: #B5F685; opacity: 0.8; }

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

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

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

This text has shadow with #B5F685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F685 on black background.


Color preview on white background

This text has color #B5F685 on white background.



Black color preview on #B5F685 background

This text has black color on #B5F685 background.


White color preview on #B5F685 background

This text has white color on #B5F685 background.