COLOR #B4D43C

HEX: #B4D43C
RGB: (180,212,60)

Renk bilgisi

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

RGB renk modeli

#B4D43C color RGB value is (180,212,60).

  • kırmız ton 180;
  • yeşil ton 212;
  • mavi ton 60.
RGB:
(180,212,60)
(71%,83%,24%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 212 of 255 = 83%
B 60 of 255 = 24%

180
212
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 212 + 60 = 452 (100%)
R 180 of 452 ~ 39.82%
G 212 of 452 ~ 46.9%
B 60 of 452 ~ 13.27%

%39.82
%46.9
%13.27

CMYK RENK MODELİ

#B4D43C rengi CMYK tonu (15,0,72,17).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 71.70%
  • ana renk tonu 16.86%
CMYK:
(15,0,72,17)
C15M0Y72K17 
(15%,0%,72%,17%)
(0.15/0.00/0.72/0.17)	

CMYK yüzdeleri

%15.09
%0
%71.7
%16.86

Codes

Color #B4D43C in popluar color models

B4D43C
RGB18021260
HSL73°63.87%53.33%
HSB/HSV73°71.70%83.14%
CMYK15.09%0.00%71.70%
16.86%

Color #B4D43C in popluar number systems.

HEXB4D43C
Decimal18021260
Binary1011010011010100111100
Octal26432474

Shades and tints

Shades of #B4D43C

#B4D43C
(180,212,60)
#A4C137
(164,193,55)
#94AE32
(148,174,50)
#849B2D
(132,155,45)
#748828
(116,136,40)
#647523
(100,117,35)
#54621E
(84,98,30)
#444F19
(68,79,25)
#343C14
(52,60,20)
#24290F
(36,41,15)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #B4D43C

#B4D43C
(180,212,60)
#BAD74D
(186,215,77)
#C0DA5E
(192,218,94)
#C6DD6F
(198,221,111)
#CCE080
(204,224,128)
#D2E391
(210,227,145)
#D8E6A2
(216,230,162)
#DEE9B3
(222,233,179)
#E4ECC4
(228,236,196)
#EAEFD5
(234,239,213)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D43C color. Also use rgb(180,212,60) instead hex code.

Text Font Color

.myTextColor { color: #B4D43C; }

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

This text font color is #B4D43C.


Background Color

.myBgColor { background-color: #B4D43C; }

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

This div background color is #B4D43C.


Border color

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

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

This div border color is #B4D43C.


Opacity

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

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

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

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

This text has shadow with #B4D43C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D43C on black background.


Color preview on white background

This text has color #B4D43C on white background.



Black color preview on #B4D43C background

This text has black color on #B4D43C background.


White color preview on #B4D43C background

This text has white color on #B4D43C background.