COLOR #B5D339

HEX: #B5D339
RGB: (181,211,57)

Renk bilgisi

#B5D339 contains mainly red and green colors. #B5D339 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#B5D339 color RGB value is (181,211,57).

  • kırmız ton 181;
  • yeşil ton 211;
  • mavi ton 57.
RGB:
(181,211,57)
(71%,83%,22%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 57 of 255 = 22%

181
211
57

R + G + B ~ 59%. #B5D339 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 57 = 449 (100%)
R 181 of 449 ~ 40.31%
G 211 of 449 ~ 46.99%
B 57 of 449 ~ 12.69%

%40.31
%46.99
%12.69

CMYK RENK MODELİ

#B5D339 rengi CMYK tonu (14,0,73,17).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 72.99%
  • ana renk tonu 17.25%
CMYK:
(14,0,73,17)
C14M0Y73K17 
(14%,0%,73%,17%)
(0.14/0.00/0.73/0.17)	

CMYK yüzdeleri

%14.22
%0
%72.99
%17.25

Codes

Color #B5D339 in popluar color models

B5D339
RGB18121157
HSL72°63.64%52.55%
HSB/HSV72°72.99%82.75%
CMYK14.22%0.00%72.99%
17.25%

Color #B5D339 in popluar number systems.

HEXB5D339
Decimal18121157
Binary1011010111010011111001
Octal26532371

Shades and tints

Shades of #B5D339

#B5D339
(181,211,57)
#A5C034
(165,192,52)
#95AD2F
(149,173,47)
#859A2A
(133,154,42)
#758725
(117,135,37)
#657420
(101,116,32)
#55611B
(85,97,27)
#454E16
(69,78,22)
#353B11
(53,59,17)
#25280C
(37,40,12)
#151507
(21,21,7)
#000000
(0,0,0)

Tints of #B5D339

#B5D339
(181,211,57)
#BBD74B
(187,215,75)
#C1DB5D
(193,219,93)
#C7DF6F
(199,223,111)
#CDE381
(205,227,129)
#D3E793
(211,231,147)
#D9EBA5
(217,235,165)
#DFEFB7
(223,239,183)
#E5F3C9
(229,243,201)
#EBF7DB
(235,247,219)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D339 color. Also use rgb(181,211,57) instead hex code.

Text Font Color

.myTextColor { color: #B5D339; }

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

This text font color is #B5D339.


Background Color

.myBgColor { background-color: #B5D339; }

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

This div background color is #B5D339.


Border color

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

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

This div border color is #B5D339.


Opacity

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

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

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

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

This text has shadow with #B5D339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D339 on black background.


Color preview on white background

This text has color #B5D339 on white background.



Black color preview on #B5D339 background

This text has black color on #B5D339 background.


White color preview on #B5D339 background

This text has white color on #B5D339 background.