COLOR #B5F676

HEX: #B5F676
RGB: (181,246,118)

Renk bilgisi

#B5F676 contains mainly green color. #B5F676 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#B5F676 color RGB value is (181,246,118).

  • kırmız ton 181;
  • yeşil ton 246;
  • mavi ton 118.
RGB:
(181,246,118)
(71%,96%,46%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 246 of 255 = 96%
B 118 of 255 = 46%

181
246
118

R + G + B ~ 71%. #B5F676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 246 + 118 = 545 (100%)
R 181 of 545 ~ 33.21%
G 246 of 545 ~ 45.14%
B 118 of 545 ~ 21.65%

%33.21
%45.14
%21.65

CMYK RENK MODELİ

#B5F676 rengi CMYK tonu (26,0,52,4).

  • camgöbeği tonu 26.42%
  • eflatun tonu 0.00%
  • sarı tonu 52.03%
  • ana renk tonu 3.53%
CMYK:
(26,0,52,4)
C26M0Y52K4 
(26%,0%,52%,4%)
(0.26/0.00/0.52/0.04)	

CMYK yüzdeleri

%26.42
%0
%52.03
%3.53

Codes

Color #B5F676 in popluar color models

B5F676
RGB181246118
HSL90°87.67%71.37%
HSB/HSV90°52.03%96.47%
CMYK26.42%0.00%52.03%
3.53%

Color #B5F676 in popluar number systems.

HEXB5F676
Decimal181246118
Binary10110101111101101110110
Octal265366166

Shades and tints

Shades of #B5F676

#B5F676
(181,246,118)
#A5E06C
(165,224,108)
#95CA62
(149,202,98)
#85B458
(133,180,88)
#759E4E
(117,158,78)
#658844
(101,136,68)
#55723A
(85,114,58)
#455C30
(69,92,48)
#354626
(53,70,38)
#25301C
(37,48,28)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #B5F676

#B5F676
(181,246,118)
#BBF682
(187,246,130)
#C1F68E
(193,246,142)
#C7F69A
(199,246,154)
#CDF6A6
(205,246,166)
#D3F6B2
(211,246,178)
#D9F6BE
(217,246,190)
#DFF6CA
(223,246,202)
#E5F6D6
(229,246,214)
#EBF6E2
(235,246,226)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F676; }

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

This text font color is #B5F676.


Background Color

.myBgColor { background-color: #B5F676; }

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

This div background color is #B5F676.


Border color

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

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

This div border color is #B5F676.


Opacity

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

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

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

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

This text has shadow with #B5F676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F676 on black background.


Color preview on white background

This text has color #B5F676 on white background.



Black color preview on #B5F676 background

This text has black color on #B5F676 background.


White color preview on #B5F676 background

This text has white color on #B5F676 background.