COLOR #BEF313

HEX: #BEF313
RGB: (190,243,19)

Renk bilgisi

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

RGB renk modeli

#BEF313 color RGB value is (190,243,19).

  • kırmız ton 190;
  • yeşil ton 243;
  • mavi ton 19.
RGB:
(190,243,19)
(75%,95%,7%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 243 of 255 = 95%
B 19 of 255 = 7%

190
243
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 243 + 19 = 452 (100%)
R 190 of 452 ~ 42.04%
G 243 of 452 ~ 53.76%
B 19 of 452 ~ 4.2%

%42.04
%53.76

CMYK RENK MODELİ

#BEF313 rengi CMYK tonu (22,0,92,5).

  • camgöbeği tonu 21.81%
  • eflatun tonu 0.00%
  • sarı tonu 92.18%
  • ana renk tonu 4.71%
CMYK:
(22,0,92,5)
C22M0Y92K5 
(22%,0%,92%,5%)
(0.22/0.00/0.92/0.05)	

CMYK yüzdeleri

%21.81
%0
%92.18
%4.71

Codes

Color #BEF313 in popluar color models

BEF313
RGB19024319
HSL74°90.32%51.37%
HSB/HSV74°92.18%95.29%
CMYK21.81%0.00%92.18%
4.71%

Color #BEF313 in popluar number systems.

HEXBEF313
Decimal19024319
Binary101111101111001110011
Octal27636323

Shades and tints

Shades of #BEF313

#BEF313
(190,243,19)
#ADDD12
(173,221,18)
#9CC711
(156,199,17)
#8BB110
(139,177,16)
#7A9B0F
(122,155,15)
#69850E
(105,133,14)
#586F0D
(88,111,13)
#47590C
(71,89,12)
#36430B
(54,67,11)
#252D0A
(37,45,10)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #BEF313

#BEF313
(190,243,19)
#C3F428
(195,244,40)
#C8F53D
(200,245,61)
#CDF652
(205,246,82)
#D2F767
(210,247,103)
#D7F87C
(215,248,124)
#DCF991
(220,249,145)
#E1FAA6
(225,250,166)
#E6FBBB
(230,251,187)
#EBFCD0
(235,252,208)
#F0FDE5
(240,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF313 color. Also use rgb(190,243,19) instead hex code.

Text Font Color

.myTextColor { color: #BEF313; }

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

This text font color is #BEF313.


Background Color

.myBgColor { background-color: #BEF313; }

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

This div background color is #BEF313.


Border color

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

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

This div border color is #BEF313.


Opacity

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

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

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

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

This text has shadow with #BEF313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF313 on black background.


Color preview on white background

This text has color #BEF313 on white background.



Black color preview on #BEF313 background

This text has black color on #BEF313 background.


White color preview on #BEF313 background

This text has white color on #BEF313 background.