COLOR #BEF59B

HEX: #BEF59B
RGB: (190,245,155)

Renk bilgisi

#BEF59B contains mainly red and green colors. #BEF59B ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#BEF59B color RGB value is (190,245,155).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 245 of 255 = 96%
B 155 of 255 = 61%

190
245
155

R + G + B ~ 77%. #BEF59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 245 + 155 = 590 (100%)
R 190 of 590 ~ 32.2%
G 245 of 590 ~ 41.53%
B 155 of 590 ~ 26.27%

%32.2
%41.53
%26.27

CMYK RENK MODELİ

#BEF59B rengi CMYK tonu (22,0,37,4).

  • camgöbeği tonu 22.45%
  • eflatun tonu 0.00%
  • sarı tonu 36.73%
  • ana renk tonu 3.92%
CMYK:
(22,0,37,4)
C22M0Y37K4 
(22%,0%,37%,4%)
(0.22/0.00/0.37/0.04)	

CMYK yüzdeleri

%22.45
%0
%36.73
%3.92

Codes

Color #BEF59B in popluar color models

BEF59B
RGB190245155
HSL97°81.82%78.43%
HSB/HSV97°36.73%96.08%
CMYK22.45%0.00%36.73%
3.92%

Color #BEF59B in popluar number systems.

HEXBEF59B
Decimal190245155
Binary101111101111010110011011
Octal276365233

Shades and tints

Shades of #BEF59B

#BEF59B
(190,245,155)
#ADDF8D
(173,223,141)
#9CC97F
(156,201,127)
#8BB371
(139,179,113)
#7A9D63
(122,157,99)
#698755
(105,135,85)
#587147
(88,113,71)
#475B39
(71,91,57)
#36452B
(54,69,43)
#252F1D
(37,47,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #BEF59B

#BEF59B
(190,245,155)
#C3F5A4
(195,245,164)
#C8F5AD
(200,245,173)
#CDF5B6
(205,245,182)
#D2F5BF
(210,245,191)
#D7F5C8
(215,245,200)
#DCF5D1
(220,245,209)
#E1F5DA
(225,245,218)
#E6F5E3
(230,245,227)
#EBF5EC
(235,245,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF59B; }

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

This text font color is #BEF59B.


Background Color

.myBgColor { background-color: #BEF59B; }

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

This div background color is #BEF59B.


Border color

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

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

This div border color is #BEF59B.


Opacity

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

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

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

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

This text has shadow with #BEF59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF59B on black background.


Color preview on white background

This text has color #BEF59B on white background.



Black color preview on #BEF59B background

This text has black color on #BEF59B background.


White color preview on #BEF59B background

This text has white color on #BEF59B background.