COLOR #BEF079

HEX: #BEF079 RGB: (190,240,121)

Color info

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

RGB color model

#BEF079 color RGB value is (190,240,121).

RGB: (190,240,121) (75%, 94%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 121 of 255 = 47%

190
240
121

R + G + B ~ 72%. #BEF079 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 121 = 551 (100%)
R 190 of 551 ~ 34.48%
G 240 of 551 ~ 43.56%
B 121 of 551 ~ 21.96'%

%34.48
%43.56
%21.96

CMYK color model

#BEF079 color CMYK value is (21,0,50,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 5.88%

CMYK: (21,0,50,6)
C21M0Y50K6 (21%, 0%, 50%, 6%)
(0.21 / 0.00 / 0.50 / 0.06)

CMYK percentages

%20.83
%0
%49.58
%5.88

Codes

Color #BEF079 in popluar color models

BE F0 79
RGB 190 240 121
HSL 85° 79.87% 70.78%
HSB/HSV 85° 49.58% 94.12%
CMYK 20.83% 0.00% 49.58%
5.88%

Color #BEF079 in popluar number systems.

HEX BE F0 79
Decimal 190 240 121
Binary 10111110 11110000 1111001
Octal 276 360 171

Shades and tints

Shades of #BEF079

#BEF079
(190,240,121)
#ADDB6E
(173,219,110)
#9CC663
(156,198,99)
#8BB158
(139,177,88)
#7A9C4D
(122,156,77)
#698742
(105,135,66)
#587237
(88,114,55)
#475D2C
(71,93,44)
#364821
(54,72,33)
#253316
(37,51,22)
#141E0B
(20,30,11)
#000000
(0,0,0)

Tints of #BEF079

#BEF079
(190,240,121)
#C3F185
(195,241,133)
#C8F291
(200,242,145)
#CDF39D
(205,243,157)
#D2F4A9
(210,244,169)
#D7F5B5
(215,245,181)
#DCF6C1
(220,246,193)
#E1F7CD
(225,247,205)
#E6F8D9
(230,248,217)
#EBF9E5
(235,249,229)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF079 color. Also use rgb(190,240,121) instead hex code.

Text Font Color

.myTextColor { color: #BEF079; }

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

This text font color is #BEF079.

Background Color

.myBgColor { background-color: #BEF079; }

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

This div background color is #BEF079.

Border color

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

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

This div border color is #BEF079.

Opacity

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

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

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

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

This text has shadow with #BEF079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF079.

Preview

Color preview on black background

This text has color #BEF079 on black background.


Color preview on white background

This text has color #BEF079 on white background.


Black color preview on #BEF079 background

This text has black color on #BEF079 background.


White color preview on #BEF079 background

This text has white color on #BEF079 background.


Related colors

Complementary color

Complementary color for #hex is #410F86.


I love getcolorcode.com

Triadic colors

1 #79BEF0 and #F079BE with #BEF079 are triadic colors.

2 #79F0BE and #F0BE79 with #BEF079 are triadic colors.