COLOR #B4E17F

HEX: #B4E17F
RGB: (180,225,127)

Renk bilgisi

#B4E17F contains mainly red and green colors. #B4E17F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#B4E17F color RGB value is (180,225,127).

  • kırmız ton 180;
  • yeşil ton 225;
  • mavi ton 127.
RGB:
(180,225,127)
(71%,88%,50%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 225 of 255 = 88%
B 127 of 255 = 50%

180
225
127

R + G + B ~ 70%. #B4E17F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 225 + 127 = 532 (100%)
R 180 of 532 ~ 33.83%
G 225 of 532 ~ 42.29%
B 127 of 532 ~ 23.87%

%33.83
%42.29
%23.87

CMYK RENK MODELİ

#B4E17F rengi CMYK tonu (20,0,44,12).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 43.56%
  • ana renk tonu 11.76%
CMYK:
(20,0,44,12)
C20M0Y44K12 
(20%,0%,44%,12%)
(0.20/0.00/0.44/0.12)	

CMYK yüzdeleri

%20
%0
%43.56
%11.76

Codes

Color #B4E17F in popluar color models

B4E17F
RGB180225127
HSL88°62.03%69.02%
HSB/HSV88°43.56%88.24%
CMYK20.00%0.00%43.56%
11.76%

Color #B4E17F in popluar number systems.

HEXB4E17F
Decimal180225127
Binary10110100111000011111111
Octal264341177

Shades and tints

Shades of #B4E17F

#B4E17F
(180,225,127)
#A4CD74
(164,205,116)
#94B969
(148,185,105)
#84A55E
(132,165,94)
#749153
(116,145,83)
#647D48
(100,125,72)
#54693D
(84,105,61)
#445532
(68,85,50)
#344127
(52,65,39)
#242D1C
(36,45,28)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #B4E17F

#B4E17F
(180,225,127)
#BAE38A
(186,227,138)
#C0E595
(192,229,149)
#C6E7A0
(198,231,160)
#CCE9AB
(204,233,171)
#D2EBB6
(210,235,182)
#D8EDC1
(216,237,193)
#DEEFCC
(222,239,204)
#E4F1D7
(228,241,215)
#EAF3E2
(234,243,226)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E17F color. Also use rgb(180,225,127) instead hex code.

Text Font Color

.myTextColor { color: #B4E17F; }

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

This text font color is #B4E17F.


Background Color

.myBgColor { background-color: #B4E17F; }

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

This div background color is #B4E17F.


Border color

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

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

This div border color is #B4E17F.


Opacity

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

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

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

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

This text has shadow with #B4E17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E17F on black background.


Color preview on white background

This text has color #B4E17F on white background.



Black color preview on #B4E17F background

This text has black color on #B4E17F background.


White color preview on #B4E17F background

This text has white color on #B4E17F background.