COLOR #BEF493

HEX: #BEF493 RGB: (190,244,147)

Color info

#BEF493 contains mainly red and green colors. Web safe color of #BEF493 is #CCFF99 (or #CF9).

RGB color model

#BEF493 color RGB value is (190,244,147).

RGB: (190,244,147) (75%, 96%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 244 of 255 = 96%
B 147 of 255 = 58%

190
244
147

R + G + B ~ 76%. #BEF493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 244 + 147 = 581 (100%)
R 190 of 581 ~ 32.7%
G 244 of 581 ~ 42%
B 147 of 581 ~ 25.3'%

%32.7
%42
%25.3

CMYK color model

#BEF493 color CMYK value is (22,0,40,4).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 4.31%

CMYK: (22,0,40,4)
C22M0Y40K4 (22%, 0%, 40%, 4%)
(0.22 / 0.00 / 0.40 / 0.04)

CMYK percentages

%22.13
%0
%39.75
%4.31

Codes

Color #BEF493 in popluar color models

BE F4 93
RGB 190 244 147
HSL 93° 81.51% 76.67%
HSB/HSV 93° 39.75% 95.69%
CMYK 22.13% 0.00% 39.75%
4.31%

Color #BEF493 in popluar number systems.

HEX BE F4 93
Decimal 190 244 147
Binary 10111110 11110100 10010011
Octal 276 364 223

Shades and tints

Shades of #BEF493

#BEF493
(190,244,147)
#ADDE86
(173,222,134)
#9CC879
(156,200,121)
#8BB26C
(139,178,108)
#7A9C5F
(122,156,95)
#698652
(105,134,82)
#587045
(88,112,69)
#475A38
(71,90,56)
#36442B
(54,68,43)
#252E1E
(37,46,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEF493

#BEF493
(190,244,147)
#C3F59C
(195,245,156)
#C8F6A5
(200,246,165)
#CDF7AE
(205,247,174)
#D2F8B7
(210,248,183)
#D7F9C0
(215,249,192)
#DCFAC9
(220,250,201)
#E1FBD2
(225,251,210)
#E6FCDB
(230,252,219)
#EBFDE4
(235,253,228)
#F0FEED
(240,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF493 color. Also use rgb(190,244,147) instead hex code.

Text Font Color

.myTextColor { color: #BEF493; }

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

This text font color is #BEF493.

Background Color

.myBgColor { background-color: #BEF493; }

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

This div background color is #BEF493.

Border color

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

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

This div border color is #BEF493.

Opacity

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

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

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

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

This text has shadow with #BEF493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF493.

Preview

Color preview on black background

This text has color #BEF493 on black background.


Color preview on white background

This text has color #BEF493 on white background.


Black color preview on #BEF493 background

This text has black color on #BEF493 background.


White color preview on #BEF493 background

This text has white color on #BEF493 background.


Related colors

Complementary color

Complementary color for #hex is #410B6C.


I love getcolorcode.com

Triadic colors

1 #93BEF4 and #F493BE with #BEF493 are triadic colors.

2 #93F4BE and #F4BE93 with #BEF493 are triadic colors.