COLOR #BEF55E

HEX: #BEF55E RGB: (190,245,94)

Color info

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

RGB color model

#BEF55E color RGB value is (190,245,94).

RGB: (190,245,94) (75%, 96%, 37%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 94 of 255 = 37%

190
245
94

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

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 94 = 529 (100%)
R 190 of 529 ~ 35.92%
G 245 of 529 ~ 46.31%
B 94 of 529 ~ 17.77'%

%35.92
%46.31
%17.77

CMYK color model

#BEF55E color CMYK value is (22,0,62,4).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 61.63%
  • key color value is 3.92%

CMYK: (22,0,62,4)
C22M0Y62K4 (22%, 0%, 62%, 4%)
(0.22 / 0.00 / 0.62 / 0.04)

CMYK percentages

%22.45
%0
%61.63
%3.92

Codes

Color #BEF55E in popluar color models

BE F5 5E
RGB 190 245 94
HSL 82° 88.30% 66.47%
HSB/HSV 82° 61.63% 96.08%
CMYK 22.45% 0.00% 61.63%
3.92%

Color #BEF55E in popluar number systems.

HEX BE F5 5E
Decimal 190 245 94
Binary 10111110 11110101 1011110
Octal 276 365 136

Shades and tints

Shades of #BEF55E

#BEF55E
(190,245,94)
#ADDF56
(173,223,86)
#9CC94E
(156,201,78)
#8BB346
(139,179,70)
#7A9D3E
(122,157,62)
#698736
(105,135,54)
#58712E
(88,113,46)
#475B26
(71,91,38)
#36451E
(54,69,30)
#252F16
(37,47,22)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #BEF55E

#BEF55E
(190,245,94)
#C3F56C
(195,245,108)
#C8F57A
(200,245,122)
#CDF588
(205,245,136)
#D2F596
(210,245,150)
#D7F5A4
(215,245,164)
#DCF5B2
(220,245,178)
#E1F5C0
(225,245,192)
#E6F5CE
(230,245,206)
#EBF5DC
(235,245,220)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF55E; }

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

This text font color is #BEF55E.

Background Color

.myBgColor { background-color: #BEF55E; }

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

This div background color is #BEF55E.

Border color

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

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

This div border color is #BEF55E.

Opacity

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

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

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

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

This text has shadow with #BEF55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF55E.

Preview

Color preview on black background

This text has color #BEF55E on black background.


Color preview on white background

This text has color #BEF55E on white background.


Black color preview on #BEF55E background

This text has black color on #BEF55E background.


White color preview on #BEF55E background

This text has white color on #BEF55E background.


Related colors

Complementary color

Complementary color for #hex is #410AA1.


I love getcolorcode.com

Triadic colors

1 #5EBEF5 and #F55EBE with #BEF55E are triadic colors.

2 #5EF5BE and #F5BE5E with #BEF55E are triadic colors.