COLOR #BEF289

HEX: #BEF289 RGB: (190,242,137)

Color info

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

RGB color model

#BEF289 color RGB value is (190,242,137).

RGB: (190,242,137) (75%, 95%, 54%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 137 of 255 = 54%

190
242
137

R + G + B ~ 75%. #BEF289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 242 + 137 = 569 (100%)
R 190 of 569 ~ 33.39%
G 242 of 569 ~ 42.53%
B 137 of 569 ~ 24.08'%

%33.39
%42.53
%24.08

CMYK color model

#BEF289 color CMYK value is (21,0,43,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK: (21,0,43,5) C21M0Y43K5 (21%,0%,43%,5%) (0.21/0.00/0.43/0.05) 

CMYK percentages

%21.49
%0
%43.39
%5.1

Codes

Color #BEF289 in popluar color models

BE F2 89
RGB 190 242 137
HSL 90° 80.15% 74.31%
HSB/HSV 90° 43.39% 94.90%
CMYK 21.49% 0.00% 43.39%
5.10%

Color #BEF289 in popluar number systems.

HEX BE F2 89
Decimal 190 242 137
Binary 10111110 11110010 10001001
Octal 276 362 211

Shades and tints

Shades of #BEF289

#BEF289
(190,242,137)
#ADDC7D
(173,220,125)
#9CC671
(156,198,113)
#8BB065
(139,176,101)
#7A9A59
(122,154,89)
#69844D
(105,132,77)
#586E41
(88,110,65)
#475835
(71,88,53)
#364229
(54,66,41)
#252C1D
(37,44,29)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BEF289

#BEF289
(190,242,137)
#C3F393
(195,243,147)
#C8F49D
(200,244,157)
#CDF5A7
(205,245,167)
#D2F6B1
(210,246,177)
#D7F7BB
(215,247,187)
#DCF8C5
(220,248,197)
#E1F9CF
(225,249,207)
#E6FAD9
(230,250,217)
#EBFBE3
(235,251,227)
#F0FCED
(240,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF289 color. Also use rgb(190,242,137) instead hex code.

Text Font Color

.myTextColor { color: #BEF289; }

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

This text font color is #BEF289.

Background Color

.myBgColor { background-color: #BEF289; }

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

This div background color is #BEF289.

Border color

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

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

This div border color is #BEF289.

Opacity

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

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

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

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

This text has shadow with #BEF289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF289.

Preview

Color preview on black background

This text has color #BEF289 on black background.


Color preview on white background

This text has color #BEF289 on white background.


Black color preview on #BEF289 background

This text has black color on #BEF289 background.


White color preview on #BEF289 background

This text has white color on #BEF289 background.


Related colors

Complementary color

Complementary color for #hex is #410D76.


I love getcolorcode.com

Triadic colors

1 #89BEF2 and #F289BE with #BEF289 are triadic colors.

2 #89F2BE and #F2BE89 with #BEF289 are triadic colors.