COLOR #BEF15B

HEX: #BEF15B RGB: (190,241,91)

Color info

#BEF15B contains mainly red and green colors. Web safe color of #BEF15B is #CCFF66 (or #CF6).

RGB color model

#BEF15B color RGB value is (190,241,91).

RGB: (190,241,91) (75%, 95%, 36%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 91 of 255 = 36%

190
241
91

R + G + B ~ 69%. #BEF15B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 241 + 91 = 522 (100%)
R 190 of 522 ~ 36.4%
G 241 of 522 ~ 46.17%
B 91 of 522 ~ 17.43'%

%36.4
%46.17
%17.43

CMYK color model

#BEF15B color CMYK value is (21,0,62,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 5.49%

CMYK: (21,0,62,5)
C21M0Y62K5 (21%, 0%, 62%, 5%)
(0.21 / 0.00 / 0.62 / 0.05)

CMYK percentages

%21.16
%0
%62.24
%5.49

Codes

Color #BEF15B in popluar color models

BE F1 5B
RGB 190 241 91
HSL 80° 84.27% 65.10%
HSB/HSV 80° 62.24% 94.51%
CMYK 21.16% 0.00% 62.24%
5.49%

Color #BEF15B in popluar number systems.

HEX BE F1 5B
Decimal 190 241 91
Binary 10111110 11110001 1011011
Octal 276 361 133

Shades and tints

Shades of #BEF15B

#BEF15B
(190,241,91)
#ADDC53
(173,220,83)
#9CC74B
(156,199,75)
#8BB243
(139,178,67)
#7A9D3B
(122,157,59)
#698833
(105,136,51)
#58732B
(88,115,43)
#475E23
(71,94,35)
#36491B
(54,73,27)
#253413
(37,52,19)
#141F0B
(20,31,11)
#000000
(0,0,0)

Tints of #BEF15B

#BEF15B
(190,241,91)
#C3F269
(195,242,105)
#C8F377
(200,243,119)
#CDF485
(205,244,133)
#D2F593
(210,245,147)
#D7F6A1
(215,246,161)
#DCF7AF
(220,247,175)
#E1F8BD
(225,248,189)
#E6F9CB
(230,249,203)
#EBFAD9
(235,250,217)
#F0FBE7
(240,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF15B color. Also use rgb(190,241,91) instead hex code.

Text Font Color

.myTextColor { color: #BEF15B; }

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

This text font color is #BEF15B.

Background Color

.myBgColor { background-color: #BEF15B; }

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

This div background color is #BEF15B.

Border color

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

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

This div border color is #BEF15B.

Opacity

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

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

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

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

This text has shadow with #BEF15B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF15B.

Preview

Color preview on black background

This text has color #BEF15B on black background.


Color preview on white background

This text has color #BEF15B on white background.


Black color preview on #BEF15B background

This text has black color on #BEF15B background.


White color preview on #BEF15B background

This text has white color on #BEF15B background.


Related colors

Complementary color

Complementary color for #hex is #410EA4.


I love getcolorcode.com

Triadic colors

1 #5BBEF1 and #F15BBE with #BEF15B are triadic colors.

2 #5BF1BE and #F1BE5B with #BEF15B are triadic colors.