COLOR #BEF51A

HEX: #BEF51A
RGB: (190,245,26)

Renk bilgisi

#BEF51A contains mainly red and green colors. #BEF51A ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#BEF51A color RGB value is (190,245,26).

  • kırmız ton 190;
  • yeşil ton 245;
  • mavi ton 26.
RGB:
(190,245,26)
(75%,96%,10%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 245 of 255 = 96%
B 26 of 255 = 10%

190
245
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 245 + 26 = 461 (100%)
R 190 of 461 ~ 41.21%
G 245 of 461 ~ 53.15%
B 26 of 461 ~ 5.64%

%41.21
%53.15

CMYK RENK MODELİ

#BEF51A rengi CMYK tonu (22,0,89,4).

  • camgöbeği tonu 22.45%
  • eflatun tonu 0.00%
  • sarı tonu 89.39%
  • ana renk tonu 3.92%
CMYK:
(22,0,89,4)
C22M0Y89K4 
(22%,0%,89%,4%)
(0.22/0.00/0.89/0.04)	

CMYK yüzdeleri

%22.45
%0
%89.39
%3.92

Codes

Color #BEF51A in popluar color models

BEF51A
RGB19024526
HSL75°91.63%53.14%
HSB/HSV75°89.39%96.08%
CMYK22.45%0.00%89.39%
3.92%

Color #BEF51A in popluar number systems.

HEXBEF51A
Decimal19024526
Binary101111101111010111010
Octal27636532

Shades and tints

Shades of #BEF51A

#BEF51A
(190,245,26)
#ADDF18
(173,223,24)
#9CC916
(156,201,22)
#8BB314
(139,179,20)
#7A9D12
(122,157,18)
#698710
(105,135,16)
#58710E
(88,113,14)
#475B0C
(71,91,12)
#36450A
(54,69,10)
#252F08
(37,47,8)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #BEF51A

#BEF51A
(190,245,26)
#C3F52E
(195,245,46)
#C8F542
(200,245,66)
#CDF556
(205,245,86)
#D2F56A
(210,245,106)
#D7F57E
(215,245,126)
#DCF592
(220,245,146)
#E1F5A6
(225,245,166)
#E6F5BA
(230,245,186)
#EBF5CE
(235,245,206)
#F0F5E2
(240,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF51A color. Also use rgb(190,245,26) instead hex code.

Text Font Color

.myTextColor { color: #BEF51A; }

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

This text font color is #BEF51A.


Background Color

.myBgColor { background-color: #BEF51A; }

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

This div background color is #BEF51A.


Border color

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

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

This div border color is #BEF51A.


Opacity

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

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

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

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

This text has shadow with #BEF51A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF51A on black background.


Color preview on white background

This text has color #BEF51A on white background.



Black color preview on #BEF51A background

This text has black color on #BEF51A background.


White color preview on #BEF51A background

This text has white color on #BEF51A background.