COLOR #B5E640

HEX: #B5E640
RGB: (181,230,64)

Renk bilgisi

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

RGB renk modeli

#B5E640 color RGB value is (181,230,64).

  • kırmız ton 181;
  • yeşil ton 230;
  • mavi ton 64.
RGB:
(181,230,64)
(71%,90%,25%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 230 of 255 = 90%
B 64 of 255 = 25%

181
230
64

R + G + B ~ 62%. #B5E640 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 230 + 64 = 475 (100%)
R 181 of 475 ~ 38.11%
G 230 of 475 ~ 48.42%
B 64 of 475 ~ 13.47%

%38.11
%48.42
%13.47

CMYK RENK MODELİ

#B5E640 rengi CMYK tonu (21,0,72,10).

  • camgöbeği tonu 21.30%
  • eflatun tonu 0.00%
  • sarı tonu 72.17%
  • ana renk tonu 9.80%
CMYK:
(21,0,72,10)
C21M0Y72K10 
(21%,0%,72%,10%)
(0.21/0.00/0.72/0.10)	

CMYK yüzdeleri

%21.3
%0
%72.17
%9.8

Codes

Color #B5E640 in popluar color models

B5E640
RGB18123064
HSL78°76.85%57.65%
HSB/HSV78°72.17%90.20%
CMYK21.30%0.00%72.17%
9.80%

Color #B5E640 in popluar number systems.

HEXB5E640
Decimal18123064
Binary10110101111001101000000
Octal265346100

Shades and tints

Shades of #B5E640

#B5E640
(181,230,64)
#A5D23B
(165,210,59)
#95BE36
(149,190,54)
#85AA31
(133,170,49)
#75962C
(117,150,44)
#658227
(101,130,39)
#556E22
(85,110,34)
#455A1D
(69,90,29)
#354618
(53,70,24)
#253213
(37,50,19)
#151E0E
(21,30,14)
#000000
(0,0,0)

Tints of #B5E640

#B5E640
(181,230,64)
#BBE851
(187,232,81)
#C1EA62
(193,234,98)
#C7EC73
(199,236,115)
#CDEE84
(205,238,132)
#D3F095
(211,240,149)
#D9F2A6
(217,242,166)
#DFF4B7
(223,244,183)
#E5F6C8
(229,246,200)
#EBF8D9
(235,248,217)
#F1FAEA
(241,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E640 color. Also use rgb(181,230,64) instead hex code.

Text Font Color

.myTextColor { color: #B5E640; }

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

This text font color is #B5E640.


Background Color

.myBgColor { background-color: #B5E640; }

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

This div background color is #B5E640.


Border color

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

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

This div border color is #B5E640.


Opacity

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

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

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

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

This text has shadow with #B5E640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E640 on black background.


Color preview on white background

This text has color #B5E640 on white background.



Black color preview on #B5E640 background

This text has black color on #B5E640 background.


White color preview on #B5E640 background

This text has white color on #B5E640 background.